
Paskto - निष्क्रिय वेब स्कैनर
Paskto कॉमन क्रॉल इंटरनेट इंडेक्स का उपयोग करके वेब को निष्क्रिय रूप से स्कैन करेगा या तो अनुरोध पर इंडेक्स डाउनलोड करके या आपके स्थानीय सिस्टम से डेटा पार्स करके। URL को फिर निक्टो और ज्ञात URL सूचियों के माध्यम से संसाधित किया जाता है ताकि दिलचस्प सामग्री की पहचान की जा सके। कुछ IoT उपकरणों या वेब अनुप्रयोगों के लिए ज्ञात डिफ़ॉल्ट सामग्री की पहचान करने के लिए हैश हस्ताक्षर का भी उपयोग किया जाता है।
Options
-d, --dir-input directory Directory with common crawl index files with .gz extension. Ex: -d "/tmp/cc/"
-v, --ia-dir-input directory Directory with internet archive index files with .gz extension. Ex: -v "/tmp/ia/"
-o, --output-file file Save test results to file. Ex: -o /tmp/results.csv
-u, --update-db Build/Update Paskto DB from Nikto databases.
-n, --use-nikto Use Nikto DBs. Default: true
-e, --use-extras Use EXTRAS DB. Default: true
-s, --scan domain name Domain to scan. Ex: -s "www.google.ca" or -s "*.google.ca"
-i, --cc-index index Common Crawl index for scan. Ex: -i "CC-MAIN-2017-34-index"
-a, --save-all-urls file Save CSV List of all URLS. Ex: -a /tmp/all_urls.csv
-h, --help Print this usage guide.
Examples
Scan domain, save results and URLs $ node paskto.js -s "www.msn.com" -o /tmp/rest-results.csv -a /tmp/all-urls.csv
Scan domain with CC wildcards. $ node paskto.js -s "*.msn.com" -o /tmp/rest-results.csv -a /tmp/all-urls.csv
Scan domain, only save URLs. $ node paskto.js -s "www.msn.com" -o /tmp/rest-results.csv
Scan dir with indexes. $ node paskto.js -d "/tmp/CC-MAIN-2017-39-index/" -o /tmp/rest-results.csv -a /tmp/all-urls.csv
डिफ़ॉल्ट सामग्री के लिए नए डाइजेस्ट हस्ताक्षर बनाने का एक त्वरित तरीका WARCPinch का उपयोग करना है, जो एक क्रोम एक्सटेंशन है जिसे मैंने WARCreate के आधार पर तैयार किया है, सिवाय इसके कि यह WARC फ़ाइलों के साथ-साथ डिजिटल हस्ताक्षर भी बनाता है। (हाइलाइट और राइट-क्लिक कार्यक्षमता भी जोड़ता है, जो किसी भी पहचान योग्य पाठ को हाइलाइट करने के लिए उपयोगी है जिसका उपयोग हस्ताक्षर के नाम के रूप में किया जा सकता है)।
ट्विटर पर @ThreatPinch को फॉलो करें।
ThreatPinch Lookup भी अवश्य देखें, हमारा OSINT और थ्रेट इंटेल क्रोम/फ़ायरफ़ॉक्स ब्राउज़र एक्सटेंशन।