SolomonSklash / chomp-scan

A scripted pipeline of tools to streamline the bug bounty/penetration test reconnaissance phase, so you can focus on chomping bugs.
https://www.solomonsklash.io/chomp-scan-update.html
GNU General Public License v3.0
393 stars 76 forks source link

file not even exist #56

Closed Sy3Omda closed 5 years ago

Sy3Omda commented 5 years ago

https://github.com/SolomonSklash/chomp-scan/blob/2daa4462ba458e59e309fa5a4e55e27925cb52d8/chomp-scan.sh#L1874

while i check subjack tool for the first time i found you mention a fingerprints.json with argument -c in go path /go/src/github.com/haccer/subjack/ BUT this path it not exist in the first place. i setup the tool twice but the path it is not their !! perhaps we need to add command to download subjack repo to mentioned PATH could you check this out ???

SolomonSklash commented 5 years ago

I believe there's a typo in chomp-scan.sh. It should probably be $GOPATH instead of $HOME. Will you show me the output of echo $GOPATH on your system, and then try cat $GOPATH/src/github.com/haccer/subjack/fingerprints.json and see if it cats the fingerprints file?

SolomonSklash commented 5 years ago

Also make sure you have done source ~/.profile if you are using Bash. This will set the $GOPATH variable, which is needed for all the Go tools.

Sy3Omda commented 5 years ago

got it thx