A powerful network toolkit for professionals and enthusiasts
Download for Debian/UbuntuTest connections with ping and traceroute functionality
DNS resolution, Whois queries, and GeoIP location services
Multi-threaded port scanning and network analysis
Built-in chat server for team communication
Secure remote shell access with connection testing
Colorful, error-handled, cross-platform design
Choose one of the following installation methods:
Click the download button above or use:
wget https://tools.erisrtg.ir/eris-netpilot.deb sudo dpkg -i eris-netpilot.deb sudo apt-get install -f
wget -O eris-netpilot.deb https://tools.erisrtg.ir/eris-netpilot.deb && sudo dpkg -i eris-netpilot.deb && sudo apt-get install -f
curl -L -o eris-netpilot.deb https://tools.erisrtg.ir/eris-netpilot.deb && sudo dpkg -i eris-netpilot.deb && sudo apt-get install -f
curl -L https://tools.erisrtg.ir/eris-netpilot.deb | sudo dpkg --install /dev/stdin
Note: The sudo apt-get install -f
command fixes any dependency issues that may arise during installation.
Install required dependencies:
pip install -r requirements.txt
Launch the application:
python netpilot.py
After installing the Debian package, run:
netpilot
Or for Python installation:
python netpilot.py
You'll see the welcome screen:
╔═══════════════════════════════════════════════════╗ ║ 🌐 Advanced Network Toolkit v2.0 ║ ║ by Eris ║ ║ visit https://erisrtg.ir ║ ╚═══════════════════════════════════════════════════╝ [13:21:41] NetPilot ➤
ping google.com
trace github.com
nslookup github.com
whois example.com
geoip 8.8.8.8
myip
portscan target.com
osdetect 192.168.1.1
netstat
serverm -p 8080
join localhost -p 8080
broadcast Hello everyone!
stopserver
leavechat
ssh user@host
testssh 192.168.1.100
disconnect
clear
help
exit
ping google.com myip portscan example.com serverm -p 9000 join localhost -p 9000 ssh user@host disconnect
Full support
Complete compatibility
Full compatibility
Native .deb package
Missing modules: Install required packages
pip install colorama requests paramiko
Debian package issues: Fix dependencies
sudo apt-get install -f
Connection issues: Verify your internet connection
SSH problems: Test SSH connectivity first
testssh [target-ip]
Permission errors: Run with appropriate permissions
sudo netpilot
Need help? Follow these steps: