https://github.com/anttiviljami/browser-autofill-phishing
A simple demo of phishing by abusing the browser autofill feature
https://github.com/anttiviljami/browser-autofill-phishing
Last synced: 27 days ago
JSON representation
A simple demo of phishing by abusing the browser autofill feature
- Host: GitHub
- URL: https://github.com/anttiviljami/browser-autofill-phishing
- Owner: anttiviljami
- License: mit
- Created: 2017-01-05T17:49:09.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-06-05T14:12:23.000Z (almost 4 years ago)
- Last Synced: 2025-04-01T09:28:42.517Z (about 1 month ago)
- Language: JavaScript
- Homepage: https://anttiviljami.github.io/browser-autofill-phishing/
- Size: 374 KB
- Stars: 1,485
- Watchers: 54
- Forks: 118
- Open Issues: 4
-
Metadata Files:
- Readme: readme.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-hacking-lists - anttiviljami/browser-autofill-phishing - A simple demo of phishing by abusing the browser autofill feature (JavaScript)
README
# Browser Autofill Phishing 🐟
[](https://raw.githubusercontent.com/anttiviljami/browser-autofill-phishing/master/LICENSE.md)
[](https://github.com/humanetech-community/awesome-humane-tech)This is a simple demonstration of form fields hidden from the user, but will be
filled anyways when using the browser form autofill feature, which poses a
security risk for users, unaware of giving their information to the website.## Google Chrome behaviour
Here's the demo in action on the Google Chrome Browser:

## Other browsers
It works differently in some other browsers. For example:
* In Safari, it will tell you all the data it is filling into the form, even
if it isn't visible to you.* In Firefox, you have to right click an input field and then select an
identity to use. So a Firefox user autofills each field.## Live demo
View the page at:
[https://anttiviljami.github.io/browser-autofill-phishing/](https://anttiviljami.github.io/browser-autofill-phishing/)## Contributing
Please feel free to submit pull requests to this repository for any additional
information you feel is important!## References
- ["Why you should not use autocomplete" on yoast.com](https://yoast.com/autocomplete-security/)