Skip to content
KitploitKITPLOIT
OutilsBlog
Soumettre
OutilsBlog
Soumettre

Outils de Hacking, PenTest et Cybersécurité pour votre Arsenal de Sécurité !

Kitploit est un répertoire d'outils de hacking, de cybersécurité et de pentesting. Découvrez les dernières mises à jour des projets pour trouver des vulnérabilités, analyser des systèmes, automatiser les tests et renforcer votre sécurité.

··Flux·Contact·Confidentialité·© 2026 Kitploit

Répertoire d'outils

Catégories

Voir toutes les catégories
Loading categories
GoldenEye — GoldenEye Layer 7 (KeepAlive+NoCache) DoS Test Tool | Kitploit
Outils/GitHubGitHub/jseidl/goldeneye
General Purpose UtilitiesIDS/IPS EvasionWeb Application ExploitationPenetration TestingLearning & EducationArchived
GitHubjseidl/goldeneye

GoldenEye

GoldenEye Layer 7 (KeepAlive+NoCache) DoS Test Tool

Voir le dépôt
1.5k495il y a 2 ansVérifié par Kitploit

Populaires

Voir tout →

Découvrez les outils les plus utilisés par notre communauté.

Explorer tous les outils

Parcourez notre collection d'outils

Voir tous les outils →
Partager

CE PROJET N'EST PLUS MAINTENU

GoldenEye

GoldenEye est une application Python 3 destinée UNIQUEMENT À DES FINS DE TEST DE SÉCURITÉ !

GoldenEye est un outil de test HTTP DoS.

Vecteur d'attaque exploité : HTTP Keep Alive + NoCache

Utilisation

root@kitploit:~
 USAGE: ./goldeneye.py <url> [OPTIONS]

 OPTIONS:
    Flag           Description                     Default
    -u, --useragents   File with user-agents to use                     (default: randomly generated)
    -w, --workers      Number of concurrent workers                     (default: 50)
    -s, --sockets      Number of concurrent sockets                     (default: 30)
    -m, --method       HTTP Method to use 'get' or 'post'  or 'random'  (default: get)
    -d, --debug        Enable Debug Mode [more verbose output]          (default: False)
    -n, --nosslcheck   Do not verify SSL Certificate                    (default: True)
    -h, --help         Shows this help

Utilitaires

  • util/getuas.py - Récupère les listes d'user-agent depuis les sous-pages de http://www.useragentstring.com/pages/useragentstring.php (ex: ./getuas.py "http://www.useragentstring.com/pages/useragentstring.php?name=All") NÉCESSITE BEAUTIFULSOUP4
  • res/lists/useragents - Fichiers texte (un par ligne) de chaînes User-Agent (depuis http://www.useragentstring.com)

Journal des modifications

  • 2016-02-06 Ajout du support pour ne pas vérifier les certificats SSL
  • 2014-02-20 Ajout d'agents utilisateurs créés aléatoirement (toujours conformes aux RFC).
  • 2014-02-19 Suppression des referers et user agents idiots. Amélioration du caractère aléatoire des referers. Ajout du support des listes d'user-agent externes.
  • 2013-03-26 Passage du threading au multiprocessing. Il reste encore quelques bugs à résoudre, comme ne pas savoir comment arrêter correctement le manager.
  • 2012-12-09 Version initiale

À faire

  • Passer de getopt à argparse
  • Passer de string.format() à printf-like

Licence

Ce logiciel est distribué sous la licence publique générale GNU version 3 (GPLv3)

AVIS JURIDIQUE

CE LOGICIEL EST FOURNI UNIQUEMENT À DES FINS ÉDUCATIVES ! SI VOUS VOUS ENGAGEZ DANS UNE ACTIVITÉ ILLÉGALE, L'AUTEUR N'EN ASSUME AUCUNE RESPONSABILITÉ. EN UTILISANT CE LOGICIEL, VOUS ACCEPTEZ CES CONDITIONS.

Télécharger l’outil