Skip to content

Yashvendra/AutoXploit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AutoXploit

Auto Payload Generator & Exploiter

Screenshot-from-2019-12-14-15-11-04

AutoXploit is simply a shell sciript that helps you to generate metasploit payloads and starts the meterpreter handler quickly. At times, security researchers have to generate payloads and listen to the connection through handler constantly, AutoXploit not only allows you to quickly generate payloads but it also has an option to start the handler automatically.

Prerequisite

You should have a linux based system with metasploit-framework installed.

Installation

Run install.sh as sudo and it will automatically install AutoXploit.

$ git clone https://github.com/Yashvendra/AutoXploit.git
$ cd AutoXploit
$ chmod +x install.sh
$ sudo ./install.sh

Usage

Make sure you run this script as super user.

$ sudo autoxploit

Gallery

Screenshot-from-2019-12-23-20-29-59

Upcoming Updates

Auxiliary scanners are on the way :)

Note: This script is made for educational purposes and to help security researchers. Any actions or activities performed using this script is solely your responsibility.