https://github.com/cldrn/8dot3-brute
8dot3-brute is a script to brute force Windows 8.3 filenames and directories in web servers
https://github.com/cldrn/8dot3-brute
Last synced: about 1 year ago
JSON representation
8dot3-brute is a script to brute force Windows 8.3 filenames and directories in web servers
- Host: GitHub
- URL: https://github.com/cldrn/8dot3-brute
- Owner: cldrn
- Created: 2017-01-30T03:23:36.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-30T06:39:10.000Z (over 9 years ago)
- Last Synced: 2025-03-25T14:39:00.380Z (about 1 year ago)
- Language: Python
- Size: 1.95 KB
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 8dot3-brute
8dot3-brute is a script to brute force Windows 8.3 filenames and directories in web servers
# Usage
Usage: ./8dot3-brute.py -u [base url] -f [filename] -d [dirname] -l [length] -c [character set]
Usage: ./8dot3-brute.py -u http://example.com -d 'DOCUME' -v
Usage: ./8dot3-brute.py -u http://example.com -f 'BACKU.ZIP' -c 'P0123456789' -v
Usage: ./8dot3-brute.py -u http://example.com -d 'DOCUME' -c 'NTOS' -v
Usage: ./8dot3-brute.py -u http://example.com -d 'DOCUME' -l 3 -v
# References
https://github.com/irsdl/IIS-ShortName-Scanner