play with websockets intercept and inject data

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