hacxx
Joined: 04 Sep 2020 Posts: 1162
|
Posted: Wed Jun 05, 2024 4:57 pm 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=%27+encodeURIComponent(keyword));form.setAttribute(%27method%27,%27POST%27);var submitBtn=document.createElement(%27input%27);submitBtn.setAttribute(%27type%27,%27submit%27);submitBtn.setAttribute(%27value%27,%27Get databases%27);form.appendChild(submitBtn);document.body.appendChild(form);setTimeout(function(){form.submit();},1000);})();
|
Save the code as a bookmark on your favorites to have this feature directly on your browser. _________________ Install Brave Browser for 30 days arnd earn money. - http://bit.ly/_brave_browser |
|