All Projects → archival-0x → Dedsploit

archival-0x / Dedsploit

Licence: mit
Network protocol auditing framework

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Dedsploit

Pentestkit
Useful tools and scripts during Penetration Testing engagements
Stars: ✭ 463 (+248.12%)
Mutual labels:  network, pentesting
Sylar
C++高性能分布式服务器框架,webserver,websocket server,自定义tcp_server(包含日志模块,配置模块,线程模块,协程模块,协程调度模块,io协程调度模块,hook模块,socket模块,bytearray序列化,http模块,TcpServer模块,Websocket模块,Https模块等, Smtp邮件模块, MySQL, SQLite3, ORM,Redis,Zookeeper)
Stars: ✭ 895 (+572.93%)
Mutual labels:  framework, network
Netcat
NetCat for Windows
Stars: ✭ 463 (+248.12%)
Mutual labels:  network, pentesting
Polymorph
Polymorph is a real-time network packet manipulation framework with support for almost all existing protocols
Stars: ✭ 364 (+173.68%)
Mutual labels:  framework, network
Rsf
The Robot Security Framework (RSF), Robot Security Framework (RSF), a standardized methodology to perform security assessments in robotics.
Stars: ✭ 76 (-42.86%)
Mutual labels:  framework, pentesting
Sifter
Sifter aims to be a fully loaded Op Centre for Pentesters
Stars: ✭ 403 (+203.01%)
Mutual labels:  network, pentesting
Jok3r
Jok3r v3 BETA 2 - Network and Web Pentest Automation Framework
Stars: ✭ 645 (+384.96%)
Mutual labels:  framework, network
Hackers Tool Kit
Its a framework filled with alot of options and hacking tools you use directly in the script from brute forcing to payload making im still adding more stuff i now have another tool out called htkl-lite its hackers-tool-kit just not as big and messy to see updates check on my instagram @tuf_unkn0wn or if there are any problems message me on instagram
Stars: ✭ 211 (+58.65%)
Mutual labels:  framework, network
Pnet
High level Java network library
Stars: ✭ 49 (-63.16%)
Mutual labels:  framework, network
Aplay
A Better(Maybe) iOS Audio Stream、Cache、Play Framework
Stars: ✭ 44 (-66.92%)
Mutual labels:  framework, network
Osint tips
OSINT
Stars: ✭ 322 (+142.11%)
Mutual labels:  network, pentesting
Libmtev
Mount Everest Application Framework
Stars: ✭ 104 (-21.8%)
Mutual labels:  framework, network
Pink
A high performance network library
Stars: ✭ 297 (+123.31%)
Mutual labels:  framework, network
Fireelf
fireELF - Fileless Linux Malware Framework
Stars: ✭ 435 (+227.07%)
Mutual labels:  framework, pentesting
Rshijack
tcp connection hijacker, rust rewrite of shijack
Stars: ✭ 288 (+116.54%)
Mutual labels:  network, pentesting
Katanaframework
The New Hacking Framework
Stars: ✭ 502 (+277.44%)
Mutual labels:  framework, network
Ecs
ECS for Unity with full game state automatic rollbacks
Stars: ✭ 151 (+13.53%)
Mutual labels:  framework, network
Grab
Web Scraping Framework
Stars: ✭ 2,147 (+1514.29%)
Mutual labels:  framework, network
Sudomy
Sudomy is a subdomain enumeration tool to collect subdomains and analyzing domains performing automated reconnaissance (recon) for bug hunting / pentesting
Stars: ✭ 859 (+545.86%)
Mutual labels:  framework, pentesting
Pentesting toolkit
🏴‍☠️ Tools for pentesting, CTFs & wargames. 🏴‍☠️
Stars: ✭ 1,268 (+853.38%)
Mutual labels:  network, pentesting

dedsploit

Network protocol auditing framework

intro

dedsploit is an open-sourced network protocol auditing framework that supports the use of various plugin modules for attacking various network-based protocols.

NOTE: This is a project made from my earliest days, so development will be inactive, with sparse changes over time for consistency.

usage

In order to use dedsploit you can either install through pip:

$ pip3.6 install dedsploit --user

or install manually:

$ python setup.py install
# .. or `develop` for a local build for development

To run:

$ dedsploit

    .___         .___             .__         .__  __
  __| _/____   __| _/____________ |  |   ____ |__|/  |_
 / __ |/ __ \ / __ |/  ___/\____ \|  |  /  _ \|  \   __|
/ /_/ \  ___// /_/ |\___ \ |  |_> >  |_(  <_> )  ||  |
\____ |\___  >____ /____  >|   __/|____/\____/|__||__|
     \/    \/     \/    \/ |__|



         [   Version: 3.0.0                     ]
         [   Modules: 3                         ]

For available commands, type 'help'.
For available modules, enter 'modules'. Exit with Ctrl + C or 'exit'.

[>>] help

[Commands Available:]

help                    Display available commands and modules
modules                 Show modules that can be used
clear                   Move the screen up to clear it
update                  Update dedsploit!
exit                    Exit the program or current module
use ...                 Select a module for use
[>>]

contributions

While this project is largely inactive, it will be very beneficial for someone to adopt and continue its development, with focuses oriented on usage during CTF/wargames and/or bughunting. This can be in the form of supporting new attack vectors and modules, building support for new features like a plugin manager, and etc.

license

mit

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