Releases: Kuefo/gmailphish
GmailPhish v1.0
GmailPhish
This is a fake gmail phishing site. When the user enters their email and password to login, their info will be sent straight to you via discord webhook. This portion is setup in the html.index file, all you need to do is add your own discord webhook.
Important: Make sure to download the images folder, as well as the 682665_favicon_google_logo_new_icon.png from the source code here before trying to run the code, otherwise it won't work
Another thing I'd like to note is that my code originally had 2 css files, 1 html, and 1 js, however, the files have now since been combined, so both the css and js files have now been merged into html.index. This just makes the code a lot more organized, and easier to look at
In addition, the original code also wasn't yet prepped for dark mode, so another thing that's changed about this release is that it supports both light and dark mode now! At line #146 of html.index, you'll see that the dark mode feature was added
The section where you add your webhook should be at line #235 of the html.index code, where it says "PLACE WEBHOOK HERE"
Once the webhook is setup, you're good to go.
Disclaimer: Please do not use this code for malicious purposes, or any form of skidding. This code was posted because I want to educate people on malware scripts, or even help people prevent these types of attacks in the future. It's not cool to hack, or cause someone to lose their accounts with personal information or whatnot, so please, use this code responsibly
Thank you, and happy coding :)
What's Changed
- Merge CSS, JS, HTML scripts and adds dark mode by @noface1200 in #1
New Contributors
- @noface1200 made their first contribution in #1
Full Changelog: https://github.com/Kuefo/gmailphish/commits/phish