[New feature] Nmap scan and import from db
- Nmap top 1000 TCP and UDP scan then import done with
nmap_scan [-f, -o params,...] ip -
nmaprenamed tonmap_import
I got some idea to improve this but maybe in a next iteration. Like a interactive mode for choose some "scan" preset? What do you think about? Maybe start it in a thread? Feel free to try/merge it. :)
I'm - trying to - implementing threading with progressbar finally. I progress.
Cool; will check that asap !
This is totally improvable, but i'm a little stuck for example, i don't understand why when i run my scan one time i see my progress bar, but i can't run it a second time then without exit the program then restart it.

Also, I search a way to get a progress for the full scan if we got TCP and UDP for example, from what i understand the progress counter back to 0 on each protocol.
And better way to handle this can be with the NmapProcess evant_callback I imagine.
It's not so bad now
I don't find how to not stack/clean previous aborted scan for example. But this do the work.

Hi @koutto, is this project abandoned ?