Erwan

Results 34 comments of Erwan

Hummm that's a weird one. - How long were the credentials ? - Are there any $ characters towards the end, such was `xxxxxxxx$something` ? (in such case, `$something` is...

Great, thanks for confirming, I will keep the issue open to add a message about that in the help of the option. To have it properly handled by the terminal,...

Ah nop, the separator for headers is `;`, so I guess here the `\n` was put in the basic auth hence why it failed: ``` --headers HEADERS Additional headers to...

> We set a Wordpress plugin version to a known vulnerability in the WPScan database. It is expected to find the following vulnerability: The vulnerabilities you provided are related to...

No, that's not what I am saying at all. You said you installed a vulnerable plugin and were expecting some vulnerabilities to be reported about it. However, the vulnerabilities you...

What's your version of `curl` ? `curl --version` If not the latest, or at least 7.72, please update (https://github.com/wpscanteam/wpscan#prerequisites)

It's quite unclear what you want here, you mention skipping the enumeration but still want to find more plugins. WPScan has a lot of options, the current default being set...

Trigger an error message in such case would be a very bad idea, as during enumeration, they are usually a lot of 404. What could be done, is maybe display...

We don't feet image so the issue is not from there. Given the high value of `data_received_humanised`, I guess some pages of the blog are quite large, or one is...

Reminder for myself: - [x] Delete https://github.com/wpscanteam/wpscan/blob/master/app/controllers/enumeration/cli_options.rb#L36 - [x] Remove `default` from https://github.com/wpscanteam/wpscan/blob/master/app/controllers/enumeration/cli_options.rb#L55 and https://github.com/wpscanteam/wpscan/blob/master/app/controllers/enumeration/cli_options.rb#L66 - [x] Remove `--plugins-version-detection passive` from https://github.com/wpscanteam/wpscan/blob/master/app/controllers/aliases.rb#L10