solarsnail Posted September 15, 2015 Posted September 15, 2015 Hi everyone, Would it be possible to write a script that would open an HTML page stored on Rubber Ducky in browser and send it to full-screen? Quote
Peyo Posted September 17, 2015 Posted September 17, 2015 Assuming Windows as OS Target, Twin Duck Firmware (with SD labeled as "DUCKY") ,and the HTML page on the root of SD as "page.html": DELAY 1000 GUI R DELAY 100 STRING cmd DELAY 100 ENTER DELAY 150 STRING for /f "tokens=3 delims= " %A in ('echo list volume ^| diskpart ^| findstr "DUCKY"') do (set DUCKYdrive=%A:) ENTER STRING "C:\Program Files\Internet Explorer\iexplore.exe" %DUCKYdrive%\page.html & exit ENTER DELAY 1000 F11 Remember adjust the delay time to work properly on the target machine. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.