All Projects → ahmadnourallah → pysploit-framework

ahmadnourallah / pysploit-framework

Licence: GPL-2.0 license
free exploit framework written use python language version 3.3

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to pysploit-framework

Pub
Vulnerability Notes, PoC Exploits and Write-Ups for security issues disclosed by tintinweb
Stars: ✭ 217 (+557.58%)
Mutual labels:  exploit
Spectrepoc
Proof of concept code for the Spectre CPU exploit.
Stars: ✭ 239 (+624.24%)
Mutual labels:  exploit
cve-2016-1764
Extraction of iMessage Data via XSS
Stars: ✭ 52 (+57.58%)
Mutual labels:  exploit
Nekobotv1
NekoBot | Auto Exploiter With 500+ Exploit 2000+ Shell
Stars: ✭ 225 (+581.82%)
Mutual labels:  exploit
Killshot
A Penetration Testing Framework, Information gathering tool & Website Vulnerability Scanner
Stars: ✭ 237 (+618.18%)
Mutual labels:  exploit
Xxexploiter
Tool to help exploit XXE vulnerabilities
Stars: ✭ 243 (+636.36%)
Mutual labels:  exploit
Angularjs Csti Scanner
Automated client-side template injection (sandbox escape/bypass) detection for AngularJS.
Stars: ✭ 214 (+548.48%)
Mutual labels:  exploit
dheater
D(HE)ater is a proof of concept implementation of the D(HE)at attack (CVE-2002-20001) through which denial-of-service can be performed by enforcing the Diffie-Hellman key exchange.
Stars: ✭ 142 (+330.3%)
Mutual labels:  exploit
Awesome Vm Exploit
share some useful archives about vm and qemu escape exploit.
Stars: ✭ 239 (+624.24%)
Mutual labels:  exploit
ManageEngineFileUploadExploit
POC script for the ManageEngine Multiple Products Authenticated File Upload Exploit
Stars: ✭ 14 (-57.58%)
Mutual labels:  exploit
Lost Nds Tv
The Lost Nintendo DS Television Output, brought back to life
Stars: ✭ 221 (+569.7%)
Mutual labels:  exploit
H Encore 2
Fully chained kernel exploit for the PS Vita on firmwares 3.65-3.73
Stars: ✭ 237 (+618.18%)
Mutual labels:  exploit
Saucerframe
python3批量poc检测工具
Stars: ✭ 242 (+633.33%)
Mutual labels:  exploit
Exphub
Exphub[漏洞利用脚本库] 包括Webloigc、Struts2、Tomcat、Nexus、Solr、Jboss、Drupal的漏洞利用脚本,最新添加CVE-2020-14882、CVE-2020-11444、CVE-2020-10204、CVE-2020-10199、CVE-2020-1938、CVE-2020-2551、CVE-2020-2555、CVE-2020-2883、CVE-2019-17558、CVE-2019-6340
Stars: ✭ 3,056 (+9160.61%)
Mutual labels:  exploit
reosploit
A Tool that Finds, Enumerates, and Exploits Reolink Cameras.
Stars: ✭ 89 (+169.7%)
Mutual labels:  exploit
Ctf All In One
CTF竞赛权威指南
Stars: ✭ 2,807 (+8406.06%)
Mutual labels:  exploit
Icg Autoexploiterbot
Wordpress 🔥 Joomla 🔥 Drupal 🔥 OsCommerce 🔥 Prestashop 🔥 Opencart 🔥
Stars: ✭ 242 (+633.33%)
Mutual labels:  exploit
IAT API
Assembly block for finding and calling the windows API functions inside import address table(IAT) of the running PE file.
Stars: ✭ 63 (+90.91%)
Mutual labels:  exploit
tryhackme-ctf
TryHackMe CTFs writeups, notes, drafts, scrabbles, files and solutions.
Stars: ✭ 140 (+324.24%)
Mutual labels:  exploit
rspython
Rust implementation of the python language
Stars: ✭ 27 (-18.18%)
Mutual labels:  python-language

PySploit Framework

free exploit framework written use python language version 3.3

Features

  • Easy to use
  • Free and open source
  • Organizer
  • Easy to develop it
  • Programmed using on of the most popular programming language
  • Unlimited possibilities to create
  • Durable updates

Getting Started

the framework not need many steps to install and start using just follow the next steps

Platform

the framework designed to run on Gnu/Linux distro only

tell us if framework work in another platforms :)

Prerequisites

the requirement is:

  • bs4
  • python-tools
  • python3.x

Installing Requirement

installing bs4

easily you can install the whole requirement from requirement.txt file by execute this command:

sudo python3-pip install -r requirements.txt

installing python-tools

in debian and her children the package names is python-examples and you can install it by the packages manager (apt) by ordered this command:

sudo apt-get install python-examples

but in opensuse is called python-demo and in fedora/redhat is called python-tools > in both of them you can also use the packages manager to install the package

installing python3

the most of linux distro has python preinstalled but if you have old version you can install it using your packages manager or from the official website https://www.python.org/downloads/

Install on you computer

in 1.1 version we added installer to insatll the framework on your device so to start installing the tool go to tool directory and execute this command:

sudo python3 PySploit.py -i

if the install done the tool will tell you. now if you need unistall the tool you can execute this another command:

sudo python3 PySploit -un

Note: you should execute the both command with root privilege

Add your module

we designed this framework to be easy to create your module all what you need is define three dictionarys and two functions :) you can read simple_sample.py file in samples directory for more informations

to more info visit this topic https://github.com/ahmadnourallah/pysploit-framework/wiki/Add-your-module

Authors

Ahmad Nourallah

Contact with me

  • Facebook Account: <fb.com/ahmadnurallah>
  • Github Page: <github.com/ahmadnourallah>
  • Email: [email protected]

License

This project is licensed under the GPL-2.0 License - see the LICENSE file for details

TODO

  • add new modules
  • make the code smarter
  • attract the developers to using the framework
  • create advanced payload (such as meterpreter in metasploit) help us in this task

we always welcome the all pull requests

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].