-
Notifications
You must be signed in to change notification settings - Fork 9
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
Feature request: scheduled nmap scans #26
Comments
The docker integration will auto update when finished |
Can you elaborate? What do you mean by this? |
The docker integration in pr6 will allow you to define a list of docker hosts with their sockets. You can then set it up to check the docker sockets at and hourly or daily basis. This is still being worked on but, local docker import works but must be triggered manually |
Ah I see, my bad, I did see this feature. The nmap idea would allow you to scan the entire lan though, not just docker sockets. This would be useful for things like printers, iot devices etc |
This would be a fun thing to tackle, but it's not a priority at this time. Thanks for the suggestion, though! I will keep it open for now. Cheers! |
Actually, a plugin format is not only a neat idea, but would also integrate well with the nmap idea. Could have a plugin that runs nmap and converts the txt output to json (shouldnt be difficult with python) |
I have a couple of vms I use to run my docker containers. As I spin up/shut down containers, my ports may change.
I propose the ability to schedule nmap scans and update known hosts accordingly.
So far, I had good success with using chatgpt to convert nmap output to json input and using the import feature, but obviously this is a manual process.
The text was updated successfully, but these errors were encountered: