def run(self): print("Choose Following Options") print(" 1 Enumerate Target") print(" 2 Get Password File Path") print(" 3 Get UserName List") print(" 99 Back") try: wp_inp = input(":I:N:P:U:T:> ") except KeyboardInterrupt: print("Keyboard Interrupt") script.web_app_anl() if wp_inp == '1': try: target = input("Give Us Target's URL :> ") os.system("wpscan -e -url " + target) except KeyboardInterrupt: print("Keyboard interrupt") self.run() elif wp_inp == '2': try: target = input("Give Us Target's URL :> ") os.system("wpscan -P -url " + target) except KeyboardInterrupt: print("Keyboard interrupt") self.run() elif wp_inp == '3': try: target = input("Give Us Target's URL :> ") os.system("wpscan -U -url " + target) except KeyboardInterrupt: print("Keyboard interrupt") self.run() elif wp_scan == '99': script.web_app_anl() else: self.vldt() script.web_app_anl()
def run(self): os.system('owasp-zap') script.web_app_anl()
def run(self): os.system('cutycapt -help') print( "<------------This Tool Is Under development And Will Be Avilable In Next Update------------->" ) script.web_app_anl()
def run(self): os.system('burpsuite') script.web_app_anl()
def run(self): os.system('webscarab') script.web_app_anl()
def run(self): os.system('httrack') script.web_app_anl()
def run(self): os.system('commix --wizard') script.web_app_anl()