()
| 213 | |
| 214 | |
| 215 | def 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 | |
| 224 | def arachni(): |