Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fagci/gmf
Global Misconfig Finder (web)
https://github.com/fagci/gmf
appsec directory-traversal hacking-tool misconfiguration netstalking webserver-security
Last synced: about 2 months ago
JSON representation
Global Misconfig Finder (web)
- Host: GitHub
- URL: https://github.com/fagci/gmf
- Owner: fagci
- Created: 2021-09-10T14:03:39.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-16T17:10:19.000Z (about 3 years ago)
- Last Synced: 2024-08-01T19:43:18.721Z (5 months ago)
- Topics: appsec, directory-traversal, hacking-tool, misconfiguration, netstalking, webserver-security
- Language: Python
- Homepage:
- Size: 39.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Global Misconfig Finder
Searches webserver misconfigs over all internet.
```
usage: gmf.py [-h] [-w WORKERS] [-t TIMEOUT] [-l LIMIT] [--proxy PROXY] [-b]
[-x EXCLUDE]
pathpositional arguments:
pathoptional arguments:
-h, --help show this help message and exit
-w WORKERS, --workers WORKERS
-t TIMEOUT, --timeout TIMEOUT
-l LIMIT, --limit LIMIT
--proxy PROXY
-b, --show-body
-x EXCLUDE, --exclude EXCLUDE
```# Examples
```sh
export PYTHONUNBUFFERED=1
./gmf.py /favicon.ico \
| parallel -uj1 wget http://{}/favicon.ico \
-O ~/storage/pictures/fav/{}.ico
```_Only for educational purposes_