Re: Python 2.7 OS requirements

2016-08-01 Thread Connie Sieh
On Sat, 30 Jul 2016, P. Larry Nelson wrote: Hi all, Please don't shoot the questioner (me), as I have no experience with Python, other than knowing "what" it is and that my SL6.8 systems have version 2.6.6 installed. I have been asked by one of our Professors that one of his grad students appa

Re: SNMP scanner?

2016-08-01 Thread Stephen John Smoogen
On 31 July 2016 at 23:31, ToddAndMargo wrote: > On 07/30/2016 11:36 PM, Jon Brinkmann wrote: >> >> Does 'nmap -sX ' fit the bill, e.g. >> 'nmap -sX 192.168.1.1-255'? > > > Only one the one network (192.168.1.0/25 in your example). > > I want EVERYTHING on the network > Todd, 1) You asked for he

Re: Python 2.7 OS requirements

2016-08-01 Thread Ken Teh
I suggest trying anaconda from continuum analytics. It installs into /opt and provides its own ecosytem, ie, all the support libraries it needs. Because of this, it will run on an SL6 machine. The install script does give you the option of installing it under a different root. It provides n

Re: SNMP scanner?

2016-08-01 Thread ToddAndMargo
On 08/01/2016 01:15 AM, Iosif Fettich wrote: On 07/30/2016 11:36 PM, Jon Brinkmann wrote: Does 'nmap -sX ' fit the bill, e.g. 'nmap -sX 192.168.1.1-255'? Only one the one network (192.168.1.0/25 in your example). I want EVERYTHING on the network IPv6 inclusive...? I really do not care

Re: SNMP scanner?

2016-08-01 Thread ToddAndMargo
On 07/31/2016 11:46 PM, Eero Volotinen wrote: You can list any number networks on commanline for example: 192.168.1.0/24 192.168.2.0/24 True. What I need would be vastly impractical, even if it did work: 0-255 . 0-255 . 0-

Re: SNMP scanner?

2016-08-01 Thread Iosif Fettich
On 07/30/2016 11:36 PM, Jon Brinkmann wrote: Does 'nmap -sX ' fit the bill, e.g. 'nmap -sX 192.168.1.1-255'? Only one the one network (192.168.1.0/25 in your example). I want EVERYTHING on the network IPv6 inclusive...? That will be hard, I'm afraid. Iosif Fettich

Re: SNMP scanner?

2016-08-01 Thread Andrew C Aitchison
On Sun, 31 Jul 2016, ToddAndMargo wrote: 2016-08-01 8:23 GMT+03:00 ToddAndMargo : On 07/31/2016 10:15 PM, Jon Brinkmann wrote: 'nmap -sX 192.168.1.1-255 10.1-255.1-255.1-255 ...'? That is still scanning IP's over a range.  :'( On 07/31/2016 10:42 PM, Eero Volotinen w