Accessing remote's shell
- nmap to find the open port
- start telnet session: telnet [ip][port]
- start tcp dumper listener
- ping my own machine and check if my machine is reachable from the remote machine
- if pinged, that means my machine is listening to the command from remote's command
- msfvenom to generate command for command payload
- start netcat: nc -lvp [myport-that-is-eavesdropping-on-the-machine]
- run payload command on telnet session
Top comments (0)