Skip to content

Instantly share code, notes, and snippets.

@Shyedd
Shyedd / anssi.py
Created October 15, 2025 08:27 — forked from MrCirdo/anssi.py
This script bypass 80% of ANSSI (exclude video)
#!/usr/bin/env python3
"""
This code is based on https://blog.moulard.org/anssi-mooc-on-hacking/
The operation is very similar.
However it does not work with video :(
"""
from selenium import webdriver
import time