Network scan tool.

2016-06-07 Thread Luis Zárate
Hi, With your deadline is too difficult (impossible), but if you are a crack in django and celery and nmap this tool could be useful https://pypi.python.org/pypi/python-nmap El martes, 7 de junio de 2016, James Schneider escribió: > > > On Tue, Jun 7, 2016 at 6:01 AM, Mahesh Kss wrote: >> >> H

Re: Network scan tool.

2016-06-07 Thread James Schneider
On Tue, Jun 7, 2016 at 6:01 AM, Mahesh Kss wrote: > > Hi all, > > > Need some of your thoughts for the below mentioned exercise. I am planning > to do it using Django. But I am not sure where i can place the python > script which monitors the network for connected hosts. > > Kindly share your tho

Re: Network scan tool.

2016-06-07 Thread ludovic coues
There is two way to monitor the data. Either passively, listening for each host saying hello on the network or actively, probing for host at regular interval [1]. First way look like difficult as in requiring cooperation from diverse host and relying on protocol like SNMP. Or you could listen for

Network scan tool.

2016-06-07 Thread Mahesh Kss
Hi all, Need some of your thoughts for the below mentioned exercise. I am planning to do it using Django. But I am not sure where i can place the python script which monitors the network for connected hosts. Kindly share your thoughts and questions. I need to complete this as soon as possibl