Advertisement
efxtv

Pip based Linkgenfx- an ultimate solution to port forwarding in Linux, Termux, Windows

May 31st, 2025
21
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | Cybersecurity | 0 0
  1. LinkgenFX is a simple CLI tool to create an SSH reverse tunnel via serveo.net. It's an easy solution for quick port forwarding.
  2.  
  3. # Features
  4. - Establish SSH reverse tunnels quickly
  5. - Automatically chooses a remote port or uses your specified port
  6. - Displays connection info with aligned terminal output
  7. - Graceful cleanup on exit
  8.  
  9. # Supported Devices
  10. 1. Linux
  11. 2. Termux
  12. 3. Windows
  13.  
  14. # Installation
  15. - Termux
  16. pip install linkgenfx
  17.  
  18. - Linux
  19. python3 -m venv myenv
  20. source myenv/bin/activate
  21. pip install linkgenfx
  22.  
  23. - Windows
  24. Visit here- https://github.com/efxtv/linkgenfx/releases
  25.  
  26. # Usage
  27. linkgen [port]
  28.  
  29. Examples:
  30. linkgen 8022
  31. or
  32. linkgen
  33. # By default, it will forward RDP port 3389
  34.  
  35. Source : https://github.com/efxtv/linkgenfx
  36.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement