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

Feature request: scheduled nmap scans #26

Open
jamess60 opened this issue Aug 6, 2024 · 6 comments
Open

Feature request: scheduled nmap scans #26

jamess60 opened this issue Aug 6, 2024 · 6 comments

Comments

@jamess60
Copy link

jamess60 commented Aug 6, 2024

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.

@idleite
Copy link

idleite commented Aug 6, 2024

The docker integration will auto update when finished

@jamess60
Copy link
Author

jamess60 commented Aug 6, 2024

The docker integration will auto update when finished

Can you elaborate? What do you mean by this?

@idleite
Copy link

idleite commented Aug 6, 2024

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

@jamess60
Copy link
Author

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

@need4swede
Copy link
Owner

This would be a fun thing to tackle, but it's not a priority at this time.
As the app continues to evolve, there's room for additional features in the form of 'Plugins'.
At this moment, there are a few plugins being developed, but the manner in which they are written and integrated is a bit of a process - one I hope to remedy in future releases. This does, however, delay the development of any additional features beyond those already in discussion, until a more robust, scalable solution is formed to pave the way for future additions.

Thanks for the suggestion, though! I will keep it open for now. Cheers!

@jamess60
Copy link
Author

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)

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

3 participants