Générer du bruit de fond pour polluer les datas récoltées par les boites noires

par Korben -

Si vous voulez surcharger les boites noires utilisées par votre pays afin de tout savoir sur vous et ainsi mieux vous contrôler, voici Noisy.

Ce script python n’a d’autre but que je générer de fausses données sur le réseau afin de pourrir les éventuelles données récoltées sur vous.

Ce bruit de fond est constitué de requêtes DNS / HTTP(S) aléatoires et peut tourner aussi dans un Docker.

$ docker run -it noisy --config config.json --log debug DEBUG:urllib3.connectionpool:Starting new HTTP connection (1): 4chan.org:80 DEBUG:urllib3.connectionpool:http://4chan.org:80 "GET / HTTP/1.1" 301 None DEBUG:urllib3.connectionpool:Starting new HTTP connection (1): www.4chan.org:80 DEBUG:urllib3.connectionpool:http://www.4chan.org:80 "GET / HTTP/1.1" 200 None DEBUG:root:found 92 links INFO:root:Visiting http://boards.4chan.org/s4s/ DEBUG:urllib3.connectionpool:Starting new HTTP connection (1): boards.4chan.org:80 DEBUG:urllib3.connectionpool:http://boards.4chan.org:80 "GET /s4s/ HTTP/1.1" 200 None INFO:root:Visiting http://boards.4chan.org/s4s/thread/6850193#p6850345 DEBUG:urllib3.connectionpool:Starting new HTTP connection (1): boards.4chan.org:80 DEBUG:urllib3.connectionpool:http://boards.4chan.org:80 "GET /s4s/thread/6850193 HTTP/1.1" 200 None INFO:root:Visiting http://boards.4chan.org/o/ DEBUG:urllib3.connectionpool:Starting new HTTP connection (1): boards.4chan.org:80 DEBUG:urllib3.connectionpool:http://boards.4chan.org:80 "GET /o/ HTTP/1.1" 200 None DEBUG:root:Hit a dead end, moving to the next root URL DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): www.reddit.com:443 DEBUG:urllib3.connectionpool:https://www.reddit.com:443 "GET / HTTP/1.1" 200 None DEBUG:root:found 237 links INFO:root:Visiting https://www.reddit.com/user/Saditon DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): www.reddit.com:443 DEBUG:urllib3.connectionpool:https://www.reddit.com:443 "GET /user/Saditon HTTP/1.1" 200 None

À réserver aux plus motivés ;-)