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
Hi, came across this tool for port scanning and it works well with external sites:
Do you know why local ones fail?
` (base) ip-192-168-86-35:apk_decompile jack$ sudo furious 192.168.86.35
Starting scan at 2020-02-06 13:01:51.335325 -0800 PST m=+0.008516310
panic: router only implemented in linux
goroutine 41 [running]: github.com/liamg/furious/vendor/github.com/google/gopacket/routing.New(...) /Users/jack/go/src/github.com/liamg/furious/vendor/github.com/google/gopacket/routing/other.go:14 github.com/liamg/furious/scan.(*SynScanner).scanHost(0xc000306000, 0xc000692020, 0x10, 0x10, 0xc0002a8000, 0x16b4, 0x1c00, 0xc000694000, 0xc000694120, 0x43c9060, ...) /Users/jack/go/src/github.com/liamg/furious/scan/scan-syn.go:242 +0x2ab github.com/liamg/furious/scan.(*SynScanner).Start.func1(0xc000306000) /Users/jack/go/src/github.com/liamg/furious/scan/scan-syn.go:74 +0x173 created by github.com/liamg/furious/scan.(*SynScanner).Start /Users/jack/go/src/github.com/liamg/furious/scan/scan-syn.go:68 +0x43 `
Thanks!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, came across this tool for port scanning and it works well with external sites:
Do you know why local ones fail?
`
(base) ip-192-168-86-35:apk_decompile jack$ sudo furious 192.168.86.35
Starting scan at 2020-02-06 13:01:51.335325 -0800 PST m=+0.008516310
panic: router only implemented in linux
goroutine 41 [running]:
github.com/liamg/furious/vendor/github.com/google/gopacket/routing.New(...)
/Users/jack/go/src/github.com/liamg/furious/vendor/github.com/google/gopacket/routing/other.go:14
github.com/liamg/furious/scan.(*SynScanner).scanHost(0xc000306000, 0xc000692020, 0x10, 0x10, 0xc0002a8000, 0x16b4, 0x1c00, 0xc000694000, 0xc000694120, 0x43c9060, ...)
/Users/jack/go/src/github.com/liamg/furious/scan/scan-syn.go:242 +0x2ab
github.com/liamg/furious/scan.(*SynScanner).Start.func1(0xc000306000)
/Users/jack/go/src/github.com/liamg/furious/scan/scan-syn.go:74 +0x173
created by github.com/liamg/furious/scan.(*SynScanner).Start
/Users/jack/go/src/github.com/liamg/furious/scan/scan-syn.go:68 +0x43
`
Thanks!
The text was updated successfully, but these errors were encountered: