GithubHelp home page GithubHelp logo

Subjack path about chomp-scan HOT 10 CLOSED

D0N-B0T avatar D0N-B0T commented on May 23, 2024
Subjack path

from chomp-scan.

Comments (10)

SolomonSklash avatar SolomonSklash commented on May 23, 2024

Can you run these commands and show me the output?
cat /etc/issue
command -v subjack
which subjack
echo $GOPATH
ls ~/bounty/tools

from chomp-scan.

D0N-B0T avatar D0N-B0T commented on May 23, 2024

I think its a problem with GO cause it didnt downloaded subjack. i cant find it

from chomp-scan.

D0N-B0T avatar D0N-B0T commented on May 23, 2024

Hmm


asd@asd:~/go/bin$ ls
ffuf  gobuster  inception  subfinder  subjack  waybackurls
krossom@vukali:~/go/bin$ ./subjack
Usage of ./subjack:
  -a    Find those hidden gems by sending requests to every UR

??

from chomp-scan.

D0N-B0T avatar D0N-B0T commented on May 23, 2024

asd@asd:~/chomp-scan$ cat /etc/issue
Kali GNU/Linux Rolling \n \l

asd@asd:/chomp-scan$ command -v subjack
asd@asd:
/chomp-scan$ which subjack
asd@asd:~/chomp-scan$ echo $GOPATH
/home/asd/go

from chomp-scan.

SolomonSklash avatar SolomonSklash commented on May 23, 2024

Do any of the go tools work when you're not in their install directories? It looks like Subjack installed ok, but it still isn't in your $PATH.

from chomp-scan.

D0N-B0T avatar D0N-B0T commented on May 23, 2024

forgot

ls ~/bounty/tools
altdns  aquatone  bfac  CORStest  dnscan  massdns  S3Scanner  Sublist3r

Do any of the go tools work when you're not in their install directories? It looks like Subjack installed ok, but it still isn't in your $PATH.

nope no one of them. I think no one of them didnt install...

from chomp-scan.

SolomonSklash avatar SolomonSklash commented on May 23, 2024

Since they are all listed in ~/go/bin, they did install. You were able to run ./subjack and it ran, so it is installed. I really think the issue is with the $PATH variable.
Do an echo $PATH and make sure that ~/go/bin is there. That's what the source ~/.profile is supposed to accomplish. Are you using a shell other than bash by chance?

from chomp-scan.

D0N-B0T avatar D0N-B0T commented on May 23, 2024

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/go/bin:/root/go-workspace/bin

... idk

from chomp-scan.

SolomonSklash avatar SolomonSklash commented on May 23, 2024

So it is definitely missing from your $PATH.
This is a temporary fix, but try this.
Run PATH=$PATH:$HOME/go/bin
Then do echo $PATH and see if ~/go/bin is there and if chomp-scan.sh will run.

from chomp-scan.

sabeesh03 avatar sabeesh03 commented on May 23, 2024

./subjack is a directory

from chomp-scan.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.