telnetshell
Audit IoT Devices Through Telnet Shells
Manual Telnet assessment is slow and difficult to document. This skill runs logged commands, batch enumeration, and structured output against authorized IoT targets.
Do not auto-install this skill.
The canonical policy requires operator review before any installation action.
Install with my Agent
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "telnetshell" from https://skillstore.io/skills/brownfinesecurity-telnetshell.md and its manifest at https://skillstore.io/api/skills/brownfinesecurity-telnetshell/manifest. Verify the artifact. Do not auto-install. Inspect the skill and report your findings, then wait for an operator or manual installation decision.Your Agent should still show its plan and request any confirmation required by the security policy.
Agent-readable resources
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Test it
Using "telnetshell". Identify the operating system on my authorized camera without changing it.
Expected outcome:
- Target responded through Telnet.
- Kernel and BusyBox details were collected with read-only commands.
- No files or settings were changed.
Using "telnetshell". Summarize the listening services on my isolated test router.
Expected outcome:
- The device exposes Telnet and its local web service.
- The result includes interface and route context.
- Review Telnet exposure because the protocol is unencrypted.
Using "telnetshell". Create a session record for an authorized diagnostic check.
Expected outcome:
The session transcript records the target, timestamps, commands, and responses in a restricted log for later review.
Security Audit
CriticalThe skill intentionally executes arbitrary Telnet commands and includes credential discovery, persistence, firmware extraction, network scanning, data exfiltration, and anti-forensic examples. Markdown formatting, private example addresses, and ANSI-cleaning detections are false positives, but multiple confirmed critical workflows require strict controls. No prompt injection attempt was found.
Confirmed security concerns (74)
Show all 74 confirmed findings
Capability review items (106)
These are real local capabilities that may be expected for this skill, so they require review but are not counted as confirmed malicious behavior.
Risk Factors
๐ Filesystem access (50)
โ๏ธ External commands (50)
๐ Network access (50)
Detected Patterns
Share & cite this report
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
Copy report link
https://skillstore.io/skills/brownfinesecurity-telnetshell/audits/9?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/brownfinesecurity-telnetshell?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/brownfinesecurity-telnetshell?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/brownfinesecurity-telnetshell/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/brownfinesecurity-telnetshell.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>Academic citations (APA ยท BibTeX ยท CFF)
APA citation
BrownFineSecurity. (2026). telnetshell security audit report (audit version 9) [Author version unspecified]. Skillstore. https://skillstore.io/skills/brownfinesecurity-telnetshell/audits/9BibTeX citation
@techreport{brownfinesecurity-brownfinesecurity-telnetshell-2026,
author = {BrownFineSecurity},
title = {telnetshell security audit report (audit version 9)},
institution = {Skillstore},
year = {2026},
number = {9},
url = {https://skillstore.io/skills/brownfinesecurity-telnetshell/audits/9},
note = {Author version unspecified}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "telnetshell security audit report (audit version 9)"
version: "unspecified"
type: report
authors:
- name: "BrownFineSecurity"
date-released: "2026-07-23"
url: "https://skillstore.io/skills/brownfinesecurity-telnetshell/audits/9"
identifiers:
- type: other
value: "skillstore:brownfinesecurity-telnetshell:audit:9"
description: "Skillstore immutable audit report identifier"
Skillstore Score
Why this score Evidence Confidence: MediumWhat You Can Build
Inventory a Lab Device
Collect read-only operating system, storage, and network details from an authorized IoT test device.
Debug an Embedded Shell
Run repeatable BusyBox diagnostics while preserving a complete session transcript.
Document an Authorized Assessment
Capture scoped Telnet commands and cleaned responses for a penetration test report.
Try These Prompts
Connect to my authorized lab device at [HOST]:[PORT]. Run read-only identity checks, log securely, and stop if authentication is required.
On authorized target [HOST], collect interfaces, routes, and listening services. Use read-only commands and summarize unexpected exposure.
Inspect authorized target [HOST] for risky permissions and exposed service configuration. Do not read secret values or modify files.
Prepare a phased assessment for [HOST]. Show every proposed command, enforce my scope, and request confirmation before sensitive or modifying actions.
Best Practices
- Confirm written authorization, exact targets, approved ports, and permitted commands before connecting.
- Review every command and require confirmation before reading secrets, changing files, or scanning neighboring systems.
- Store transcripts in a private directory with restrictive permissions and redact credentials before sharing.
Avoid
- Do not connect to public or third-party devices without explicit authorization.
- Do not install persistence, clear history, delete logs, or remove evidence.
- Do not store sensitive sessions in a shared predictable temporary file.
Frequently Asked Questions
Do I need authorization to use this skill?
Does the helper automate login credentials?
Is Telnet traffic encrypted?
What software is required?
Where are session logs stored?
Can the included commands modify a device?
Developer Details
Author
BrownFineSecurityLicense
MIT
Skillstore revision
r2
Version notice
The author did not declare a version.
Ref
a39a91716eadede5f4cdefd78178fed4e837a128
Maintenance freshness
7/24/2026
Usage
9 downloads ยท 190 views
File structure
๐ enum_files.txt
๐ enum_network.txt
๐ enum_security.txt
๐ enum_system.txt
๐ examples.md
๐ SKILL.md
๐ telnet_helper.py