https://github.com/tikene/tcp-shell-wordlist-attack
Performs a wordlist attack using known Linux commands on a bind TCP shell
https://github.com/tikene/tcp-shell-wordlist-attack
bind linux-shell shell tcp wordlist-attack
Last synced: about 2 months ago
JSON representation
Performs a wordlist attack using known Linux commands on a bind TCP shell
- Host: GitHub
- URL: https://github.com/tikene/tcp-shell-wordlist-attack
- Owner: tikene
- Created: 2021-10-30T15:51:00.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-30T17:15:05.000Z (over 4 years ago)
- Last Synced: 2025-02-06T00:30:37.788Z (over 1 year ago)
- Topics: bind, linux-shell, shell, tcp, wordlist-attack
- Language: Python
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TCP Remote shell wordlist attack (Direct bind)
This tool will automatically try a list of commands on a TCP direct shell and display the results
Useful to find out what commands are available during post exploitation

**Arguments:**
```
usage: tcp-shell-wordlist.py [-h] [-ip TCP_IP] [-port TCP_PORT]
[-w WORDLIST_FILE] [-errstr NOTFOUND_MSG]
[-delay DELAY]
optional arguments:
-h, --help show this help message and exit
-ip TCP_IP *Target ip
-port TCP_PORT *Target port
-w WORDLIST_FILE List of commands to try
-errstr NOTFOUND_MSG Console uknown command string
-delay DELAY Delay after sending command
```
**Installation:**
To install simply do "pip install -r requirements.txt"
**Credits:**
Default wordlist taken from https://github.com/yzf750/custom-fuzzing/blob/master/linux-commands-merged.txt