All Projects → Flangvik → HIDAAF

Flangvik / HIDAAF

Licence: other
Python - Human Interface Device Android Attack Framework

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to HIDAAF

letterpress
A nefarious keylogger for Ubuntu. Encrypts keylogs and uploads to pastebin.
Stars: ✭ 22 (-29.03%)
Mutual labels:  bash-bunny, bashbunny
RaspberryPi-Joystick
A virtual HID USB joystick created using Raspberry Pi
Stars: ✭ 73 (+135.48%)
Mutual labels:  hid
nxbt
Control your Nintendo Switch through a website, terminal, or macro.
Stars: ✭ 340 (+996.77%)
Mutual labels:  hid
Pentest-Bookmarkz
A collection of useful links for Pentesters
Stars: ✭ 118 (+280.65%)
Mutual labels:  attack
sgx-tutorial-space18
Tutorial: Uncovering and mitigating side-channel leakage in Intel SGX enclaves
Stars: ✭ 44 (+41.94%)
Mutual labels:  attack
rc4md5cry
rc4md5cry: denial of service for rc4-md5 shadowsocks nodes (shadowboom paper is pending)
Stars: ✭ 15 (-51.61%)
Mutual labels:  attack
windows-touchpad
Make use of touchpad for handwriting in Windows
Stars: ✭ 30 (-3.23%)
Mutual labels:  hid
RayS
RayS: A Ray Searching Method for Hard-label Adversarial Attack (KDD2020)
Stars: ✭ 43 (+38.71%)
Mutual labels:  attack
joy-con-webhid
Use the Nintendo Switch Joy-Cons via the WebHID API
Stars: ✭ 61 (+96.77%)
Mutual labels:  hid
openwrt-useful-tools
A repo containing different tools compiled specifically for the Hak5 WiFi Pineapple MK6 and MK7.
Stars: ✭ 155 (+400%)
Mutual labels:  hak5
byeintegrity5-uac
Bypass UAC at any level by abusing the Task Scheduler and environment variables
Stars: ✭ 21 (-32.26%)
Mutual labels:  attack
icestick-lpc-tpm-sniffer
FPGA-based LPC bus sniffing tool for Lattice iCEstick Evaluation Kit
Stars: ✭ 41 (+32.26%)
Mutual labels:  attack
munia
Multi-use Nintendo Input Adapter
Stars: ✭ 18 (-41.94%)
Mutual labels:  hid
TIGER
Python toolbox to evaluate graph vulnerability and robustness (CIKM 2021)
Stars: ✭ 103 (+232.26%)
Mutual labels:  attack
iivx
[outdated] Beatmania IIDX and Sound Voltex hybrid controller
Stars: ✭ 45 (+45.16%)
Mutual labels:  hid
ESP32-USB-Soft-Host
An Arduino wrapper to @sdima1357's usb_soft_host esp-idf example
Stars: ✭ 119 (+283.87%)
Mutual labels:  hid
veikk-linux-driver
Linux driver for VEIKK-brand digitizers
Stars: ✭ 130 (+319.35%)
Mutual labels:  hid
gods4
Golang library to interact with Sony DualShock4
Stars: ✭ 26 (-16.13%)
Mutual labels:  hid
android-usb-script
An Android app that allows you to script USB gadgets (work-in-progress).
Stars: ✭ 15 (-51.61%)
Mutual labels:  hid
ddos
DDoS Attack & Protection Tools for Windows, Linux & Android
Stars: ✭ 84 (+170.97%)
Mutual labels:  attack

HIDAAF

__    __   __   _______       ___           ___       _______ 
|  |  |  | |  | |       \     /   \         /   \     |   ____|
|  |__|  | |  | |  .--.  |   /  ^  \       /  ^  \    |  |__   
|   __   | |  | |  |  |  |  /  /_\  \     /  /_\  \   |   __|  
|  |  |  | |  | |  '--'  | /  _____  \   /  _____  \  |  |     
|__|  |__| |__| |_______/ /__/     \__\ /__/     \__\ |__| 

Human Interface Device Android Attack Framework

HIDAAF is a python framework that makes it easy to generate HID attack scripts for the Android platform with corresponding phone models. The HIDAAF output format is intended for the Bash Bunny (Provided by the great guys behind Hak5) Due to the custom Android images released with certain phones (Like the Samsung Galaxy series) HIDAAF is heavily dependent on your contributions to cover as many phone models as possible.!

Soon to be released!

Teaser:

How do i contribute ?

To submit a payload, simply make 2 files in the payload directory

Example: S7_Install_Backdoor and S7_Install_Backdoor_Raw

The S7_Install_Backdoor_Raw file is the actual bash bunny payload it can contain 2 variables (currently) that the framework will ask to replace #SOURCES# and #APKNAME# , there will be added more

The 7_Install_Backdoor file is a XML style information file with the link to the raw file

<data>
	<info>
		Target: Samsung S7 / S7 + running latest update. 
		Payload will enable unknown sources on the device and procces to download, install and run an APK of your choose.

		It uses ECM_Ethernet + HID in the bash bunny to host the APK file.
	</info>



	<payload>
		S8_Install_Backdoor_raw.txt
	</payload>
</data>

Like so :)

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