Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trustedsec/ridenum
Rid_enum is a null session RID cycle attack for brute forcing domain controllers.
https://github.com/trustedsec/ridenum
Last synced: 5 days ago
JSON representation
Rid_enum is a null session RID cycle attack for brute forcing domain controllers.
- Host: GitHub
- URL: https://github.com/trustedsec/ridenum
- Owner: trustedsec
- License: other
- Created: 2013-03-08T21:14:54.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2024-07-28T12:31:06.000Z (6 months ago)
- Last Synced: 2025-01-12T20:03:07.499Z (12 days ago)
- Language: Python
- Size: 61.5 KB
- Stars: 250
- Watchers: 27
- Forks: 82
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.txt
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-termux-hacking - ridenum - Rid_enum is a null session RID cycle attack for brute forcing domain controllers..[![->](https://img.shields.io/github/stars/trustedsec/ridenum.svg?style=social&label=Star&maxAge=2592000)](https://github.com/trustedsec/ridenum/stargazers/) (Uncategorized / Uncategorized)
README
# RID_ENUM - A simple open source method for performing null session brute forces
Copyright 2018 TrustedSec
+ Written by: David Kennedy (ReL1K)
+ Twitter: @HackingDave and @TrustedSec
+ Website: https://www.trustedsec.com```
.______ __ _______ _______ .__ __. __ __ .___ ___.
| _ \ | | | \ | ____|| \ | | | | | | | \/ |
| |_) | | | | .--. | | |__ | \| | | | | | | \ / |
| / | | | | | | | __| | . ` | | | | | | |\/| |
| |\ \----.| | | '--' | | |____ | |\ | | `--' | | | | |
| _| `._____||__| |_______/ _____|_______||__| \__| \______/ |__| |__|
|______|Written by: David Kennedy (ReL1K)
Company: https://www.trustedsec.com
Twitter: @TrustedSec
Twitter: @HackingDaveRid Enum is a RID cycling attack that attempts to enumerate user accounts through
null sessions and the SID to RID enum. If you specify a password file, it will
automatically attempt to brute force the user accounts when its finished enumerating.- RIDENUM is open source and uses all standard python libraries minus python-pexpect. -
You can also specify an already dumped username file, it needs to be in the DOMAINNAME\USERNAME
format.Example: ./ridenum.py 192.168.1.50 500 50000 /root/dict.txt /root/user.txt
Usage: ./ridenum.py