Skip to content

An HTTP proxy designed to perform MITM phishing attacks, allowing users to inject JavaScript payloads into the victim's browser in the background, while displaying the live content of the target domain used to attack the victim.

Notifications You must be signed in to change notification settings

Cheddar101/evil-proxy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

v0.3

Evil Proxy

An HTTP proxy designed to perform MITM phishing attacks, allowing users to inject JavaScript payloads into the victim's browser in the background, while displaying the live content of the target domain used to attack the victim.

The project is still under development, and any contributions are welcome. There are currently some limitations to Cloudflare DDoS protection pages and other related services, but many patches will be coming soon.

Setup

  1. Install project:
    gh repo clone irc-glory/evil-proxy
    cd evil-proxy
  2. Install modules:
    pip install -r requirements.txt
  3. Launch tool:
    python main.py
    (or)
    python main.py <target> <host> <port>

TIP: To edit, remove or add a payload, go to the proxy directory, and configure them from the payloads folder as you wish.

Showcase

image

Sponsorship

If you find my work valuable, you can show your support by sponsoring me. Your contribution will help me maintain and improve my projects, and it will encourage me to create more useful content.

Buy me a coffee

Thank you to the following people for their support:

About

An HTTP proxy designed to perform MITM phishing attacks, allowing users to inject JavaScript payloads into the victim's browser in the background, while displaying the live content of the target domain used to attack the victim.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 42.1%
  • Python 31.6%
  • CSS 16.4%
  • HTML 9.9%