python-masscan
python-masscan copied to clipboard
Logging is always enabled
masscan overwrites my logging settings and doesnt let me set the verbosity/format of the logger
https://github.com/MyKings/python-masscan/blob/master/masscan/masscan.py#L14 maybe move this block of code into a
if __name__=="__main__":
block to make it run only when the file is directly called