Scan de sécurité automatique sur tes domaines, chaque lundi à 8h. Rapport complet envoyé sur Discord.
| Test | Détails |
|---|---|
| SSL/TLS | Version, cipher, date d'expiration, jours restants |
| Headers HTTP | HSTS, X-Frame-Options, CSP, X-Content-Type-Options, Referrer-Policy, Permissions-Policy |
| Ports | FTP, SSH, Telnet, SMTP, MySQL, RDP, HTTP, HTTPS, 8080, 8443 |
| DNS | Résolution IP |
| Score | Statut |
|---|---|
| 80-100 | âś… Bon |
| 50-79 | |
| 0-49 | 🚨 Critique |
scan-cyber/
├── .github/
│ └── workflows/
│ └── scan.yml
├── scan.py
├── requirements.txt
└── README.md
Settings → Secrets and variables → Actions
| Nom | Valeur |
|---|---|
DISCORD_WEBHOOK_SCAN |
URL du webhook Discord |
Dans scan.py, modifier la liste TARGETS :
TARGETS = [
"runwith.teamfragile.ovh",
"sstrn.fr",
"pulseprevention.com",
]Chaque lundi Ă 8h (Paris). Modifiable dans scan.yml :
- cron: '0 7 * * 1' # lundi 8h Paris
- cron: '0 7 * * *' # tous les jours 8h