You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[!] https://wordpress.vulnerable.arall.net/backups/wordpress.vulnerable.arall.zip
| Found By: Direct Access (Aggressive Detection)
Expected behavior
WPScan should report both database exports.
Actual behavior
WPScan only reports one database export.
What have you already tried
I monitor the HTTP calls with a proxy, and both files are reached.
What I think the issue is that WPScan is sending a header with Range: bytes=0-3000, and expect a 200 response.
However, the server is responding with 206 Partial Content.
The text was updated successfully, but these errors were encountered:
What I think the issue is that WPScan is sending a header with Range: bytes=0-3000, and expect a 200 response.
However, the server is responding with 206 Partial Content.
Yep, it appears to be because of this, thanks for the details!
Subject of the issue
Database exports not detected.
Your environment
Steps to reproduce
I've created a test environment with some mocked vulnerabilities to test.
Two database export exists in the website, located in the following paths:
But when I run:
It only reports the last one:
Expected behavior
WPScan should report both database exports.
Actual behavior
WPScan only reports one database export.
What have you already tried
I monitor the HTTP calls with a proxy, and both files are reached.
What I think the issue is that WPScan is sending a header with
Range: bytes=0-3000
, and expect a200
response.However, the server is responding with
206 Partial Content
.The text was updated successfully, but these errors were encountered: