Example #1
0
 //int time = 0;
 //int avg_delay = 0;
 //int buffer = 0;
 //int ping_count = 0;
 //#Override the GetInstance method of the base class to return a new instance with details
 public override ActivePlugin GetInstance()
 {
     CommandInjectionCheck p = new CommandInjectionCheck();
     p.Name = "Command Injection";
     p.Description = "Active Plugin to check for OS Command Injection vulnerabilities";
     p.Version = "0.5";
     p.FileName = "Internal";
     return p;
 }
Example #2
0
        //int time = 0;
        //int avg_delay = 0;
        //int buffer = 0;
        //int ping_count = 0;

        //#Override the GetInstance method of the base class to return a new instance with details
        public override ActivePlugin GetInstance()
        {
            CommandInjectionCheck p = new CommandInjectionCheck();

            p.Name        = "Command Injection";
            p.Description = "Active Plugin to check for OS Command Injection vulnerabilities";
            p.Version     = "0.5";
            p.FileName    = "Internal";
            return(p);
        }