scripthunter icon indicating copy to clipboard operation
scripthunter copied to clipboard

Line 86 - Hakrawler used undefined flags. I've have addressed it here.

Open SagarSajeev opened this issue 2 years ago • 0 comments

-----Line 86----- Before -> hakrawler -js -url $target -plain -depth 2 -scope strict -insecure > $TMPDIR/hakrawl1.txt

After -> echo "$target" | hakrawler -insecure > $TMPDIR/hakrawl1.txt

SagarSajeev avatar Aug 07 '22 08:08 SagarSajeev