mirror of
https://github.com/zardus/ctf-tools
synced 2024-12-04 18:29:26 +00:00
added missing uninstall scripts for tools installed via pip
This commit is contained in:
parent
f7eee72e11
commit
fb29febc61
2 changed files with 6 additions and 0 deletions
3
hashpump/uninstall
Executable file
3
hashpump/uninstall
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash -e
|
||||
|
||||
ctf-tools-pip uninstall -y hashpumpy || true
|
3
python-paddingoracle/uninstall
Executable file
3
python-paddingoracle/uninstall
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash -e
|
||||
|
||||
ctf-tools-pip uninstall -y python-paddingoracle || true
|
Loading…
Reference in a new issue