Advertisement
efxtv

Top 4 BEST Ngrok Alternatives In 2024

Jan 2nd, 2024 (edited)
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | Cybersecurity | 0 0
  1. Top port Forwarding alternative to Ngrok
  2. How to port forward the HTTP (80) port in Termux/Kali/Ubuntu, etc., without getting into much technicality. After following the steps, you can port forward all ports accessible in the browser running on the HTTP port.
  3.  
  4. **********************************************
  5. Telegram post:
  6. https://t.me/efxtv/3291
  7. **********************************************
  8.  
  9. Prerequisites:
  10. -SSH
  11. -PHP
  12.  
  13. Step 1. Create ssh key
  14. $ ssh-keygen #hit enter enter and Enter passphrase
  15.  
  16. Step 2. Start php Local server
  17. $ wget yahoo.com;php -S localhost:8080
  18.  
  19. Step 3. Let's port forward
  20. $ ssh -R 80:localhost:8080 localhost.run
  21. $ ssh -R 80:localhost:3000 serveo.net
  22.  
  23. $ sudo npm install -g localtunnel
  24. lt --port 8000
  25.  
  26. $ npx localtunnel --port 8080
  27.  
  28. $ curl -O https://pagekite.net/pk/pagekite.py
  29. $ python pagekite.py 80 yourname.pagekite.me
  30.  
  31. $ gem install ultrahook
  32. $ ultrahook stripe 5000
  33.  
  34. Step 4. Take screenshot of UR code and visit
  35. https://qrcodescan.in/
  36.  
  37. Upload qr code and get teh url to access your server outside network.
  38.  
  39. Note: Create an account on localhost.run to get links with qr on the terminal.
  40.  
  41. Please share and support our channel.
  42.  
  43.  
  44. Regards
  45. @efxtve
  46. @efxtv2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement