PROJET AUTOBLOG


shaarli-Links

Site original : shaarli-Links

⇐ retour index

Reconmap

2022-01-22T20:53:52+01:00

«Reconmap is a powerful, browser-based collaboration platform for penetration testing that helps infosec teams through the use of automation and reporting.»

https://github.com/reconmap
Permalink

Invuls / Pentest projects / Pentest-Collaboration-Framework · GitLab

2022-01-22T20:52:23+01:00

Top ten most popular docker images each contain at least 30 vulnerabilities | Snyk

2022-01-21T16:23:48+01:00

Le docker node.js est celui avec le + de failles.
Permalink

GitHub - CoolerVoid/OctopusWAF: OctopusWAF is a WAF( Web application firewall) with high performance, made in C language and use libevent.

2022-01-20T09:07:48+01:00

Intro to Linux memory forensics - Abhiram's Blog

2022-01-19T20:42:57+01:00

threading en python

2022-01-18T15:26:52+01:00
import threading
import time

def thread_function(num):
  print(f"start thread {num}")
  time.sleep(5)
  print(f"stop thread {num}")

for a in range(5):
  x = threading.Thread(target=thread_function, args=(a,))
  x.start()

while threading.active_count() > 1:
    print(f"\rnb thread : {threading.active_count()}", end='', flush=True)
    time.sleep(1)

print('fini')

Permalink

Microsoft to acquire Activision Blizzard to bring the joy and community of gaming to everyone, across every device - Stories

2022-01-18T15:05:05+01:00

Oooooh merde
Donc "Magic: The Gathering" est maintenant chez ... Microsoft -_-
via https://sebsauvage.net/links/?vviQxw
Permalink

GitHub - TinkerTurtle/Sentry-Picam: A simple wildlife camera for Raspberry Pis.

2022-01-17T11:04:28+01:00

Security Certification Roadmap - Paul Jerimy Media

2022-01-16T16:59:01+01:00

Don't Look Up : Déni cosmique | Site officiel de Netflix

2022-01-16T11:37:22+01:00

Je vous recommande de voir «Don't Look Up».
C'est un bon film.
Si vous remplacer la comète par le réchauffement climatique, vous avez notre situation actuelle :-/
Permalink

La Commission européenne veut lancer son service de résolution DNS4EU sécurisé, avec filtrage intégré

2022-01-14T14:04:15+01:00

Pour le milieu professionnel, je trouve ça vraiment très bien.
J'en ai marre de voir partout le DNS de Google.

Pour les particuliers, ça a moins d'intérêt.

via https://lehollandaisvolant.net/?id=20220114125811
Permalink

L’utilisation de Google Analytics viole le droit européen, selon l’autorité autrichienne de protection des données – EURACTIV.fr

2022-01-13T14:59:07+01:00

Emmerdez les pirates SSH avec Endlessh ! | Geeek

2022-01-10T17:16:55+01:00

MicrosoftWontFixList/README.md at main · cfalta/MicrosoftWontFixList · GitHub

2022-01-10T16:36:51+01:00

Liste de CVE que Microsoft ne compte pas corriger.
Permalink

Sears Garage Door Signal Reverse Engineering

2022-01-10T11:07:38+01:00

SSH agent restriction

2022-01-10T09:23:26+01:00
$ ssh-add -h "scylla.example.org" \
          -h "cetus.example.org" \
          -h "scylla.example.org>charybdis.example.org" \
          -h "cetus.example.org>charybdis.example.org" \
          -h "charybdis.example.org>hydra.example.org" \
          ~/.ssh/id_ed25519

Permalink

[2201.02228] PIEEG: Turn a Raspberry Pi into a Brain-Computer-Interface to measure biosignals

2022-01-10T09:20:16+01:00

Atheists face death in 13 countries, global discrimination: study | Reuters

2022-01-09T23:45:47+01:00

Pays à ne pas visiter :
Afghanistan, Iran, Malaysia, Maldives, Mauritania, Nigeria, Pakistan, Qatar, Saudi Arabia, Somalia, Sudan, United Arab Emirates, Yemen,
Austria, Denmark, Germany, Greece, Hungary, Malta, Poland, Egypt, Libya and Morocco, and nominally Christian Zimbabwe, Eritrea.

via https://ecirtam.net/opennews/?I8_TZw
Permalink

Sci-fi Cyberpunk 3D Animation Action Movie // "ZEN" - YouTube

2022-01-09T09:37:07+01:00

The Wall

2022-01-08T18:48:56+01:00

Cool, photos / vidéos de la Terrer prises par des satellites géostationnaire.
Ça permet de suivre les déplacement des nuages sur les derniers jours.
https://earth2day.com/TheWall/Movies/VPLUME36h.html
Permalink