A Sniffer for tcp connections attemps, also detect connections to closed ports
Websniffer detect connections throw rawsockets, decode the information in server and send the notifies to the client with Websockets. The code is inspired in PortDog
$ git clone [email protected]:ericsuarez/WebSniffer.git
$ cd WebSniffer
$ npm i
$ sudo npm start
The display of connections attemps has a delay and probably some connections are lost because if WebSniffer print all the connections (WebSocket -> 8080 include) the browser crash :).