WhatDir
1.0.0
Whatdir는 What Series에 또 다른 추가 기능입니다. Whatdir의 주요 목표는 제공된 워드리스트를 사용하여 웹 애플리케이션 디렉토리를 무차별하는 것입니다. Whatdir의 일부 기능 :
인수 목록은 간단하며 다음은 다음과 같습니다.
usage: whatdir.py [-h] [-u URL] [-w PATH-TO-WORDLIST] [-t AMOUNTOFTHREADS]
[-H KEY:VALUE,KEY = VALUE] [-p PROTO://PROXY:PORT] [-a] [-q]
optional arguments:
-h, --help show this help message and exit
mandatory arguments:
-u URL, --url URL Pass a URL to find directories
-w PATH-TO-WORDLIST, --words PATH-TO-WORDLIST
pass a wordlist to use
request arguments:
-t AMOUNTOFTHREADS, --threads AMOUNTOFTHREADS
Pass an amount of threads
-H KEY:VALUE,KEY=VALUE, --headers KEY:VALUE,KEY=VALUE
pass headers by KEY=VALUE or KEY:VALUE to add them to
the requests, to pass multiple use
key:value1,key:value2,...
-p PROTO://PROXY:PORT, --proxy PROTO://PROXY:PORT
pass a proxy to use during the requests,
proto://proxy:port IE socks5://127.0.0.1:9050
-a, --agent pass this flag to grab a random User-Agent and use it
misc arguments:
-q, --quiet display only successful connections설치는 간단합니다.
pip install -r requirements.txt그리고 실행 :
python whatdir.py -h이것은 필요한 모든 것을 설치해야하며 가면 좋을 것입니다.
버그 나 개선을 찾을 수 있다면 여기에서 문제를 만들어주세요.
Whatdir는 여전히 매우 새로운 단계에 있으며 실제로 개선해야 할 일을 파악하기 위해 실시하고 있습니다. 최종 목표는 빠르고 효율적으로 포팅 할 수있는 매우 빠른 경량 디렉토리 Bruteforcer를 갖는 것입니다.