httpx not updating #785
-
Tried to update Kali's httpx using 'go install -v github.com/projectdiscovery/httpx/cmd/httpx@latest'; which doesn't appear to work. Kali has the following version and options; which do not support -silent or other flags shown in this repo; which are also needed for testing Log4j zero-day https://github.com/adilsoybali/Log4j-RCE-Scanner ┌──(kali㉿kali)-[~]
Usage: httpx [OPTIONS] -m, --method METHOD Request method, such as GET, POST, PUT, PATCH, DELETE, OPTIONS, HEAD. -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 --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, --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. Please share how to update Kali's version to the version in this repo. Thank you in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Please see: #774 (comment) |
Beta Was this translation helpful? Give feedback.
Please see: #774 (comment)