INNER CODE UNIT · Python

SLICE_INT

rfc-st/humble · humble.py:206

SLICE_INT = (30, 43, 25, 24, -4, -5, 46, 31, 6, 21, 10, 4, 21)
STYLE = (
    Style.BRIGHT, f"{Style.BRIGHT}{Fore.RED}", Fore.CYAN, Style.NORMAL,
    Style.RESET_ALL, Fore.RESET, "(humble_pdf_style)",
    f"(humble_sec_style){Fore.GREEN}", "(humble_sec_style)",
    f"{Style.RESET_ALL}{Fore.RESET}", Fore.GREEN,
)
TESTSSL_OPTIONS = ("-f", "-g", "-p", "-U", "-s", "--hints")

# Regular expressions patterns
RE_PATTERN = (
    r"\((.*?)\)",
    r"(?:(?:\d{1,3}\.){3}\d{1,3}|(?:[0-9A-Fa-f]{0,4}:){2,7}[0-9A-Fa-f]{0,4})",
    (r"\.\./|/\.\.|\\\.\.|\\\.\\|"
     r"%2e%2e%2f|%252e%252e%252f|%c0%ae%c0%ae%c0%af|"
     r"%uff0e%uff0e%u2215|%uff0e%uff0e%u2216"),
    r"\(([^)]+)\)",
    r"\d{4}-\d{2}-\d{2}", r"\[(.*?)\]\n", r"'nonce-([^']+)'",

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…