screetsec / Sudomy

Sudomy is a subdomain enumeration tool to collect subdomains and analyzing domains performing automated reconnaissance (recon) for bug hunting / pentesting
https://github.com/Screetsec/
MIT License
1.98k stars 375 forks source link

Added r to handle regex warning #138

Closed 0xSaikat closed 1 week ago

0xSaikat commented 3 months ago

This pull request fixes a SyntaxWarning in exec_resolver.py by adding a raw string prefix (r) to the regex pattern for IP addresses. This change ensures that the backslashes in the regex are interpreted correctly, preventing any warnings or errors.

Changes made:

These changes have been tested locally and the script runs without errors or warnings.