NtHiM is an open source program, compatible with both Windows and Linux. Allows us to discover in seconds all the subdomains that exist even those that are well hidden…
Table of Contents
Installation
cargo install NtHiM Ή git clone https://github.com/TheBinitGhimire/NtHiM cd NtHiM cargo build cd target / debug
Use
Flag | Description | Example |
---|---|---|
-h | Show usage help! | NtHiM -h |
-t | Scan a single target! | NtHiM -t https://example.example.com |
-f | Scan a list of goals from a file! | NtHiM -f hostnames.txt |
-c | Number of simultaneous threads! | NtHiM -c 100 -f hostnames.txt |
-V | Display version information! | NtHiM -V |
Use 1 (individual goal):
NtHiM -t https://example.example.com
Use 2 (multiple objectives):
NtHiM -f hostnames.txt