Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 662 Bytes

README.md

File metadata and controls

32 lines (25 loc) · 662 Bytes

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

export PYTHONUNBUFFERED=1
./gmf.py /favicon.ico \
  | parallel -uj1 wget http://{}/favicon.ico \
    -O  ~/storage/pictures/fav/{}.ico

Only for educational purposes