NTHIM Now The Host Is Mine

Written in rust, pain in the a$$ to configure

# NTHIM Now The Host Is Mine

https://github.com/TheBinitGhimire/NtHiM

#install rust in Kali

apt install cargo
apt install rustup
rustup default stable

#install

git clone https://github.com/TheBinitGhimire/NtHiM
cd NtHiM
cargo build
cd target
cd debug
cp NtHiM /usr/local/bin
NtHiM -V
cat subs.txt | xargs  -P 50 -I % bash -c "dig % | grep CNAME" | awk '{print $1}' | sed 's/.$//g' | httpx -silent -status-code -cdn -csp-probe -tls-probe

Last updated