Skip to content

How to install

Piotr Duszynski edited this page Feb 16, 2022 · 4 revisions

1. Fetch the source

You will first have to fetch the latest source code:

$ git clone https://github.com/drk1wi/Modlishka

2. Compile

Run the following command:

make

You can also compile for one of the predefined targets:

make linux
make windows
make freebsd

2. Run the proxy

If everything was compiled properly. Then you should have a compiled Modlishka binary in the 'dist' folder. Execute the binary and review the different options that are available:

./dist/proxy -h
Clone this wiki locally