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
 
Line 1: Line 1:
[[Cybersecurity]] > [[Pentesting]] > Scanning web servers
[[Cybersecurity]] > [[Pentesting]] > Scanning web servers


=Scan the server=
=Scan a web server=


Use nikto check the webserver for vulnerabilities
Use nikto check the webserver for vulnerabilities
Line 9: Line 9:
*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:
 
 
=Check a Wordpress Site=


  wpscan --url ''targeturl''
  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