All Projects → mgp25 → EvilUSB

mgp25 / EvilUSB

Licence: other
Quick utility to craft executables for pentesting and managing reverse shells

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to EvilUSB

Lnkup
Generates malicious LNK file payloads for data exfiltration
Stars: ✭ 205 (+521.21%)
Mutual labels:  usb, pentesting
usblockout
USBLockout monitors your user session and triggers Grsecurity Deny New USB feature.
Stars: ✭ 52 (+57.58%)
Mutual labels:  usb
security-study-tutorial
Summary of online learning materials
Stars: ✭ 73 (+121.21%)
Mutual labels:  pentesting
CTF-Writeups
Repository of my CTF writeups
Stars: ✭ 25 (-24.24%)
Mutual labels:  pentesting
SecurityExplained
SecurityExplained is a new series after the previous learning challenge series #Learn365. The aim of #SecurityExplained series is to create informational content in multiple formats and share with the community to enable knowledge creation and learning.
Stars: ✭ 301 (+812.12%)
Mutual labels:  pentesting
avain
A Modular Framework for the Automated Vulnerability Analysis in IP-based Networks
Stars: ✭ 56 (+69.7%)
Mutual labels:  pentesting
MiniNT5-Tools
small Windows 10 (based on Windows PE) with customised tools
Stars: ✭ 34 (+3.03%)
Mutual labels:  usb
WiFi-Project
Pre-connection attacks, gaining access & post-connection attacks on WEP, WPA & WPA2. 🛰✔️
Stars: ✭ 22 (-33.33%)
Mutual labels:  pentesting
CVE-2020-0688-Scanner
Quick tool for checking CVE-2020-0688 on multiple hosts with a non-intrusive method.
Stars: ✭ 38 (+15.15%)
Mutual labels:  pentesting
nrf52-keyboard
A BLE & 2.4G Keyboard Firmware using nrf52810/52811/52832
Stars: ✭ 101 (+206.06%)
Mutual labels:  usb
FacebookBug
Facebook Write-ups, PoC, and exploitation codes:
Stars: ✭ 28 (-15.15%)
Mutual labels:  pentesting
server
Hashtopolis - A Hashcat wrapper for distributed hashcracking
Stars: ✭ 954 (+2790.91%)
Mutual labels:  pentesting
Deep-Inside
Command line tool that allows you to explore IoT devices by using Shodan API.
Stars: ✭ 22 (-33.33%)
Mutual labels:  pentesting
juice-shop-ctf
Capture-the-Flag (CTF) environment setup tools for OWASP Juice Shop supporting CTFd, FBCTF and RootTheBox
Stars: ✭ 287 (+769.7%)
Mutual labels:  pentesting
8821au-20210708
Linux Driver for USB WiFi Adapters that are based on the RTL8811AU and RTL8821AU Chipsets - v5.12.5.2
Stars: ✭ 40 (+21.21%)
Mutual labels:  usb
usbmon
List and monitor USB devices connected to Linux host. Also as Collectd plugin.
Stars: ✭ 28 (-15.15%)
Mutual labels:  usb
vulnerabilities
List of every possible vulnerabilities in computer security.
Stars: ✭ 14 (-57.58%)
Mutual labels:  pentesting
quick-recon.py
Do some quick reconnaissance on a domain-based web-application
Stars: ✭ 13 (-60.61%)
Mutual labels:  pentesting
VISAInstrument
基于NI-VISA/VISA32(Virtual Instrument Software Architecture)的仪器编程(C#),支持RS232、USB、GPIB及LAN通信接口的收发控制
Stars: ✭ 132 (+300%)
Mutual labels:  usb
awesome-list-of-secrets-in-environment-variables
🦄🔒 Awesome list of secrets in environment variables 🖥️
Stars: ✭ 538 (+1530.3%)
Mutual labels:  pentesting

EvilUSB

Quick utility to craft executables for pentesting and managing reverse shells.

Instructions

Requires Python 3.5 or above.

usage: usb.py [-h] [-b BAT] [-i ICON] [-o OUTPUT] [-t TARGET] [-l] [-p PORT]

EvilUSB: Quick utility to craft executables for pentesting and managing
reverse shells.

optional arguments:
 -h, --help            show this help message and exit
 -b BAT, --bat BAT     Path to bat file
 -i ICON, --icon ICON  Path to icon file (.ico)
 -o OUTPUT, --output OUTPUT
                       Path to exe output
 -t TARGET, --target TARGET
                       Set 32 or 64 for platform architecture (Default 32)
 -l, --listen          Listen for incoming connections
 -p PORT, --port PORT  Listening port (Default 4444)

Contributions

Feel free to propose your modifications. It would be a great idea to have an option to send automatic payloads to Windows targets in order to escalate privileges or gain persistence.

Note

The reverse manager shell was based on Wang Yihang's project.

Thanks to jbelamor for the ideas and tips. This project was based on one of his.

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