We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
furious -s connect example.com
Host is down
Exactly as mentioned in the title the command always returns Host is down output.
❯ furious -s connect github.com Starting scan at 2020-08-29 01:04:42.530665 +0300 +03 m=+0.019277855 Scan results for host 140.82.121.4 Host is down Scan complete in 2.110237526s.
❯ go version go version go1.15 darwin/amd64
❯ brew info libpcap libpcap: stable 1.9.1 (bottled), HEAD [keg-only]
Added Homebrew libpcap to path
❯ furious --version furious development version
The text was updated successfully, but these errors were encountered:
+1 my Dockerfile
FROM golang:latest RUN apt-get update && apt-get install libpcap-dev -y RUN go get -u github.com/liamg/furious ENTRYPOINT ["furious"]
docker run -it --rm whitespots/furious -s connect whitespots.io docker run -it --rm whitespots/furious -s syn whitespots.io
everything is the same..
Sorry, something went wrong.
same here. you guys ever found the solution? @httpnotonly @metebyte
Unfortunately, no. Probably won't be maintained anymore.
No branches or pull requests
Exactly as mentioned in the title the command always returns
Host is down
output.Environment Information
Added Homebrew libpcap to path
The text was updated successfully, but these errors were encountered: