Powered by BINIT GHIMIRE (@WHOISbinit)
The pre-compiled binaries for different systems are available in the Releases page. You can download the one suitable for your system, unzip the file and start using NtHiM.
You will need Cargo to perform the manual build for NtHiM. If you have Cargo installed, you can simply follow the steps below:
- Clone this repository,
git clone https://github.com/TheBinitGhimire/NtHiM
; - Go inside the folder,
cd NtHiM
; - Use the
cargo build
command, - Go inside the newly-created target folder, and open the debug folder inside it,
cd target/debug
; - You will find NtHiM.exe (on Microsoft Windows) or NtHiM binary (on Linux).
Flag | Description | Example |
---|---|---|
-h | Display help related to usage! | NtHiM -h |
-t | Scan a single target! | NtHiM -t https://example.example.com |
-f | Scan a list of targets from a file! | NtHiM -f hostnames.txt |
-c | Number of Concurrent Threads! | NtHiM -c 100 -f hostnames.txt |
-V | Display the version information! | NtHiM -V |
NtHiM -t https://example.example.com
NtHiM -f hostnames.txt
NtHiM uses the data provided in EdOverflow/can-i-take-over-xyz for the platform identification.
If you are interested in contributing in the development of NtHiM, you can feel free to create a Pull Request with modifications in the original code, or you shall open up a new issue, and I will try to include the feature as requested.
There is no restriction on anyone for contributing to the development of NtHiM. If you would like to contribute, you can feel free to do so.