Refactoring python-nmap — Part 1
https://medium.com/@nicolas.rod/refactoring-python-nmap-part-1-87fd0011996c
I’ve been programming for as long as I can remember. I’ve spent a lot of time on things I now consider wasted time. Lots of refactoring for usability, style, performance, extensibility… Nowadays I try to not look under the hood to avoid the OCD kicking in.
Of course, having to review code for security considerations makes it difficult for me. So, last time I had to peruse a NMAP result file I use this python package.