furious icon indicating copy to clipboard operation
furious copied to clipboard

`furious -s connect example.com` always return `Host is down`

Open ghost opened this issue 3 years ago • 3 comments

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

ghost avatar Aug 28 '20 22:08 ghost

+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..

httpnotonly avatar Oct 19 '20 20:10 httpnotonly

same here. you guys ever found the solution? @httpnotonly @metebyte

003random avatar Dec 09 '20 00:12 003random

same here. you guys ever found the solution? @httpnotonly @metebyte

Unfortunately, no. Probably won't be maintained anymore.

ghost avatar Dec 20 '20 21:12 ghost