Re: In ports of a log file, how to detect if the ports are dangerous using python?

2017-09-07 Thread Chris Angelico
On Thu, Sep 7, 2017 at 11:28 PM, Rockzers wrote: > I know basic python and I have a log file, also I have print the output of > ports from the log file which there are so many ports in the output. > I want to know how to take only the dangerous ports from the printed ports - > Also I need to tak

In ports of a log file, how to detect if the ports are dangerous using python?

2017-09-07 Thread Rockzers
I know basic python and I have a log file, also I have print the output of ports from the log file which there are so many ports in the output. I want to know how to take only the dangerous ports from the printed ports - Also I need to take the IP addresses from the dangerous ports - Finally how