003random / 003Recon

Some tools to automate recon - 003random
https://poc-server.com/
294 stars 74 forks source link

mkdir missing operand in install.sh #2

Closed ieguiguren closed 6 years ago

ieguiguren commented 6 years ago

As install.sh begins with: `home_dir=$(pwd)

dependencies_dir="dependencies"  

mkdir $output_dir;
mkdir $dependencies_dir; 

`

$output_dir is used before assigning it. Also home_dir is assigned but not used, though this won't arrise any error.

I guess there was some confusion declaring them.

003random commented 6 years ago

You are indeed right! Thanks for pointing this out to me. I will push a fix later today. Thanks!