Esempio n. 1
0
 public override ActivePlugin GetInstance()
 {
     if (!SetUpDone)
     {
         SetUp();
         SetUpDone = true;
     }
     LdapInjectionCheck p = new LdapInjectionCheck();
     p.Name = "LDAP Injection";
     p.Description = "Active plugin that checks for LDAP Injection";
     p.Version = "0.4";
     p.FileName = "Internal";
     return p;
 }
Esempio n. 2
0
        public override ActivePlugin GetInstance()
        {
            if (!SetUpDone)
            {
                SetUp();
                SetUpDone = true;
            }
            LdapInjectionCheck p = new LdapInjectionCheck();

            p.Name        = "LDAP Injection";
            p.Description = "Active plugin that checks for LDAP Injection";
            p.Version     = "0.4";
            p.FileName    = "Internal";
            return(p);
        }