private void createExploits()
        {
            var fakeOsExploit = new Exploitable("CommonOS");

            // ServerOS
            // PhoneOS
            // Applications (like webservers ...)

            new Exploit(fakeOsExploit);
        }
示例#2
0
 public Exploit(Exploitable exploitable)
 {
     Exploitable = exploitable;
 }