Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hash3lizer/phishlets

Phishlets for Evilginx2 (MITM proxy Framework)
https://github.com/hash3lizer/phishlets

blockchain booking evilginx evilginx2 javascript phishlets

Last synced: 22 days ago
JSON representation

Phishlets for Evilginx2 (MITM proxy Framework)

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.


  • Google

  • 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!