
Lightweight PoC and Scanner for CVE-2020-0796 without authentication.
一个更简单的CVE-2020-0796 PoC和扫描器,因为它使用静态数据包。具有防止在公网IP上意外使用(不要那样做)的保护措施,以及一个用于触发崩溃的开关。仅需要原始Python 3!
扫描模式:
python3 poc-and-scan.py 10.0.0.15 N
扫描+崩溃模式:
python3 poc-and-scan.py 10.0.0.15 Y
输出:
SMB v311 with LZNT1 detected.
Sending malformed packet per user request!
根据WTFPL许可证授权。