An open API service indexing awesome lists of open source software.

https://github.com/owlinux1000/pwncat


https://github.com/owlinux1000/pwncat

Last synced: 17 days ago
JSON representation

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
```