smart url fuzzer
Version 1.2.0 Stable
非同期で堅牢なWebサイトURLSエクスプローラー
高度に構成可能でありながら高速でシンプルです。
私はこれをペンテストの目的で開発しました。
NMAPのHTTPモジュールはまったく同じですが、多くの依存関係があります。企業はこのサービスをお金のために提供しているので、私は自分でそれをすることにしました。
責任を持って使用してください。
git clone [email protected]:avilum/smart-url-fuzzer.git && cd smart-url-fuzzer pip install -r requirements.txt# This will find all the active endpoints in https://www.example.com $ ./fuzz$ # Or, Using Python $ python fuzz.py --help Usage: fuzz.py -u https://example.com/ An Asynchronous, robust websites endpoint discovery tool with smart error handling. Locates resources in websites based on a list of paths. Check out the " words_list " " directory for lists examples. Options: --version show program's version number and exit -h, --help show this help message and exit -u BASE_URL, --url=BASE_URL The target website to scan. -l LIST_FILE, --list=LIST_FILE A file containing the paths to check (separated with lines).ウェブサイトの種類に基づいて、またはニーズに基づいて、カスタムパスリストを使用できます。
ディレクトリ「Words_Lists」には、最も一般的なエンドポイントのリストが含まれています。
$ python fuzz.py -u https://www.facebook.com -l words_lists/list-php.txt # ###-##-## ##:##:##,### - fuzzing - INFO - Getting the endpoints of the website https://www.facebook.com with list file "words_lists/list-php.txt" and 100 async workers. # ... https://www.facebook.com/comment_edit.php : 200 https://www.facebook.com/webdb_view_test.php : 200 https://www.facebook.com/sp_feedgenerator.php : 200 https://www.facebook.com/xp_publish.php : 200 https://www.facebook.com/categories_0222.php : 200 https://www.facebook.com/3d_exhibits1.php : 200 https://www.facebook.com/adr_cell.php : 200 # ###-##-## ##:##:##,### - fuzzing - INFO - The endpoints were exported to "endpoints.txt"、HTTPの理由でファジングが失敗した場合、それは自動的に少ない労働者で継続します。
一部のサイトには、DDOS保護メカニズムがあります。
ファザーは、ブロックされることなく、最適な数の労働者に自動的に到達します。
すべてのアクティビティは、デフォルトで /logsフォルダーの下に記録されます。