Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

working with tool getting error #4

Closed
osman876 opened this issue Feb 18, 2023 · 8 comments
Closed

working with tool getting error #4

osman876 opened this issue Feb 18, 2023 · 8 comments

Comments

@osman876
Copy link

Enter the domain:
testphp.vulnweb.com
./TerminatorZ.sh: line 38: waybackurls: command not found
Usage: httpx [OPTIONS] URL

Error: No such option: -e

please help me to resolve this issue

@blackhatethicalhacking
Copy link
Owner

blackhatethicalhacking commented Feb 18, 2023

Hello Osman, the tool works fine, the errors are coming because you did not install the requirements I have set:

./TerminatorZ.sh: line 38: waybackurls: command not found

This means, its not found, you got to install it by following the installation: go install github.com/tomnomnom/waybackurls@latest

@osman876
Copy link
Author

i installed dependencies but i am still getting the same error

@osman876
Copy link
Author

httpx --help
HTTPX 🦋

                    A next generation HTTP client.                        

Usage: httpx [OPTIONS]

-m, --method METHOD Request method, such as GET, POST, PUT,
PATCH, DELETE, OPTIONS, HEAD.
[Default: GET, or POST if a request body is
included]

-p, --params ... Query parameters to include in the request
URL.

-c, --content TEXT Byte content to include in the request body.

-d, --data ... Form data to include in the request body.

-f, --files ... Form files to include in the request body.

-j, --json TEXT JSON data to include in the request body.

-h, --headers ... Include additional HTTP headers in the
request.

--cookies ... Cookies to include in the request.

--auth Username and password to include in the
request. Specify '-' for the password to use
a password prompt. Note that using
--verbose/-v will expose the Authorization
header, including the password encoding in a
trivially reversible format.

--proxies URL Send the request via a proxy. Should be the
URL giving the proxy address.

--timeout FLOAT Timeout value to use for network operations,
such as establishing the connection, reading
some data, etc... [Default: 5.0]

--follow-redirects Automatically follow redirects.

--no-verify Disable SSL verification.

--http2 Send the request using HTTP/2, if the remote
server supports it.

--download FILE Save the response content as a file, rather
than displaying it.

-v, --verbose Verbose output. Show request as well as
response.

--help Show this message and exit.

httpx doesn't have parameter with "e"

@blackhatethicalhacking
Copy link
Owner

If you type this in your terminal:

waybackurls example.com

and get waybackurls: command not found

You must solve this issue first before using TerminatorZ one way is to download the package from waybackurls and make sure to copy it to /usr/local/bin or copy it to the same directory of TerminatorZ and make sure to give it chmod +x

The same with httpx, seems it is not updated.

Before you use TerminatorZ run echo "example.com" | httpx -verbose

Just like the tool:

Screenshot 2023-02-18 at 2 01 01 PM

You cannot use the tool if you don't get them to work.

I just tested it for you again here, you can see the httpx version using, so make sure you first fix these, then try and it should work:

https://vimeo.com/800098663/00773935e3

@osman876
Copy link
Author

now iam getting issue like this :(


|_ |_ _ _ _ __ () _ __ | | ___ _ |_ /
| |/ -) '| ' | | ' / ` | / _ \ '/ /
|
|_|| |||||||_,|__/|/__|

[YOUR ARE USING TerminatorZ.sh] - (v1.0) CODED BY Chris 'SaintDruG' Abou-Chabké WITH ❤ FOR blackhatethicalhacking.com for Educational Purposes only!
CHECKING IF YOU ARE CONNECTED TO THE INTERNET!
++++ CONNECTION FOUND, LET'S GO!
Enter the domain:
testphp.vulnweb.com

__    __  __       _  __

/ /_ / // /_____ | |/ /
/ __ / __/ __/ __ | /
/ / / / /
/ // // / |
// //_/_/ .//||
/
/ v1.2.7

	projectdiscovery.io

┌────────────────────────────────────┐
│Exiting the Matrix for 5 seconds in:│
└────────────────────────────────────┘
┌─┐
│3│
└─┘
┌─┐
│2│
└─┘
┌─┐
│1│
└─┘
00 11 01 10 11 00 10 01 11 00 01 10

@osman876
Copy link
Author

finally working thanks a lot :)

@blackhatethicalhacking
Copy link
Owner

The tool is now working!

Just remove testphp.vulnweb.com

to vulnweb.com as you need to provide a domain, not a subdomain or URL: https://

Nice to hear! - Closing

@shadowdevnotreal
Copy link
Contributor

I am going to add my thing to install all the dependencies, will push it all tomorrow.
Been busy fixing other codes.
I had to run dos2unix which is a great command that seems to fix bad bash errors.
Good to see this was reported.
Glad it is working for you now.
Helps if you list your version of linux also on error reporting.

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

No branches or pull requests

3 participants