https://github.com/owlinux1000/pwncat
https://github.com/owlinux1000/pwncat
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/owlinux1000/pwncat
- Owner: owlinux1000
- Created: 2019-03-28T14:00:30.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-28T14:21:58.000Z (about 7 years ago)
- Last Synced: 2025-03-06T00:26:11.256Z (over 1 year ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pwncat
pwncat is simple socat wrapper for Pwn.
## Usage
```shell
$ pwncat
Usage: pwncat target.bin [-p PORT] [-s(trace)] [-l(trace)]
```
## Install
```shell
$ wget https://raw.githubusercontent.com/owlinux1000/pwncat/master/pwncat -O /usr/local/bin/pwncat
$ chmod +x /usr/local/bin/pwncat
```