Anivia Posted December 25, 2019 Share Posted December 25, 2019 Aaaaaaaa,so i was writing a Rubber ducky script involving twin duck firmware :C. And the problem is very simple,basically when you insert the rubber ducky and it start injecting keystrokes,maybe in cmd, windows gets to recognize it as a mass storage after 5 so seconds and it automatically opens a popup window of the rubber ducky's sd card and what happens is that you got automatically knocked out of the teminal or wherever you were typing in because now the activity switched to the popup. Now: sure you can do some Atl+Tab thing returning back to terminal,but those 5 seconds are variable depending on the computer you are using. soooooo i was wondering if there's some way you can set it to not showing anything ,i rly dunno :c Link to comment Share on other sites More sharing options...
Anivia Posted December 25, 2019 Author Share Posted December 25, 2019 found a possible solution: disabling autorun with powershell: $path ='HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\Explorer' Set-ItemProperty $path -Name NoDriveTypeAutorun -Type DWord -Value 0xFF Problem is:that you need to start powershell as admin to access registers. Have you have an idea of disabling atuorun/autoplay without admin? Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.