Anonymously(using NIPE) and Automatically Connect and Execute Commands on the Remote Server via SSH
input any IP/DNS address to scan and check the Whois of the given address after connecting to remote server via SSH
log file and nmap+whois files will be saved on machine
example of the script running >
to run this script please use >
chmod +x remotesc.sh
./remotesc.sh
**** make sure you have NIPE installed on your machine **** ###########################################################################
if your not from israel and from other country make sure to change this section in the script to your country >>>> ###########################################################################
is_israeli_ip=false
if [[ $(curl -sSf "http://ip-api.com/json/$public_ip" | awk -F'"' '/country/{print $8}') == "COUNTRY" ]]; then
is_israeli_ip=true
fi