MCPcopy
hub / github.com/Z4nzu/hackingtool / xsscon

Method xsscon

hackingtool.py:2911–2929  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2909 self.xsstools()
2910
2911 def xsscon(self):
2912 self.clear_scr()
2913 os.system("echo \" [!]https://github.com/menkrep1337/XSSCon \"|boxes -d boy | lolcat")
2914 choice = input("[1]Install [2]Run [99]Back >> ")
2915
2916 self.check_input(choice, self.xsscon, ['1', '2', '99'])
2917
2918 if choice == "1":
2919 os.system("git clone https://github.com/menkrep1337/XSSCon")
2920 os.system("sudo chmod 755 -R XSSCon")
2921 self.xsscon()
2922
2923 if choice == "2":
2924 website = input("Enter Website >> ")
2925 os.system(f"cd XSSCon;python3 xsscon.py -u {website}")
2926 self.xsscon()
2927
2928 if choice == "99":
2929 self.xsstools()
2930
2931 def xanxss(self):
2932 self.clear_scr()

Callers

nothing calls this directly

Calls 3

clear_scrMethod · 0.95
check_inputMethod · 0.95
xsstoolsMethod · 0.95

Tested by

no test coverage detected