
वेबसाइटों पर JavaScript फ़ाइलें खोजने का उपकरण
Scripthunter एक उपकरण है जो किसी दी गई वेबसाइट के लिए जावास्क्रिप्ट फ़ाइलें ढूंढता है। Google को स्कैन करने के लिए, बस ./scripthunter.sh https://google.com चलाएँ। ध्यान दें कि इसमें थोड़ा समय लग सकता है, यही कारण है कि scripthunter एक अधिसूचना तंत्र भी लागू करता है जो आपको Telegram API के माध्यम से स्कैन पूरा होने पर सूचित करता है। ब्लॉगपोस्ट

scripthunter को स्थापित करने के लिए, इस रिपॉजिटरी को क्लोन करें। scripthunter कुछ उपकरणों पर निर्भर करता है जिन्हें स्थापित करने की आवश्यकता है, इसलिए सुनिश्चित करें कि वे आपके पास हैं:
कृपया सुनिश्चित करें कि चूंकि इनमें से अधिकांश उपकरण Go में लिखे गए हैं, आपके पास Go स्थापित और ठीक से कॉन्फ़िगर किया गया है। सुनिश्चित करें कि जब आप टर्मिनल में उपरोक्त कमांड्स में से कोई भी टाइप करते हैं, तो वे पहचाने जाएँ और काम करें।
इसके अलावा, scripthunter स्कैन समाप्त होने पर आपको एक अधिसूचना भेजने के लिए Telegram का उपयोग करता है। इस सुविधा को सक्षम करने के लिए, आपको एक Telegram Bot बनाना होगा और अपनी Bot API key और chatid को scripthunter स्क्रिप्ट में पेस्ट करना होगा। आप इन मानों को प्राप्त करने के लिए इस गाइड का अनुसरण कर सकते हैं।

मैंने इसे कुछ यादृच्छिक verizon सबडोमेन पर चलाया:
➜ 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!
यदि आपको यह उपकरण पसंद आया, तो मुझे Twitter पर फॉलो करने पर विचार करें @r0bre! ;)