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
I have a web site to scan which is accessible only using a local proxy. I would like to scan all plugins on that web site, so I need to use the api-token I already have.
If I use the following command, it's doing a basic scan: wpscan --url http://target.local --proxy socks5://127.0.0.1:1080
However, I don't have internet access when using the proxy, so if I want to use -api-token parameter, wpscan fails to connect to wpscan.com.
Is there any way to get wpscan to use the proxy only for accessing the target but not api-token validation?
The text was updated successfully, but these errors were encountered:
Same problem here. Can we have an option to either use an offline database downloaded with the API key, or only send the scan to the proxy but leave the vulnerabilites checking outside the proxy.
Hello,
I have a web site to scan which is accessible only using a local proxy. I would like to scan all plugins on that web site, so I need to use the api-token I already have.
If I use the following command, it's doing a basic scan:
wpscan --url http://target.local --proxy socks5://127.0.0.1:1080
However, I don't have internet access when using the proxy, so if I want to use
-api-token
parameter, wpscan fails to connect to wpscan.com.Is there any way to get wpscan to use the proxy only for accessing the target but not api-token validation?
The text was updated successfully, but these errors were encountered: