mirror of
https://github.com/zardus/ctf-tools
synced 2024-12-12 05:52:33 +00:00
Improved Webgrep (#192)
This commit is contained in:
parent
8826553ec1
commit
017cdfbb8f
2 changed files with 7 additions and 1 deletions
|
@ -1,4 +1,7 @@
|
||||||
#!/bin/bash -ex
|
#!/bin/bash -ex
|
||||||
|
|
||||||
|
|
||||||
ctf-tools-pip3 install --upgrade 'git+https://github.com/dhondta/webgrep.git'
|
ctf-tools-pip3 install --upgrade 'git+https://github.com/dhondta/webgrep.git'
|
||||||
|
|
||||||
|
source ctf-tools-venv-activate3
|
||||||
|
mkdir -p bin
|
||||||
|
ln -s $VIRTUAL_ENV/bin/webgrep bin
|
||||||
|
|
3
webgrep/uninstall
Normal file
3
webgrep/uninstall
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/bash -ex
|
||||||
|
|
||||||
|
ctf-tools-pip3 uninstall -y webgrep-tool || true
|
Loading…
Reference in a new issue