Skip to content

Latest commit

 

History

16 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

remotesc is a script for REMOTE CONTROL using bash

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 >

anonymous

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

About

remotesc is a script for REMOTE CONTROL using bash

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages