NetPilot v2.0

A powerful network toolkit for professionals and enthusiasts

Download for Debian/Ubuntu

✨ Features

🔗 Network Connectivity

Test connections with ping and traceroute functionality

🔍 Information Lookup

DNS resolution, Whois queries, and GeoIP location services

🛡️ Security Scanning

Multi-threaded port scanning and network analysis

💬 Real-time Chat

Built-in chat server for team communication

🔐 SSH Management

Secure remote shell access with connection testing

🎨 User Interface

Colorful, error-handled, cross-platform design

⚙️ Installation

📋 Requirements

  • 🐍 Python 3.6 or higher
  • 🌐 Internet connection for GeoIP and other online features

🐧 Debian/Ubuntu Installation

Choose one of the following installation methods:

📦 Method 1: Direct Download

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

🌐 Method 2: One-line Install with wget

wget -O eris-netpilot.deb https://tools.erisrtg.ir/eris-netpilot.deb && sudo dpkg -i eris-netpilot.deb && sudo apt-get install -f

🔄 Method 3: One-line Install with curl

curl -L -o eris-netpilot.deb https://tools.erisrtg.ir/eris-netpilot.deb && sudo dpkg -i eris-netpilot.deb && sudo apt-get install -f

🚀 Method 4: Direct Install (Advanced)

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.

📦 Python Installation

Install required dependencies:

pip install -r requirements.txt

Launch the application:

python netpilot.py

💻 Usage

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 ➤ 
      

🎯 Commands

🌐 Network Operations

ping google.com
trace github.com
nslookup github.com
whois example.com
geoip 8.8.8.8
myip

🔍 Security & Scanning

portscan target.com
osdetect 192.168.1.1
netstat

💬 Chat System

serverm -p 8080
join localhost -p 8080
broadcast Hello everyone!
stopserver
leavechat

🔐 SSH Management

ssh user@host
testssh 192.168.1.100
disconnect

⚙️ System Commands

clear
help
exit

📚 Usage Examples

ping google.com
myip
portscan example.com
serverm -p 9000
join localhost -p 9000
ssh user@host
disconnect

🛠️ Platform Support

🪟 Windows

Full support

🐧 Linux

Complete compatibility

🍎 macOS

Full compatibility

📦 Debian/Ubuntu

Native .deb package

🚑 Troubleshooting

Common Issues & Solutions

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

📞 Support & Contact

Need help? Follow these steps:

  1. 📖 Check the Troubleshooting section above
  2. 🐛 Report issues on GitHub
  3. 🌐 Contact through the official website