mimimitm

みみ-Manipulator in the Middle
git clone https://git.sinitax.com/sinitax/mimimitm
Log | Files | Refs | README | sfeed.txt

Makefile (308B)


      1all: run
      2
      3weights.pt:
      4	wget "https://drive.google.com/u/0/uc?id=1qcr9DbgsX3ryrz2uU8w4Xm3cOrRywXqb&export=download" -O $@
      5
      6venv:
      7	python3 -m virtualenv venv && source venv/bin/activate && python3 -m pip install -r requirements.txt
      8
      9run: | venv weights.pt
     10	source venv/bin/activate && mitmproxy -s mimimitm.py