hacxx
Joined: 04 Sep 2020 Posts: 1162
|
Posted: Sun Mar 24, 2024 2:07 am Post subject: Hacxx HaveIBeenPwned JS Bookmarklet |
|
|
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 a bookmark to have this feature directly on your browser. _________________ Install Brave Browser for 30 days arnd earn money. - http://bit.ly/_brave_browser |
|