#1087178 websploit: Python SyntaxWarning

#1087178#5
Date:
2024-11-09 11:00:33 UTC
From:
To:
Hi Maintainer

The SyntaxWarning below were emitted when this package was tested with
pipuarts[1].

Regards
Graham


[1] https://piuparts.debian.org/sid/source/w/websploit.html


  Setting up websploit (4.0.4-3) ...
  /usr/lib/python3/dist-packages/websploit/core/utils/tui.py:15:
SyntaxWarning: invalid escape sequence '\ '
    """
  /usr/lib/python3/dist-packages/websploit/core/utils/tui.py:15:
SyntaxWarning: invalid escape sequence '\ '
    """
  /usr/lib/python3/dist-packages/websploit/modules/scan_wifi.py:36:
SyntaxWarning: invalid escape sequence '\:'
    info = info.replace("\:", "-")