telnetshell

Execute Telnet commands and enumerate IoT devices with session logging.

811|123|Updated Nov 17, 2025
One-click install
npx skills add https://github.com/BrownFineSecurity/iothackbot --skill telnetshell
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: telnetshell
Source: https://github.com/BrownFineSecurity/iothackbot/tree/main/skills/telnetshell
Command: npx skills add https://github.com/BrownFineSecurity/iothackbot --skill telnetshell

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Telnet-accessible IoT devices provide a ready-made surface for security testing. This skill offers a structured, observable way to interact with remote shells, perform enumeration, and test for weak credentials or misconfigurations while keeping a clear session log.

Core Features & Use Cases

  • Trusted Telnet Helper: Clean command execution, prompt detection, and reliable timeouts.
  • Batch & Interactive Modes: Run single commands, scripts, or interactive sessions.
  • Session Logging & JSON Output: Capture full transcripts for audits and reports.
  • Enumeration Playbooks: Quick system, network, and security checks via ready-made scripts.

Quick Start

Single command: python3 .claude/skills/telnetshell/telnet_helper.py --host 192.168.1.100 --command "uname -a"