
Tool zum Auffinden von JavaScript-Dateien auf Websites
Scripthunter ist ein Tool, das JavaScript-Dateien für eine bestimmte Website findet. Um Google zu scannen, führen Sie einfach ./scripthunter.sh https://google.com aus. Beachten Sie, dass dies eine Weile dauern kann, weshalb scripthunter auch einen Benachrichtigungsmechanismus implementiert, der Sie über die Telegram-API informiert, wenn ein Scan abgeschlossen ist. Blogpost

Um scripthunter zu installieren, klonen Sie dieses Repository. scripthunter benötigt einige installierte Tools, stellen Sie daher sicher, dass Sie diese haben:
Bitte stellen Sie sicher, dass Go installiert und richtig konfiguriert ist, da die meisten dieser Tools in Go geschrieben sind. Stellen Sie sicher, dass die oben genannten Befehle im Terminal erkannt werden und funktionieren.
Darüber hinaus verwendet scripthunter Telegram, um Ihnen eine Benachrichtigung zu senden, sobald ein Scan abgeschlossen ist. Um diese Funktion zu aktivieren, müssen Sie einen Telegram-Bot erstellen und Ihren Bot-API-Schlüssel sowie die Chat-ID in das scripthunter-Skript einfügen. Sie können dieser Anleitung folgen, um diese Werte zu erhalten.

Ich habe dies auf einer zufälligen Verizon-Subdomain ausgeführt:
➜ scripthunter-dev ./scripthunter.sh https://developer.verizonmedia.com/
_ __ __ __
___ ________(__)__ / /_/ / __ _____ / /____ ____
(_-</ __/ __/ / _ \/ __/ _ \/ // / _ \/ __/ -_) __/
/___/\__/_/ /_/ .__/\__/_//_/\_,_/_//_/\__/\__/_/
/_/
by @r0bre
[*] Running GAU
[+] GAU found 7 scripts!
[*] Running hakrawler
[+] HAKRAWLER found 5 scripts!
[*] Found 2 directories containing .js files.
[*] Running FFUF on https://developer.verizonmedia.com/./
[+] FFUF found 0 scripts in https://developer.verizonmedia.com/./ !
[*] Running FFUF on https://developer.verizonmedia.com/assets/
[+] FFUF found 0 scripts in https://developer.verizonmedia.com/assets/ !
[*] Running FFUF on https://developer.verizonmedia.com/assets/js/
[+] FFUF found 0 scripts in https://developer.verizonmedia.com/assets/js/ !
[*] Running FFUF on https://developer.verizonmedia.com/js/
[+] FFUF found 0 scripts in https://developer.verizonmedia.com/js/ !
[*] Running FFUF on https://developer.verizonmedia.com/static/
[+] FFUF found 0 scripts in https://developer.verizonmedia.com/static/ !
[*] Running FFUF on https://developer.verizonmedia.com/static/js/
[+] FFUF found 7 scripts in https://developer.verizonmedia.com/static/js/ !
[*] Running FFUF on https://developer.verizonmedia.com/static/js/vendor/
[+] FFUF found 3 scripts in https://developer.verizonmedia.com/static/js/vendor/ !
[+] Checking Script Responsiveness of 13 scripts..
https://developer.verizonmedia.com/static/js/vendor/js-cookie.js
https://developer.verizonmedia.com/static/js/jquery-3.3.1.min.js
https://developer.verizonmedia.com/static/js/autotrack.js
https://developer.verizonmedia.com/static/js/utils.js
https://developer.verizonmedia.com/static/js/navigation.js
https://developer.verizonmedia.com/static/js/vendor/rapidworker-1.2.js
https://developer.verizonmedia.com/static/js/vmdn.js
https://developer.verizonmedia.com/static/js/right-nav.js
[+] All Done!
[+] Found total of 13 (8 responsive) scripts!
Wenn Ihnen dieses Tool gefällt, folgen Sie mir doch auf Twitter @r0bre! ;)