Invalid escape sequence in _normalize function
Closed this issue · 2 comments
0x4D5352 commented
Running on an M1 Mac with Sonoma 14.5. dnstwist installed via Homebrew. Global python version is 3.12.14. I receive the following error on every call: /opt/homebrew/Cellar/dnstwist/20240116_4/libexec/bin/dnstwist:296: SyntaxWarning: invalid escape sequence '\(' b'url\([^)]+\)': b'url()',
This does not appear to impact the performance or execution of any command, but I'll continue to test and add more information if I come across any cases that break the tool.
elceef commented
This has been reported and already fixed.
Unfortunately, since this hasn't been released yet, you probably need to download and replace dnstwist.py
file manually in your installation.
0x4D5352 commented
Gotcha, thanks!