Giter Site home page Giter Site logo

akutosai / pyreconexsploit-framework Goto Github PK

View Code? Open in Web Editor NEW
8.0 1.0 4.0 8.7 MB

PyReconExSploit is a Reconnaissance and Exploitation framework written in Python3.

License: GNU General Public License v3.0

Python 1.44% PHP 0.68% HTML 68.60% CSS 29.04% JavaScript 0.24%
python3 reconnaissance exploitation-framework phishing

pyreconexsploit-framework's Introduction

PyReconExSploit

PyReconExSploit is a Reconnaissance and Exploitation framework written in Python3.

Installation Instructions:

In order to use search command you must install the searchsploit binary! from {https://www.exploit-db.com/searchsploit/#install}

Building:

sudo apt-get update
sudo apt-get upgrade
sudo apt-get install exploitdb netcat nmap perl php
git clone https://github.com/AkutoSai/PyReconExSploit
cd PyReconExSploit/
python3 setup.py install
cp -r /home/user/Desktop/PyReconExSploit/pyreconexsploit /usr/local/lib/python3.7/dist-packages 
pyreconexsploit

Getting Started:

Setting Configuration Values:

PyReconExSploit uses ConfigParser in order to write and read configuration. Your config file is automatically generated and located at ./pyreconexsploit/config/config.cfg. You can manually change configuration settings by opening up the file and editing with a text editor or you can use the set command to set a new value for a key. Use the set command like so:

set rhost
>> Enter Value For rhost: 10
>> Config Key Saved!

If before running this command the rhost key had a value of 80, the rhost key after running this command has a value of 10. You can also add configuration variables to the config by using the set command with a new key after it like so:

set newkey
>> Enter Value For newkey: hello
>> Config Key Saved!

Before running this there was no key named "newkey". After running this you will have a key named "newkey" in your config until you use the reset command which resets the saved configuration.

Running A Tool:

In order to run a tool all you have to do is enter the name of the tool into pyreconexsploit. You can use the tools command to display a menu with all the currently available tools.

Features:

  • Information Gathering
  • Exploitation
  • Post Exploitation
  • Bruteforcing
  • Phishing
  • Stenography/Cryptography

Information Gathering:

  • Nmap
  • IP Info
  • Censys Lookup
  • DNS Lookup
  • Raccoon
  • Cloudflare Bypasser

Exploitation:

  • Searchsploit
  • ReverseShell Wizard
  • FTP Buffer Overflow Scan
  • WPSeku WordPress Vuln Scanner

Post Exploitation:

  • In The Works

Bruteforcing:

  • FTP
  • WPSeku

Phishing:

  • BlackEye

Crypto/Stegano:

  • MetaKiller
  • PDFMeta

Credits

@linux_choice for BlackEye sites and base

@M4ll0k for WPSeku

@exploitdb for Searchsploit

pyreconexsploit-framework's People

Contributors

akutosai avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.