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

Method blazy

hackingtool.py:1350–1367  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1348 self.webAttack()
1349
1350 def blazy(self):
1351 self.clear_scr()
1352 os.system("echo \"Blazy is a modern login page bruteforcer \" | boxes -d boy | lolcat")
1353 choice = input("[1]Install [2]Run [99]Back >> ")
1354
1355 self.check_input(choice, self.blazy, ['1', '2', '99'])
1356
1357 if choice == "1":
1358 os.system("sudo git clone https://github.com/UltimateHackers/Blazy")
1359 os.system("cd Blazy && sudo pip install -r requirements.txt")
1360 self.blazy()
1361
1362 if choice == "2":
1363 os.system("cd Blazy && sudo python blazy.py")
1364 self.blazy()
1365
1366 if choice == "99":
1367 self.webAttack()
1368
1369 def subdomaintakeover(self):
1370 self.clear_scr()

Callers

nothing calls this directly

Calls 3

clear_scrMethod · 0.95
check_inputMethod · 0.95
webAttackMethod · 0.95

Tested by

no test coverage detected