Skip to content
This repository has been archived by the owner on Jan 7, 2024. It is now read-only.

How to start program? #53

Open
rayabee opened this issue Mar 26, 2020 · 5 comments
Open

How to start program? #53

rayabee opened this issue Mar 26, 2020 · 5 comments

Comments

@rayabee
Copy link

rayabee commented Mar 26, 2020

Ok, for the risk of being a total noob i have to ask this question... how do i get this to work?

I followed the instructions to install Go from here: https://golang.org/dl/

The following is pasted in my terminal (Kali Linux): go get github.com/Ice3man543/SubOver

When i then input this: ./subjack -w subdomains.txt -t 100 -timeout 30 -o results.txt -ssl it says "bash: ./subjack: No such file or directory ".

I have a textfile with the list of subdomains in it and called it subdomains.txt.

Sorry for this guys, i'm pretty sure it's easy to fix but i'm a little lost.

@darshkpatel
Copy link

darshkpatel commented Mar 31, 2020

this is github.com/haccer/subjack and not github.com/Ice3man543/SubOver

@rayabee
Copy link
Author

rayabee commented Apr 2, 2020

Sorrhy about that, my mistake.

I do actually mean how to start SubJack.

./subjack -w subdomains.txt -t 100 -timeout 30 -o results.txt -ssl gives "bash: ./subjack: No such file or directory" and i think this has to do with the $PATH but i am new to this and not sure how to continue...

@darshkpatel
Copy link

darshkpatel commented Apr 2, 2020 via email

@sabeesh03
Copy link

./subjack -w subdomains.txt -t 100 -timeout 30 -o results.txt -ssl
-bash: ./subjack: is a directory

same here

@Delson704557
Copy link

Delson704557 commented Jul 3, 2020

paste this in the teminal "alias subjack='~/go/bin/subjack'"

and then use this command "subjack -w subdomains.txt -t 100 -timeout 30 -o results.txt -ssl"

and ensure that whatever directory ur running this command, there has to be subdomain.txt file in that directory.

I hope this helped you!!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants