mirror of
https://github.com/zardus/ctf-tools
synced 2024-11-10 08:24:12 +00:00
apparently dirs3arch was renamed to dirsearch
This commit is contained in:
parent
fb29febc61
commit
ab6c90eaab
2 changed files with 7 additions and 7 deletions
|
@ -1,7 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
mkdir bin
|
||||
git clone --depth 1 https://github.com/maurosoria/dirs3arch.git
|
||||
|
||||
cd bin
|
||||
ln -s ../dirs3arch/dirs3arch.py .
|
7
dirsearch/install
Executable file
7
dirsearch/install
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
mkdir bin
|
||||
git clone --depth 1 https://github.com/maurosoria/dirsearch.git
|
||||
|
||||
cd bin
|
||||
ln -s ../dirsearch/dirsearch.py .
|
Loading…
Reference in a new issue