Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/0xvpr/socketadventure
Hacking Pwn Adventure 3 with C & Python using TCP Sockets.
https://github.com/0xvpr/socketadventure
gui hacking pwnadventure3 python python3 socket tcp-client tcp-server ui
Last synced: 10 days ago
JSON representation
Hacking Pwn Adventure 3 with C & Python using TCP Sockets.
- Host: GitHub
- URL: https://github.com/0xvpr/socketadventure
- Owner: 0xvpr
- Created: 2022-05-09T05:26:46.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-10T03:35:12.000Z (over 2 years ago)
- Last Synced: 2023-03-06T22:54:05.893Z (over 1 year ago)
- Topics: gui, hacking, pwnadventure3, python, python3, socket, tcp-client, tcp-server, ui
- Language: C
- Homepage:
- Size: 16.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Socket Adventure (PwnAdventure3 Windows)
### Timeline
- Project Started: May 9, 2022## Purpose
The purpose of this snippet was to create an application that
utilizes TCP sockets to provide information to an external
application that is responsible for the UI.## What I Learned
[ TODO ]## Install (WSL2 Version 2)
```bash
git clone https://github.com/0xvpr/SocketAdventure && cd SocketAdventure
make && python -m pip install -r requirements.txt
```## Run
WSL2
```bash
cd SocketAdventure
chmod +x App.py inject.sh
./inject.py # Requires vpr-pidjeon to be installed
```Powershell
```powershell
cd SocketAdventure
# Inject with your favorite injector then run App.py for UI
python App.py
```