From 109f953f4088fd89ce75d50d0be7ae410bbeb04a Mon Sep 17 00:00:00 2001 From: Muhammad Talha Khan Date: Thu, 27 Dec 2018 23:20:38 +0500 Subject: [PATCH] Update README.md --- payloads/Wi-Fi password stealer/README.md | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/payloads/Wi-Fi password stealer/README.md b/payloads/Wi-Fi password stealer/README.md index 7d4cd5d..aa98462 100644 --- a/payloads/Wi-Fi password stealer/README.md +++ b/payloads/Wi-Fi password stealer/README.md @@ -1,16 +1,22 @@ # Wi-Fi password stealer +### Description: +As the name suggests it grabs stored wifi passwords on windows and send their plain text to your webhook page which you can see later. There are two different files and both have same functionalty the only difference is how cmd windows is going to be hidden from display. + +**1.** Wifikey-Grab.ino:
+Starts cmd in a small window in order to grabs less attention + +**2.** WifiKey-Grab_Minimize-of-Shame.ino:
+Starts cmd in a small window but also hides the cmd by scrolling it down the screen method defined in hak5darren's rubberducky wiki [Payload hide cmd window](https://github.com/hak5darren/USB-Rubber-Ducky/wiki/Payload---hide-cmd-window) + ### Tested on: -OS: Windows 10 Pro - -User: Admin Priviliged - -Hardware: ATtiny85 (Chinese) +**OS**: Windows 10 Pro
+**User**: Admin Priviliged
+**Hardware**: ATtiny85 (Chinese) ### Requirements: -Password Grabber: https://webhook.site/ or any other request reflector of your choice - -Internet Access +**Password Grabber**: https://webhook.site/ or any other request reflector of your choice
+**Internet Access** ### Screenshot ![Screenshot](https://i.ibb.co/fkQv9tN/Untitled.png)