mirror of
https://github.com/zardus/ctf-tools
synced 2024-11-14 01:37:06 +00:00
mitmproxy installation
This commit is contained in:
parent
c207776205
commit
063f092cf1
2 changed files with 6 additions and 0 deletions
3
mitmproxy/install
Executable file
3
mitmproxy/install
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash -e
|
||||
|
||||
ctf-tools-pip install --upgrade mitmproxy
|
3
mitmproxy/uninstall
Executable file
3
mitmproxy/uninstall
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash -e
|
||||
|
||||
ctf-tools-pip uninstall mitmproxy || true
|
Loading…
Reference in a new issue