예제 #1
0
파일: WAA.py 프로젝트: omshinde9898/fHack
    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()
예제 #2
0
파일: WAA.py 프로젝트: omshinde9898/fHack
 def run(self):
     os.system('owasp-zap')
     script.web_app_anl()
예제 #3
0
파일: WAA.py 프로젝트: omshinde9898/fHack
 def run(self):
     os.system('cutycapt -help')
     print(
         "<------------This Tool Is Under development And Will Be Avilable In Next Update------------->"
     )
     script.web_app_anl()
예제 #4
0
파일: WAA.py 프로젝트: omshinde9898/fHack
 def run(self):
     os.system('burpsuite')
     script.web_app_anl()
예제 #5
0
파일: WAA.py 프로젝트: omshinde9898/fHack
 def run(self):
     os.system('webscarab')
     script.web_app_anl()
예제 #6
0
파일: WAA.py 프로젝트: omshinde9898/fHack
 def run(self):
     os.system('httrack')
     script.web_app_anl()
예제 #7
0
파일: WAA.py 프로젝트: omshinde9898/fHack
 def run(self):
     os.system('commix --wizard')
     script.web_app_anl()