Scanning web servers: Difference between revisions

From Cramsession
Jump to navigationJump to search
✍️ Verified Author: MflavellClick to view professional profile & credentials
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[Cybersecurity]] > [[Pentesting]] > Scanning web servers
=Scan a web 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/
=Check a Wordpress Site=
wpscan --url ''targeturl''

Latest revision as of 00:28, 17 May 2025

Cybersecurity > Pentesting > Scanning web servers

Scan a web server

Use nikto check the webserver for vulnerabilities

nikto -h ip


Check a Wordpress Site

wpscan --url targeturl