
HostHunter एक रिकॉन टूल है जो OSINT तकनीकों का उपयोग करके होस्टनेम खोजने के लिए है।
बड़ी संख्या में IPv4 या IPv6 पतों को लक्ष्य करते हुए होस्टनाम खोजने और निकालने के लिए एक कुशल उपकरण। HostHunter सरल OSINT और सक्रिय टोही तकनीकों का उपयोग करके IP लक्ष्यों को वर्चुअल होस्टनामों से मैप करता है। यह विशेष रूप से आपके संगठन के वास्तविक आक्रमण सतह की खोज के लिए उपयोगी है।
आउटपुट CSV, TXT या Nessus फ़ाइल स्वरूपों सहित कई प्रारूपों में उत्पन्न किया जा सकता है।
<a align="center" href=https://asciinema.org/a/jp9B0IB6BzRAgbH3iNp7cCTpt>
डेमो देखने के लिए ऊपर दिए गए थंबनेल पर क्लिक करें।
$ python3.10 -m pip install -r requirements.txt
$ python3.10 hosthunter.py <targets.txt>
$ cat vhosts.csv
HostHunter सहायता पृष्ठ
$ python3.10 ./hosthunter.py -h
usage: hosthunter.py [-h] [-f FORMAT] [-o OUTPUT] [-t TARGET] [-g GRAB] [-v] [-V] [-d] [targets]
[?] HostHunter v2.0 - Help Page
positional arguments:
targets Sets the path of the target IPs file.
options:
-h, --help show this help message and exit
-f FORMAT, --format FORMAT
Choose between .CSV and .TXT output file formats.
-o OUTPUT, --output OUTPUT
Sets the path of the output file.
-t TARGET, --target TARGET
Hunt a Single IP.
-g GRAB, --grab GRAB Choose which SSL ports to actively scan. Default ports: 21/tcp, 25/tcp, 443/tcp, 993/tcp, 8443/tcp
-v, --verify Attempts to resolve IP Address
-V, --version Displays the current version.
-d, --debug Displays additional output and debugging information.
Author: Andreas Georgiou (@superhedgy)
HostHunter स्क्रीन कैप्चर मॉड्यूल चलाएँ और Nessus फ़ाइल आउटपुट करें:
$ python3.10 hosthunter.py <targets.txt> --nessus -o hosts.csv
परिणाम प्रदर्शित करें
$ cat hosts.csv
स्क्रीनशॉट देखें
$ open ./screen_captures/
यह प्रोजेक्ट MIT लाइसेंस के अंतर्गत लाइसेंस प्राप्त है।
यदि आप कोई विचार या सुविधाएँ जोड़ना चाहते हैं तो बेझिझक एक पुल रिक्वेस्ट बनाएँ। अन्यथा मुझसे ट्विटर @superhedgy पर संपर्क करें।