Skip to content
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

Portscanning #85

Open
kpcyrd opened this issue Apr 15, 2019 · 0 comments
Open

Portscanning #85

kpcyrd opened this issue Apr 15, 2019 · 0 comments

Comments

@kpcyrd
Copy link
Owner

kpcyrd commented Apr 15, 2019

@anthraxx requested port scanning since quite a while. The api I've been thinking about:

  • portscan(ip, '80,443,22-23')
  • the decision of syn-scan vs connect-scan is going to depend strongly on the operating system. For example we can probe for CAP_NET_RAW on linux and if detected use a syn-scan, while we probably have to use a regular connect scan everywhere else (unless sn0int is executed as root, which I don't think is a good idea)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant