hello every one im Tarek newbie
i was wondering about when i make scan with Nmap and find the open ports in the scanning method if i got ports like 139 its for netbios thats right ?
i connected my self to the machine with null session and after that wat should i do to connect and crack the password ? should i get the users info with dumpsec or getacc or something first ..and after i get the users names how can i get the passwords ?
139 is traditionally netbios, yeah.
Add the -sV option to your scan. That's the nmap service fingerprinting option. It'll run actually meaningful packets at the service and attempt to divine what protocol is listening rather than just relying on /etc/services for guesses.
Next, you are doing this testing on systems you own or have written permission to test against, right?
If so, then hydra is probably the most powerful brute forcing tool. It supports lots of services including SMB.
Careful though: many windows domains are configured with a lockout policy and you could DoS the hell out of your client if you're not careful. Please be careful, ethical and legal.