Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 days 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 (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-11T18:05:28.000Z (about 7 years ago)
- Last Synced: 2023-03-04T19:50:56.779Z (over 1 year ago)
- Topics: cme-bruteforcer, crackmapexec, pentest, pentesting, pentesting-windows, python-script, windows
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 30
- Watchers: 3
- Forks: 11
- Open Issues: 0
-
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 CrackMapExecThis 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 :)**