Découvre Hetty, alternative open source à Burp Suite pour tester la sécurité HTTP.
Dans le monde actuel de la cybersécurité, disposer d'outils efficaces pour tester la sécurité des applications web est essentiel. Hetty se présente comme une alternative open source à Burp Suite Pro, un choix populaire parmi les professionnels.
Voici un exemple basique pour démarrer avec Hetty :
# macOS
brew install hettysoft/tap/hetty
# Linux
sudo snap install hetty
# Windows
scoop bucket add hettysoft https://github.com/hettysoft/scoop-bucket.git
scoop install hettysoft/hetty
# Docker
docker run -v $HOME/.hetty:/root/.hetty -p 8080:8080 ghcr.io/dstotijn/hetty:latest
# macOS
brew install hettysoft/tap/hetty
# Linux
sudo snap install hetty
# Windows
scoop bucket add hettysoft https://github.com/hettysoft/scoop-bucket.git
scoop install hettysoft/hetty
# Docker
docker run -v $HOME/.hetty:/root/.hetty -p 8080:8080 ghcr.io/dstotijn/hetty:latest
Pour le lancer, il suffit d'éxecuter la commande hetty
et d'ouvrir votre navigateur et saisir l'URL http://localhost:8080.
Si tu cherches un outil de test de sécurité HTTP ouvert et modifiable, Hetty peut être une excellente option. Il t'offre une certaine flexibilité et est un bon choix pour les développeurs cherchant une alternative à Burp Suite Pro.