https://github.com/tkmru/pwn_server
pwn server for practice
https://github.com/tkmru/pwn_server
Last synced: about 1 month ago
JSON representation
pwn server for practice
- Host: GitHub
- URL: https://github.com/tkmru/pwn_server
- Owner: tkmru
- Created: 2015-08-29T06:55:13.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-20T12:25:50.000Z (almost 10 years ago)
- Last Synced: 2025-02-01T16:13:22.728Z (8 months ago)
- Language: Python
- Size: 1000 Bytes
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#How to use
python pwnserver.py [EXECUTABLE FILE PATH] [PORT]```
$ python /media/sf_CTF/pwn_practice_server/pwn_server.py echo 9007Pwnable server starts...
Host: localhost
Port: 9007
Target: echoReceived:aaa
Sent: aaa
```Maybe, using this command is better.
```
$ socat TCP-LISTEN:9007,reuseaddr,fork exec:./binary&
```