python

A collection of 3 post

How to generate an IP range list in Python?

A simple method to generate an IP range from two string IP's in Python.

Merging multiple Nessus scans

How to combine multiple Nessus scan XML files into a single one for further analysis with a simply Python script?

Filtering and removing multiple elements from a list in Python

How to remove multiple elements from a list in Python and not break the list while doing so?