There might be a better way to do this, but what I have is an input file called “list.txt” of IP addresses for my Nmap scan like so: Then I scan with Nmap using and output to a file using: Additionally I have used sed to make the “output.txt” look like this: I would like to include the comments from
Tag: nmap
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