Is there any way I can use 'nmap' port scanner, to generate and output result on my Django App
I'm trying to create some network app in Django, and what I would like to ask: Is it possible to do something like this: Client type IP address, than server scans it with 'nmap', after that the result passed to the Django app, and than I do whole bunch of stuff with it.
Just want to know is it possible to make it, or it sounds ridiculous?