mirror of
https://github.com/zardus/ctf-tools
synced 2025-01-07 10:08:48 +00:00
8 lines
129 B
Text
8 lines
129 B
Text
|
#!/bin/bash
|
||
|
|
||
|
mkdir bin
|
||
|
git clone --depth 1 https://github.com/maurosoria/dirsearch.git
|
||
|
|
||
|
cd bin
|
||
|
ln -s ../dirsearch/dirsearch.py .
|