EQSTLab / CVE-2024-5932

Proof-of-Concept for CVE-2024-5932
51 stars 10 forks source link

TypeError: 'NoneType' object is not subscriptable #2

Open shadowLiar opened 4 weeks ago

shadowLiar commented 4 weeks ago

Hello, when I use the rce script, I get this error. What's going on? I have built a plugin with a vulnerability locally.

image 微信截图_20240906142544

EQSTLab commented 3 weeks ago

Sorry for the late reply. By programming design, the values in the HTML hidden tags are crawled into BeautifulSoup to get the values needed for the request. If BeautifulSoup is not able to crawl the values you need, you may have the following issues

  1. sending a request to the WordPress main page instead of a post
  2. your WordPress IP address settings are pointing to localhost

Is it possible for me to determine which command you entered?