play with websockets intercept and inject data

0xRoM authored on 6 Jul
README.md Initial commit 10 months ago
WSSSnoop.html Initial commit 10 months ago
WSSSnoop.png Initial commit 10 months ago
data_recv Initial commit 10 months ago
data_send Initial commit 10 months ago
inject.php Initial commit 10 months ago
proxy-to-php-server.sh Initial commit 10 months ago
script.js Initial commit 10 months ago
simple-php-webserver.sh Initial commit 10 months ago
style.css Initial commit 10 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