
اختبر قائمة من النطاقات لنقاط نهاية محددة باستخدام التضليل
endsfuzzer هي أداة بسيطة تستخدم لتفحص قائمة من النطاقات للبحث عن نقاط نهاية محددة. سوف تفحص جميع النطاقات في قائمة ما عن نقطة نهاية واحدة، ثم تنتقل إلى نقطة النهاية التالية لفحصها.
endsfuzzer تتطلب Golang للتشغيل.
go get -u github.com/ameenalkurdy/endsfuzzer
Usage of endsfuzzer:
-dL string
Path to domains list (required)
-eL string
Path to endpoints list (required)
-threads int
Threads Number (default 40)
-timeout int
Connection timeout in seconds (default 15)
لا يجب أن تحتوي المضيفات المُفحَصة في الملف على بروتوكول (https/http).
endsfuzzer -dL domains.txt -eL quickhits.txt
endsfuzzer -dL domains.txt -eL quickhits.txt -timeout 20 -threads 50
المخرجات:
https://about.example.com/admin 403
http://dev.example.com/admin 302 -> https://www.example.com/
https://secure.example.com/admin 200
https://about.example.com/cgi-bin 403
http://dev.example.com/cgi-bin 302 -> https://www.example.com/
https://secure.example.com/cgi-bin 403