From 99bb87c40b3c6155c2dafd109ca7cdfa60f4a113 Mon Sep 17 00:00:00 2001 From: PikPikcU <60111811+pikpikcu@users.noreply.github.com> Date: Mon, 15 Aug 2022 14:18:58 -0400 Subject: [PATCH 1/2] Create blc.json --- modules/blc.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 modules/blc.json diff --git a/modules/blc.json b/modules/blc.json new file mode 100644 index 00000000..f3b4c744 --- /dev/null +++ b/modules/blc.json @@ -0,0 +1,4 @@ +[{ + "command":"cat input | /usr/bin/xargs -n1 -I@ /usr/local/bin/blc -rof --filter-level 3 @ | tee output", + "ext":"txt" +}] From 40fc65e319b08379f0fb15fc07b38801b18fca03 Mon Sep 17 00:00:00 2001 From: PikPikcU <60111811+pikpikcu@users.noreply.github.com> Date: Mon, 15 Aug 2022 14:35:10 -0400 Subject: [PATCH 2/2] Update default.json --- images/provisioners/default.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/images/provisioners/default.json b/images/provisioners/default.json index 12a226ab..a116e6d8 100644 --- a/images/provisioners/default.json +++ b/images/provisioners/default.json @@ -263,6 +263,10 @@ "echo 'Installing naabu'", "/bin/su -l op -c 'GO111MODULE=on /usr/local/go/bin/go install github.com/projectdiscovery/naabu/v2/cmd/naabu@latest'", + "echo 'Install broken link checker'", + "/bin/su -l op -c 'apt install npm'", + "/bin/su -l op -c 'npm install broken-link-checker -g'", + "echo 'Installing nmap'", "sudo apt-get -qy --no-install-recommends install build-essential libssl-dev flex bison", "/bin/su -l op -c 'wget https://nmap.org/dist/nmap-7.92.tgz -O /home/op/recon/nmap.tar.gz && cd /home/op/recon/ && tar zxf nmap.tar.gz --transform s/nmap-7.92/nmap/ && rm nmap.tar.gz && cd /home/op/recon/nmap/ && sudo ./configure --without-ndiff --without-zenmap --without-nping --without-ncat --without-nmap-update --with-libpcap=included && sudo make && sudo make install'",