furious
furious copied to clipboard
`furious -s connect example.com` always return `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.
Environment Information
❯ 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
+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..
same here. you guys ever found the solution? @httpnotonly @metebyte
same here. you guys ever found the solution? @httpnotonly @metebyte
Unfortunately, no. Probably won't be maintained anymore.