Skip to content

A malicious proxy that operates in either active, passive, or phishing mode (HW4, CS 468, Fall 2023 @ UIC).

Notifications You must be signed in to change notification settings

unprosaiclabyrinth/malicious-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Description

In passive mode, the proxy observes all the cleartext traffic and extracts certain sensitive information. In active mode, the proxy injects malicious Javascript code to the packets. In the phishing mode, the proxy sends a phishing page instead of a legitimate response.

Usage

python -m mode listening_ip listening_port

where the proxy will operate in the specified mode (active, passive, or phishing) and listen for connections on the specified listening_ip and listening_port.

Testing

The system/browser settings can be changed to setup a proxy at the specified IP address and port.

About

A malicious proxy that operates in either active, passive, or phishing mode (HW4, CS 468, Fall 2023 @ UIC).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published