Indonesian Back|Track Team
Finding OS with Metasploit - Printable Version

+- Indonesian Back|Track Team (https://www.indonesianbacktrack.or.id/forum)
+-- Forum: Attacker Zone (https://www.indonesianbacktrack.or.id/forum/forum-169.html)
+--- Forum: Exploitation (https://www.indonesianbacktrack.or.id/forum/forum-43.html)
+---- Forum: Metasploit (https://www.indonesianbacktrack.or.id/forum/forum-122.html)
+---- Thread: Finding OS with Metasploit (/thread-243.html)



Finding OS with Metasploit - cyb3r.pr3dat0r - 06-24-2011

Using the following commands we can quickly fingerprint the SMB Port (445) to determine the OS version.

>$ ./msfconsole

msf> use auxiliary/scanner/portscan/syn
msf auxiliary(syn)>show options
msf auxiliary(syn)>set RHOST 192.168.1.2
set the necessary options, using port 445 as the port
msf auxiliary(smb version)>run
[*] TCP OPEN 192.168.1.2:445
[*] Scanned 1 of 1 hosts (100% complete)
[*] Auxiliary module execution completed


Then based on your results, if port 445 is open on the host, use
msf> use auxiliary/scanner/smb/smb_version
msf auxiliary(smb version)>show options
msf auxiliary(smb version)>set RHOST 192.168.1.2
set the rhosts option then run the auxiliary module:
msf auxiliary(smb version)>run
[*] 192.168.1.2 is runnnin Windows XP Service Pack 3(Language: English) (nameTongueC1) (domainTongueC1)
[*] Scanned 1 of 1 hosts (100% complete)
[*] Auxiliary module execution completed


RE: Finding OS with Metasploit - zee eichel - 06-25-2011

thx to post here.. are u came from other country ? ...


RE: Finding OS with Metasploit - m4k4ss4rh4ck3r - 10-25-2011

hello dude i wanna try yours tips!!!!!!!MY SITE


RE: Finding OS with Metasploit - cassaprodigy - 10-25-2011

this is good ... thx bro


RE: Finding OS with Metasploit - koecroet - 10-25-2011

thank you very much Smile


RE: Finding OS with Metasploit - c0d3HitLER - 10-28-2011

use nmap for the easier way Smile
but nice share bro ;-)


RE: Finding OS with Metasploit - NoseTrave - 10-28-2011

Nice Share !
Keep Sharing Here!


RE: Finding OS with Metasploit - betefive - 10-30-2011

i have question bro, if port 445 not open, how to do it?


RE: Finding OS with Metasploit - sasaka - 10-30-2011

Nice Share ! brow Big Grin