Skip to content

A powerful, all-in-one privacy & penetration testing toolkit built for Termux and Linux users. Analyze VPN leaks, test for DNS/WebRTC exposure, anonymize with Tor & Proxychains, and inspect VPN logs — all from your terminal.

License

Notifications You must be signed in to change notification settings

currentvai/Current-vpnlab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Current VPN Toolkit Logo

🔰 Current-vpnlab v1.1 - VPN Leak Tester

A simple, fast, and effective command-line tool to check for common IP, DNS, and WebRTC leaks, helping you verify if your VPN is working correctly and protecting your real IP address.

Banner


✨ Features

  • 🌐 Public IP Check: Quickly finds your current public IP address and shows your ISP and country.
  • 🛡️ DNS Leak Check: Lists the DNS servers your system is currently using to resolve domain names.
  • 🕵️‍♂️ WebRTC Leak Check: Detects potential IP leaks through your browser's WebRTC functionality.
  • 💻 Clean CLI Interface: Uses colors for a clear, readable, and professional output directly in your terminal.
  • 📱 Termux Ready: Fully optimized for use on mobile with Termux, with automatic dependency installation.

🤔 How to Test Your VPN

The best way to use this tool is to run it twice and compare the results:

  1. Run WITHOUT VPN:

    bash vpnlab.sh

    Note down your real Public IP, your ISP's DNS servers, and any IPs shown in the WebRTC section.

  2. Run WITH VPN:

    • Connect to your VPN.
    • Run the script again:
      bash vpnlab.sh

🔎 Compare the results: If your VPN is working correctly, the Public IP, DNS Servers, and any WebRTC IPs in the second run should be completely different from the first run. They should now belong to your VPN provider, and your real IP should not be visible anywhere.


🚀 Installation & Usage

  1. Clone the repository:

    git clone https://github.com/your-github-username/Current-vpnlab.git
  2. Navigate to the directory:

    cd Current-vpnlab
  3. Run the tester:

    bash vpnlab.sh

⚠️ Disclaimer

This tool is for educational and testing purposes only. Use it responsibly to verify your own connection's privacy.


Developed By Current Vai ♚ © Copyright $(date +%Y) — All Rights Reserved.

🛡️ Stay Private. Stay Secure. Stay Current ♚

```

About

A powerful, all-in-one privacy & penetration testing toolkit built for Termux and Linux users. Analyze VPN leaks, test for DNS/WebRTC exposure, anonymize with Tor & Proxychains, and inspect VPN logs — all from your terminal.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages