How to Install the WPScan
- In Linux Distros We can Install the WPScan using the [sudo apt install Wpscan]
Or We Can Clone the GitHub Repository .
WpScan OPTIONS ➕
- -v ,–verbose =Verbose Mode
- -o , –output = Output to File
- –random-user-agent
- –http-auth login: password
- –force
- –api-token = for particular api token
- –wp-content-dir = for finding the wp directory
- –wp-plugins-dir = for plugins directory
- –stealthy = for stealthy scan
- –ignore-main-redirect = to redirect
- Now We Will Install Wpscan with docker.
- Pull the repo with docker pull wpscanteam/wpscan
How to run With wpscan with docker
How to Scan with Wpscan on cli
Command: Wpscan –url https://craw.in –random-user-agent –ignore-main-redirect
So we Will get this outptut.
Let’s See What we have founded.
These are The headers used by the domain which show’s the server is nginx and the firewall is sucuri
This is the robots.txt file data we have.
These are basic files which will help to identify the plugins and themes which are used by the domain.
Here We can see the fingerprint version the domain.
Comments
Post a Comment