Hackthebox learning note 1

Scanning the target machine using the script [https://github.com/21y4d/nmapAutomator] (recommanded) nmap -sC -sV [target IP address] [more options can be added] -sC: script scanning -sV: scan version -A: Enable OS detection, version detection, script scanning, and traceroute –open: Only show open (or possibly open) ports nmap –script all -p445 [target IP address] SMB enumeration smbclient -LContinue reading “Hackthebox learning note 1”

Design a site like this with WordPress.com
Get started