cooledwhip Posted August 11, 2017 Share Posted August 11, 2017 Hey guys I'm new to the USB rubber ducky and have some questions. I want to try and make some payloads for chromebooks due to their wide use everywhere. Will that work? The password stealing payload was cool but it doesn't work due to the chrome update. I have a work around but it takes a little longer, involves going to chrome web store, installing "show password" extension, showing password, copying it, etc. Is that even possible to do with the USB rubber ducky? Where do I start? Thanks Quote Link to comment Share on other sites More sharing options...
ThoughtfulDev Posted August 12, 2017 Share Posted August 12, 2017 It should work as long as there are corresponding hotkeys to do the things you want :) Quote Link to comment Share on other sites More sharing options...
Forkish Posted August 12, 2017 Share Posted August 12, 2017 Maybe using a show passwords bookmarklet would make it easier. As chromebooks are essentially all browser window. i use this one: javascript:Array.prototype.slice.call(document.querySelectorAll(%22input%5Btype='password'%5D%22))%20%20%20%20%20.map(function(el)%7Bel.setAttribute('type','text')%7D) Quote Link to comment Share on other sites More sharing options...
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.