Login Register
The stories and information posted here are artistic works of fiction and falsehood. Only a fool would take anything posted here as fact.


Hacxx HaveIBeenPwned JS Bookmarklet filter_list
Author
Message
Hacxx HaveIBeenPwned JS Bookmarklet #1
Code:
javascript:(function(){var keyword=prompt("Type your target email!","");var form=document.createElement('form');form.setAttribute('action','https://haveibeenpwned.com/?Account='+encodeURIComponent(keyword));form.setAttribute('method','POST');var submitBtn=document.createElement('input');submitBtn.setAttribute('type','submit');submitBtn.setAttribute('value','Get databases');form.appendChild(submitBtn);document.body.appendChild(form);setTimeout(function(){form.submit();},1000);})();

Save the code as bookmark to have this feature directly on your browser.

Reply







Users browsing this thread: