https://github.com/hash3lizer/phishlets
Phishlets for Evilginx2 (MITM proxy Framework)
https://github.com/hash3lizer/phishlets
blockchain booking evilginx evilginx2 javascript phishlets
Last synced: 5 months ago
JSON representation
Phishlets for Evilginx2 (MITM proxy Framework)
- Host: GitHub
- URL: https://github.com/hash3lizer/phishlets
- Owner: hash3liZer
- License: gpl-3.0
- Created: 2019-04-27T04:51:58.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-07-22T15:52:14.000Z (over 5 years ago)
- Last Synced: 2025-04-02T01:34:59.857Z (10 months ago)
- Topics: blockchain, booking, evilginx, evilginx2, javascript, phishlets
- Homepage:
- Size: 24.4 KB
- Stars: 150
- Watchers: 12
- Forks: 59
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Phishlets
Phishlets are the configuration files in **YAML** syntax for proxying a legitimate website into a phishing website. They are the building blocks of the tool named `evilginx2`. https://github.com/kgretzky/evilginx2.
## Usage
These phishlets are added in support of some issues in evilginx2 which needs some consideration. All the phishlets here are tested and built on the modified version of evilginx2: [https://github.com/hash3liZer/evilginx2](https://github.com/hash3liZer/evilginx2). If you find any problem regarding the current version or with any phishlet, make sure to report the issue on github.
### Google
These are some precautions you need to take while setting up google phishlet.
- Make sure Your Server is located in United States (US)
- Make sure you are using this version of evilginx: https://github.com/hash3liZer/evilginx2
- If you server is in a country other than United States, manually add the `accounts.gooogle.[country code]` entry in proxy_hosts section, like this:
```
{phish_sub: 'accounts-pk', orig_sub: 'accounts', domain: 'google.pk', session: true, is_landing: false, auto_filter: false}
```
### Buggy Phishlets
The following sites have built-in support and protections against MITM frameworks. Hence, there phishlets will prove to be buggy at some point.
- ICloud
If you beleive you have a solution, open a pull request.
## Contribution
- Report Bugs.
- Use the phishlets in your projects.
- Give new ideas of the phishlets.
- Fork it!