Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 704 Bytes

README.md

File metadata and controls

32 lines (27 loc) · 704 Bytes

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)

git clone https://github.com/0xvpr/SocketAdventure && cd SocketAdventure
make && python -m pip install -r requirements.txt

Run

WSL2

cd SocketAdventure
chmod +x App.py inject.sh
./inject.py # Requires vpr-pidjeon to be installed

Powershell

cd SocketAdventure
# Inject with your favorite injector then run App.py for UI
python App.py