Advertisement
efxtv

UpdogFX replacement for Python's SimpleHTTPServer

May 31st, 2025
13
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | Cybersecurity | 0 0
  1. UpdogFX (Termux / Linux) is a replacement for Python's `SimpleHTTPServer`. It allows uploading and downloading via HTTP/S, can set ad hoc SSL certificates, and use HTTP basic authentication. Inspired by updog.
  2.  
  3. It will simply help you to take your updog server to public and easy to install
  4.  
  5. # Features
  6. - Upload and download files via HTTP/S
  7. - Reverse SSH tunneling support using Serveo
  8. - Lightweight and compatible with Termux/Linux
  9.  
  10. # Supported Devices
  11. 1. Linux
  12. 2. Termux
  13. 3. Windows
  14.  
  15. # Installation
  16.  
  17. - Linux Users
  18. python3 -m venv myenv
  19. source myenv/bin/activate
  20. pip install updogfx
  21.  
  22. - Termux Users
  23. pip install updogfx
  24.  
  25. # Windows users can download binary from here:
  26. https://github.com/efxtv/updogfx/releases
  27.  
  28. # Usage
  29. usage: updogfx [-h] [-d DIRECTORY]
  30.  
  31. Support
  32. Join us on Telegram: t.me/LinuxClassesEFXTv
  33.  
  34. Source Repository:
  35. https://github.com/efxtv/updogfx
  36.  
  37.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement