![]() |
|
Hacxx HaveIBeenPwned JS Bookmarklet - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Hacking (https://sinister.ly/Forum-Hacking) +--- Forum: Hacking Tools (https://sinister.ly/Forum-Hacking-Tools) +--- Thread: Hacxx HaveIBeenPwned JS Bookmarklet (/Thread-Hacxx-HaveIBeenPwned-JS-Bookmarklet) |
Hacxx HaveIBeenPwned JS Bookmarklet - hacxx - 03-24-2024 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. |