mitmproxy installation

This commit is contained in:
Michael Rodler 2016-02-18 16:55:34 +01:00
parent c207776205
commit 063f092cf1
2 changed files with 6 additions and 0 deletions

3
mitmproxy/install Executable file
View file

@ -0,0 +1,3 @@
#!/bin/bash -e
ctf-tools-pip install --upgrade mitmproxy

3
mitmproxy/uninstall Executable file
View file

@ -0,0 +1,3 @@
#!/bin/bash -e
ctf-tools-pip uninstall mitmproxy || true