Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 1 month ago
JSON representation

Global Misconfig Finder (web)

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]
path

positional arguments:
path

optional 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_