play with websockets intercept and inject data

0xRoM authored on 6 Jul
README.md Initial commit 3 months ago
WSSSnoop.html Initial commit 3 months ago
WSSSnoop.png Initial commit 3 months ago
data_recv Initial commit 3 months ago
data_send Initial commit 3 months ago
inject.php Initial commit 3 months ago
proxy-to-php-server.sh Initial commit 3 months ago
script.js Initial commit 3 months ago
simple-php-webserver.sh Initial commit 3 months ago
style.css Initial commit 3 months ago
README.md

WSSSnoop

Play with websockets intercept and inject data

WSSSnoop main screen

Installing

Simply clone the repo, make the bash scripts executable, run "simple-php-webserver.sh" and browse to the correct URL to get started:

$> git clone https://rossmarks.uk/git/git/0xRoM/WSSSnoop.git
$> cd WSSSnoop
$> chmod -v +x simple-php-webserver.sh proxy-to-php-server.sh
$> ./simple-php-webserver.sh