Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 493 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 493 Bytes

PSE: HTTP POST

The two scripts show-case how to pack and unpack data into HTTP POST requests.

Usage

Use high verbosity to see how the data gets transformed.

Server

pwncat -vvvv -l localhost 4444 \
  --script-send pse/http-post/pse-http_post-pack.py \
  --script-recv pse/http-post/pse-http_post-unpack.py

Client

pwncat -vvvv localhost 4444 \
  --script-send pse/http-post/pse-http_post-pack.py \
  --script-recv pse/http-post/pse-http_post-unpack.py