Всем привет. Представляю вам скрипт "CrawlBox" для брут-форса директорий сайта.
Разработчик -== abaykan
Страница разработчика -== abaykan/CrawlBox
Вся информация предназначена исключительно для ознакомления.
CrawlBox - Скрипт для брут-форса директорий сайта.
Скрипт достаточно эффективен для брут-форса.
Код:
Справка:
-h, --help show this help message and exit
-v, --version show program's version number and exit
-u URL specific target url, like domain.com
-w WORDLIST specific path to wordlist file
-d DELAY add delay between requests
--random-agent Use randomly selected HTTP User-Agent header value
--auth-type [AUTHTYPE]
HTTP authentication type (Basic, Digest or NTLM)
--auth-cred AUTHCRED HTTP authentication credentials (name:password)
--proxy PROXY Use a proxy to connect to the target URL
EXAMPLE:
web site scan with internal wordlist
CrawlBox www.domain.com
web site scan with external wordlist
CrawlBox www.domain.com -w wordlist.txt
Атакуем сайт.
Установка и запуск.
Код:
#git clone https://github.com/abaykan/crawlbox.git
# cd crawlbox/
# pip install -r requirements.txt
# Справка - python crawlbox.py -h