Hey everyone,
I wanted to share my experience running a website scan using Kali Linux and get some feedback or suggestions from others who do similar testing.
I spun up Kali and used a few of the standard tools to evaluate the security posture of a client website (with permission, of course). Here’s a quick breakdown of what I did:
Tools Used:
nmap
nikto
dirb
whatweb
gobuster
wpscan
sslscan
sslyze
Sample Command Highlights:
bash
<code>nmap -sV -T4 targetsite.com nikto -h <a href="https://targetsite.com" target="_blank" rel="nofollow">https://targetsite.com</a> gobuster dir -u <a href="https://targetsite.com" target="_blank" rel="nofollow">https://targetsite.com</a> -w /usr/share/wordlists/dirb/common.txt wpscan --url <a href="https://targetsite.com" target="_blank" rel="nofollow">https://targetsite.com</a> --enumerate p </code>
Findings:
Next Steps: I’m drafting a formal report now, but I’d love any advice on:
Let me know what your typical workflow looks like, or any newer tools you’ve added to your Kali setup.
Cheers! —Joseph