Scanning web servers: Difference between revisions
From Cramsession
Jump to navigationJump to search
✍️ Verified Author: Mflavell • Click to view professional profile & credentials
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
=Scan the server= | |||
Use nikto check the webserver for vulnerabilities | Use nikto check the webserver for vulnerabilities | ||
| Line 5: | Line 8: | ||
*https://www.freecodecamp.org/news/an-introduction-to-web-server-scanning-with-nikto/ | *https://www.freecodecamp.org/news/an-introduction-to-web-server-scanning-with-nikto/ | ||
If it is Wordpress: | |||
wpscan --url ''targeturl'' | |||
Revision as of 01:31, 10 December 2024
Scan the server
Use nikto check the webserver for vulnerabilities
nikto -h ip
If it is Wordpress:
wpscan --url targeturl