├── LICENSE ├── README.md ├── azbug.py ├── cookies_convert.py ├── db ├── README.md ├── dorks.txt ├── sub_name.txt └── wordlist.txt ├── output └── README.md ├── requirements.txt └── url.txt /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amazigh-kil3r/azbug_scanner/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amazigh-kil3r/azbug_scanner/HEAD/README.md -------------------------------------------------------------------------------- /azbug.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amazigh-kil3r/azbug_scanner/HEAD/azbug.py -------------------------------------------------------------------------------- /cookies_convert.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amazigh-kil3r/azbug_scanner/HEAD/cookies_convert.py -------------------------------------------------------------------------------- /db/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amazigh-kil3r/azbug_scanner/HEAD/db/README.md -------------------------------------------------------------------------------- /db/dorks.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amazigh-kil3r/azbug_scanner/HEAD/db/dorks.txt -------------------------------------------------------------------------------- /db/sub_name.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amazigh-kil3r/azbug_scanner/HEAD/db/sub_name.txt -------------------------------------------------------------------------------- /db/wordlist.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amazigh-kil3r/azbug_scanner/HEAD/db/wordlist.txt -------------------------------------------------------------------------------- /output/README.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | dnspython==1.16.0 -------------------------------------------------------------------------------- /url.txt: -------------------------------------------------------------------------------- 1 | http://root0x00.altervista.org/sqli/time.php?id=1 2 | --------------------------------------------------------------------------------