mirror of https://github.com/Mickhat/lemma.git
quick fix
This commit is contained in:
parent
6f861bb483
commit
77a5057e01
|
|
@ -26,7 +26,6 @@ echo "Architecture specified: $arch"
|
||||||
rm -rf ./app/tools
|
rm -rf ./app/tools
|
||||||
rm -f ./app/tool_requirements.txt
|
rm -f ./app/tool_requirements.txt
|
||||||
cp -rf ./tools ./app/
|
cp -rf ./tools ./app/
|
||||||
mkdir -p ./app/tools/bin
|
|
||||||
mkdir -p ./app/tools/wordlists
|
mkdir -p ./app/tools/wordlists
|
||||||
touch ./app/tool_requirements.txt
|
touch ./app/tool_requirements.txt
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@ export DISABLE_NUCLEI_TEMPLATES_AWS_DOWNLOAD=true
|
||||||
export DISABLE_NUCLEI_TEMPLATES_AZURE_DOWNLOAD=true
|
export DISABLE_NUCLEI_TEMPLATES_AZURE_DOWNLOAD=true
|
||||||
|
|
||||||
|
|
||||||
$DIR/bin/busybox wget https://github.com/projectdiscovery/nuclei-templates/archive/refs/tags/v9.9.1.zip -O /tmp/nuclei-templates.zip > /dev/null 2>&1
|
$DIR/bin/download https://github.com/projectdiscovery/nuclei-templates/archive/refs/tags/v9.9.1.zip /tmp/nuclei-templates.zip > /dev/null 2>&1
|
||||||
$DIR/bin/busybox unzip -d /tmp /tmp/nuclei-templates.zip > /dev/null 2>&1
|
$DIR/bin/busybox unzip -d /tmp /tmp/nuclei-templates.zip > /dev/null 2>&1
|
||||||
|
|
||||||
# This will create a /tmp/nuclei-templates-X.X.X directory, change it to /tmp/nuclei-templates
|
# This will create a /tmp/nuclei-templates-X.X.X directory, change it to /tmp/nuclei-templates
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue