2 matches found
bst
二进制字符串工具包 概述 二进制字符串工具包(简称 BST)是一个相当简单的实用程序,用于将二进制字符串转换为适合包含在源代码中的各种格式,例如安全领域用于开发漏洞利用和概念验证的代码。 功能 以二进制字符串格式转换二进制文件并转储到标准输出。 将纯十六进制输入字符串转换为十六进制转义版本。 生成用于检测缓冲区中坏字符的坏字符序列。 限制二进制字符串的宽度,提高漏洞利用代码的可读性。 以你最喜欢的编程或脚本语言的语法格式化二进制字符串,例如: C/C++ Python PowerShell 执行自动变量块缩进,便于复制/粘贴包含。 依赖 POSIX C 库 C 编译器 GCC LLVM...
5.9AI score
SaveExploits0
python-ldap is Vulnerable to Improper Encoding or Escaping of Output and Improper Null Termination
Summary ldap.dn.escapednchars escapes \x00 incorrectly by emitting a backslash followed by a literal NUL byte instead of the RFC-4514 hex form \00. Any application that uses this helper to construct DNs from untrusted input can be made to consistently fail before a request is sent to the LDAP...
6.9CVSS7.2AI score0.00458EPSS
SaveExploits1References5Affected Software1
20