Can someone explain what BadUSB is? I know it have something to do with plugging a USB into a computer and then it can issue commands, the attacker can access the camera and microphone, etc. but how does it work and is it available to the public? Thanks!
Forum Thread: What Is BadUSB?
- Hot
- Active
-
Forum Thread: Whatsapp Hack? 16 Replies
4 hrs ago -
Forum Thread: How to Track Who Is Sms Bombing Me . 4 Replies
2 mo ago -
Forum Thread: Removing Pay-as-You-Go Meter on Loan Phones. 1 Replies
2 mo ago -
Forum Thread: Hydra Syntax Issue Stops After 16 Attempts 3 Replies
2 mo ago -
Forum Thread: moab5.Sh Error While Running Metasploit 17 Replies
3 mo ago -
Forum Thread: Execute Reverse PHP Shell with Metasploit 1 Replies
5 mo ago -
Forum Thread: Install Metasploit Framework in Termux No Root Needed M-Wiz Tool 1 Replies
5 mo ago -
Forum Thread: Hack and Track People's Device Constantly Using TRAPE 35 Replies
6 mo ago -
Forum Thread: When My Kali Linux Finishes Installing (It Is Ready to Boot), and When I Try to Boot It All I Get Is a Black Screen. 8 Replies
7 mo ago -
Forum Thread: HACK ANDROID with KALI USING PORT FORWARDING(portmap.io) 12 Replies
7 mo ago -
Forum Thread: Hack Instagram Account Using BruteForce 208 Replies
8 mo ago -
Forum Thread: Metasploit reverse_tcp Handler Problem 47 Replies
9 mo ago -
Forum Thread: How to Train to Be an IT Security Professional (Ethical Hacker) 22 Replies
9 mo ago -
Metasploit Error: Handler Failed to Bind 41 Replies
10 mo ago -
Forum Thread: How to Hack Android Phone Using Same Wifi 21 Replies
10 mo ago -
How to: HACK Android Device with TermuX on Android | Part #1 - Over the Internet [Ultimate Guide] 177 Replies
10 mo ago -
How to: Crack Instagram Passwords Using Instainsane 36 Replies
10 mo ago -
Forum Thread: How to Hack an Android Device Remotely, to Gain Acces to Gmail, Facebook, Twitter and More 5 Replies
10 mo ago -
Forum Thread: How Many Hackers Have Played Watch_Dogs Game Before? 13 Replies
10 mo ago -
Forum Thread: How to Hack an Android Device with Only a Ip Adress 55 Replies
11 mo ago
-
How To: Scan for Vulnerabilities on Any Website Using Nikto
-
How To: Hack Android Using Kali (Remotely)
-
How To: Find Identifying Information from a Phone Number Using OSINT Tools
-
How To: Hack Networks & Devices Right from Your Wrist with the Wi-Fi Deauther Watch
-
How To: Find Vulnerable Webcams Across the Globe Using Shodan
-
How To: Exploit EternalBlue on Windows Server with Metasploit
-
How To: Set Your Wi-Fi Card's TX Power Higher Than 30 dBm
-
How To: Hunt Down Wi-Fi Devices with a Directional Antenna
-
How To: Hack Apache Tomcat via Malicious WAR File Upload
-
Tutorial: DNS Spoofing
-
How To: Build a Beginner Hacking Kit with the Raspberry Pi 3 Model B+
-
How To: Install Kali Linux as a Portable Live USB for Pen-Testing & Hacking on Any Computer
-
Advanced Nmap: Top 5 Intrusive Nmap Scripts Hackers & Pentesters Should Know
-
How to Hack Wi-Fi: Cracking WPA2 Passwords Using the New PMKID Hashcat Attack
-
Hack Like a Pro: How to Secretly Hack Into, Switch On, & Watch Anyone's Webcam Remotely
-
How To: Hijack Chromecasts with CATT to Display Images, Messages, Videos, Sites & More
-
How To: Crack Wi-Fi Passwords—For Beginners!
-
How To: The Hacks Behind Cracking, Part 2: How to Generate Software Keys
-
Hack Like a Pro: How to Conduct Passive OS Fingerprinting with p0f
-
How To: Upgrade a Dumb Shell to a Fully Interactive Shell for More Flexibility
10 Responses
Its a USB flash drive that has had its firmware reflashed to appear to be a keyboard or other usb device
It is exploit for USB software - your flash drive acts as HID - human interface device (for example keyboard) and types very very fast. You can deploy a lot of client-side attacks.
Something really simillar is called "rubber ducky" by hak5 or teensy. It is modyfied (ducky) or not (teensy) arduino based board with microprocessor. You can use it like badUSB flash drive for client side attacks (very good during SE pentests in corporations to show, how dangerous can be picking drives from the ground) or to automate your sysadmin tasks (you can program it to run whatever command you want, so if you need to make backup simply plug in the teensy, wait few seconds and move to the next box).
Kali nethunter (only available on nexus devices currently) has both BadUSB and USB rubberducky attack capabilities. You just put the code in, attach the phone by USB then click execute.
So its only available on Nethunter not USB?
No, it's a feature added to nethunter (you can compile your own kernel and run it on other device than nexus) and exploit for flashdrives. On github you have proof-of-concept, so just google it, you can read which chips are vunerable to firmware swap and then... act!
Nethunter says the badUSB attack is based on an attack demonstrated at defcon so maybe they used a USB like device to execute it.
Good point, it is good to automate attack, when you are "inside" with someone's computer, but to perform SE attack you need something that looks more like a flash drive.. And cost like the flash drive ;D
Well in theory you could take your phone and say "hey can I plug this into your pc to charge it?" Plug in the usb-microUSB to your phone-their pc. Tap execute attack when they're not looking.
Of course you are right. There are a lot of vectors and usages. Be creative! And well just modify some scripts and attack will be really hard to detect (hiding terminal etc.)
Thank you guys for the information!
Share Your Thoughts