1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
Description: Escape or replace backslashes in strings
Forwarded: no
Author: Sven Geuer <sge@debian.org>
Last-Update: 2026-03-01
--- a/common/print_messages.py
+++ b/common/print_messages.py
@@ -11,12 +11,12 @@
-g, --get Download exploit files
"""
-BASIC_INFO_MESSAGE = """
+BASIC_INFO_MESSAGE = r"""
__________
\______ \____ _____ ______ ____ _____
- | ___/ _ \ / \\____ \_/ __ \ / \\
- | | ( <_> ) Y Y \ |_> > ___/| Y Y \\
+ | ___/ _ \ / \\____ \_/ __ \ / \
+ | | ( <_> ) Y Y \ |_> > __/| Y Y \
|____| \____/|__|_| / __/ \___ >__|_| /
\/|__| \/ \/
@@ -27,7 +27,7 @@
Usage: pompem.py [-s/--search <keyword,keyword,keyword,...>]
[--txt Write txt file ]
[--html Write html file ]
- Get basic options and Help, use: -h\--help
+ Get basic options and Help, use: -h/--help
"""
GENERATE_TXT_FILE = """
|