Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anthares101/netpwn
A netcat listener alternative with automatic shell stabilization
https://github.com/anthares101/netpwn
cybersecurity hacking hacktoberfest kali linux macos netcat pty pwntools reverse reverse-shell shell tool tty windows
Last synced: 1 day ago
JSON representation
A netcat listener alternative with automatic shell stabilization
- Host: GitHub
- URL: https://github.com/anthares101/netpwn
- Owner: anthares101
- License: gpl-2.0
- Created: 2021-07-31T15:17:52.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-03T10:23:06.000Z (over 1 year ago)
- Last Synced: 2024-04-29T01:43:29.358Z (6 months ago)
- Topics: cybersecurity, hacking, hacktoberfest, kali, linux, macos, netcat, pty, pwntools, reverse, reverse-shell, shell, tool, tty, windows
- Language: Python
- Homepage: https://pypi.org/project/netpwn/
- Size: 28.3 KB
- Stars: 8
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Netpwn - A netcat listener alternative
The idea of this Linux tool is to be an alternative to a Netcat listener but with the ability to determine if the received conection is a shell or not. If the conection is a shell Netpwn will also try to stabilize it to get a pty (Only Linux and MacOS shells).
## Installation
Just execute `pip3 install netpwn` and enjoy! You can use a virtual env or intall it system wide.
## Usage
```
Netpwn - A netcat listener alternativeusage: netpwn [-h] [-v] [--no-pty] [-P LPORT]
A listener capable of stabilize Linux and MacOS reverse shells automatically
optional arguments:
-h, --help show this help message and exit
-v, --version show program's version number and exit
--no-pty if this flag is set, no shell stabilization is perform
-P LPORT, --lport LPORT
the port used to listen for the reverse shell (Default: 8080)
```