Open
Description
You can port forward using Portmap..
-
First install SSH
For Linux -sudo apt install openssh-server -y
For Termux -pkg install -y openssh
-
Go to "https://portmap.io/register" & Create an account.
- Now go to your mailbox & verify the PortMap Account.
- Now go to "https://portmap.io/configs" & click "CREATE NEW CONFIGURATION"
- Name it to Anything & Change the config type to
ssh
- Click on generate & Download the configuration file.
- Move to configuration file to
~/.ssh
folder.. if there is no folder then create one. - Then Give permission to the pem file using
chmod 777 ~/.ssh/*
- Go to Mapping Rules & Click on "CREATE NEW RULE"
- Select the previous config & change the protocols to "http"
- Set the "Port on your PC" to 8080
- Now click Create
-In the mapping rule you will find a command starting with ssh -i ....
. Copy That
-
In the new window paste the previously copied command & Hit Enter
-
If the connection fails once .. try multiple times
- The Link in the Mapping rules is your static link
- Whenever you need to forward port just host zphisher using localhost & type the
ssh -i ....
command .. Tunnel will be forwarded to your static Link.
Proof ::