https://github.com/thoughtfuldev/cme-bruteforcer
A little Python Script for cracking Windows Passwords with the help of CrackMapExec
https://github.com/thoughtfuldev/cme-bruteforcer
cme-bruteforcer crackmapexec pentest pentesting pentesting-windows python-script windows
Last synced: about 1 year ago
JSON representation
A little Python Script for cracking Windows Passwords with the help of CrackMapExec
- Host: GitHub
- URL: https://github.com/thoughtfuldev/cme-bruteforcer
- Owner: ThoughtfulDev
- Created: 2016-11-24T19:35:25.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-11T18:05:28.000Z (over 8 years ago)
- Last Synced: 2025-04-18T06:51:08.212Z (about 1 year ago)
- Topics: cme-bruteforcer, crackmapexec, pentest, pentesting, pentesting-windows, python-script, windows
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 35
- Watchers: 3
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CME-BruteForcer
A little Python Script for cracking Windows Passwords with the help of CrackMapExec
This is a little Python Script i wrote to automate the "login" of [CrackMapExec](https://github.com/byt3bl33d3r/CrackMapExec).
It basically bruteforce the Username/Password by running CME multiple times.
## How it works
You just provide a username and password list and a ip... then you are good to go :)
Just run
`pip install -r requirements.txt`
Next you need to find you targets ip by using
`sudo crackmapexec 192.168.1.0/24`
where as __*192.168.1.0*__ is the network you want to scan(obviously you need to be in that network...)
Next clone my repository if you havent already
`git clone https://github.com/ThoughtfulDev/CME-BruteForcer.git`
Then run
`sudo python CME-BF.py -u -p -ip `
optionally you can specify the thread counts by using the `-t ` option
**Have Fun :)**