This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
Bruteforce Password Generator | |
Author: @itsecurityco | |
Use: python BrutePWGen.py --merge-words --h4x0r keywords.txt | |
""" | |
import sys | |
from time import time | |
class wgen: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
Bruteforce JBoss EAP Admin Console 1.3.4.SP6 (r999) | |
Author: @itsecurityco | |
Use: python bruteforce(PoC).py ip:port wordlist | |
""" | |
import re | |
import sys | |
import urllib | |
import requests |
NewerOlder