-
-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
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
Use as library #8
Comments
Same, I'm facing a similar issue where when using connect scan, it works fine, but using a syn always says that the host is down. |
@iDuronto I ended up writing my own. It's not really a library but you can see how I implemented the SYN scanning, it's actually pretty straightforward. https://github.com/charles-d-burton/scandalorian/blob/master/discovery-engine/main.go Here's my blog on how I build it too, the build supports full multi-arch: |
Change the duration parameter to either like 6*time.Second or to 6000000000. you are using a too fast/unrealistic timeout :) |
you would think 6000 is 6 seconds but actually it is 6 microseconds |
I'm attempting to reference your project as a library, it seems like a really well thought out project. I'm currently running into an issue I don't understand. When I try to reference your code from a different project I get the response of:
Scan results for host 192.168.3.5 Host is down
Where if I run the furious tool:
It seems to work fine. The code I'm using looks like this and semantically doesn't seem any different what what your project is running.
The text was updated successfully, but these errors were encountered: