BitTheByte / Monitorizer

Monitoring framework to detect and report newly found subdomains on a specific target using various scanning tools
257 stars 49 forks source link

os.makedirs() #17

Closed Maxdha closed 1 year ago

Maxdha commented 1 year ago

Used os.makedirs(dir, exist_ok=True) instead of os.mkdir(dir) to avoid unwanted exceptions incase of directory already exists.

BitTheByte commented 1 year ago

This project is no longer maintained but this change seems reasonable. Thanks, @Maxdha for your help!