Scanning web servers: Difference between revisions

From Cramsession
Jump to navigationJump to search
✍️ Verified Author: MflavellClick to view professional profile & credentials
(Created page with " Use nikto check the webserver for vulnerabilities nikto -h ''ip'' https://www.freecodecamp.org/news/an-introduction-to-web-server-scanning-with-nikto/")
 
No edit summary
 
(3 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 4: Line 7:
  nikto -h ''ip''
  nikto -h ''ip''


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