Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 614 Bytes

README.md

File metadata and controls

30 lines (24 loc) · 614 Bytes

MITM-Code-Injector

DEPENDENCIES:

python3
python3-pip

INSTALLATION:

git clone https://github.com/ilolm/MITM-code-injector.git
cd MITM-code-injector
pip3 install -r requirements.txt
chmod +x code_injector.py

USAGE:

Usage: sudo ./code_injector.py [options]

Options:
  -h, --help            show this help message and exit
  -s SCRIPT, --script=SCRIPT
                        Enter script that you want to inject, EXAMPLE:
                        alert('test');