Example #1
0
        public void addEntity(string Type, string Value)
        {
            MaltegoEntity Entity = new MaltegoEntity();

            Entity.entityType  = Type;
            Entity.entityValue = Value;
            this.entites.Add(Entity);
        }
Example #2
0
 public void addEntity(string Type, string Value)
 {
     MaltegoEntity Entity = new MaltegoEntity();
         Entity.entityType = Type;
         Entity.entityValue = Value;
         this.entites.Add(Entity);
 }