Skip to content

Hacking Pwn Adventure 3 with C & Python using TCP Sockets.

Notifications You must be signed in to change notification settings

0xvpr/SocketAdventure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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