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

Method xsspayload

hackingtool.py:2825–2842  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2823 self.xsstools()
2824
2825 def xsspayload(self):
2826 self.clear_scr()
2827 os.system("echo \" XSS PAYLOAD GENERATOR -XSS SCANNER-XSS DORK FINDER \"|boxes -d boy | lolcat")
2828 choice = input("[1]Install [2]Run [99]Back >> ")
2829
2830 self.check_input(choice, self.xsspayload, ['1', '2', '99'])
2831
2832 if choice == "1":
2833 os.system("git clone https://github.com/capture0x/XSS-LOADER.git")
2834 os.system("cd XSS-LOADER;sudo pip3 install -r requirements.txt")
2835 self.xsspayload()
2836
2837 if choice == "2":
2838 os.system("cd XSS-LOADER;sudo python3 payloader.py")
2839 self.xsspayload()
2840
2841 if choice == "99":
2842 self.xsstools()
2843
2844 def xssfinder(self):
2845 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