MCPcopy
hub / github.com/jaykali/hackerpro / info

Function info

hackerpro.py:758–808  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

756
757
758def info():
759 print(HACKERPROlogo)
760 print(" {1}--Nmap ")
761 print(" {2}--Setoolkit")
762 print(" {3}--Port Scanning")
763 print(" {4}--Host To IP")
764 print(" {5}--wordpress user")
765 print(" {6}--CMS scanner")
766 print(" {7}--XSStrike")
767 print(" {8}--Dork - Google Dorks Passive Vulnerability Auditor ")
768 print(" {9}--Scan A server's Users ")
769 print(" {10}-Crips\n ")
770 print(" {99}-Back To Main Menu \n\n")
771 choice2 = raw_input("hackerpro~# ")
772 if choice2 == "1":
773 os.system('clear')
774 nmap()
775 if choice2 == "2":
776 clearScr()
777 setoolkit()
778 if choice2 == "3":
779 clearScr()
780 ports()
781 if choice2 == "4":
782 clearScr()
783 h2ip()
784 if choice2 == "5":
785 clearScr()
786 wpue()
787 if choice2 == "6":
788 clearScr()
789 cmsscan()
790 if choice2 == "7":
791 clearScr()
792 XSStrike()
793 if choice2 == "8":
794 clearScr()
795 doork()
796 if choice2 == "10":
797 clearScr()
798 crips()
799 elif choice2 == "99":
800 clearScr()
801 menu()
802 if choice2 == "9":
803 clearScr()
804 scanusers()
805 elif choice2 == "":
806 menu()
807 else:
808 menu()
809
810
811def cmsscan():

Callers 5

menuFunction · 0.85
commixFunction · 0.85
nmapFunction · 0.85
sqlmapFunction · 0.85
setoolkitFunction · 0.85

Calls 12

nmapFunction · 0.85
clearScrFunction · 0.85
setoolkitFunction · 0.85
portsFunction · 0.85
h2ipFunction · 0.85
wpueFunction · 0.85
cmsscanFunction · 0.85
XSStrikeFunction · 0.85
doorkFunction · 0.85
cripsFunction · 0.85
menuFunction · 0.85
scanusersFunction · 0.85

Tested by

no test coverage detected