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

Function brutex

hackerpro.py:215–221  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

213
214
215def brutex():
216 clearScr()
217 print("Automatically brute force all services running on a target : Open ports / DNS domains / Usernames / Passwords ")
218 os.system("git clone https://github.com/1N3/BruteX.git")
219 clearScr()
220 brutexchoice = raw_input("Select a Target : ")
221 os.system("cd BruteX && chmod 777 brutex && ./brutex %s" % brutexchoice)
222
223
224def arachni():

Callers 1

webhackFunction · 0.85

Calls 1

clearScrFunction · 0.85

Tested by

no test coverage detected