Trending Topic

Untitled Document

1 Temmuz 2014 Salı

Uzak sistemlerdeki çalışan servislerin tespit edilmesi ! [ VATOZ HACKER ]

İnternetteki herhangi bir sistemin açık portlarını ve çalışan servislerini öğrenebilmek için “Nmap” kullanılabilir.
Nmap’e -v parametresi eklenerek detaylı bilgi alınabilir.
Örnek ;
C:\ozan\Nmap>nmap -sV hedefsistem.comStarting Nmap 4.50 ( http://insecure.org ) at 2008-08-03 04:37 GTB Daylight Time
Stats: 0:03:33 elapsed; 0 hosts completed (1 up), 1 undergoing Service Scan Interesting ports on win1a.xxx.com (88.255.xx.x):
Not shown: 1692 closed ports
PORT     STATE SERVICE      VERSION
7/tcp    open  echo
9/tcp    open  discard?
13/tcp   open  daytime      Microsoft Windows International daytime
17/tcp   open  qotd         Windows qotd
19/tcp   open  chargen
21/tcp   open  ftp          Microsoft ftpd
25/tcp   open  smtp         MailEnable smptd 1.981-
53/tcp   open  domain       Microsoft DNS
80/tcp   open  http         Microsoft IIS webserver 6.0
110/tcp  open  pop3         MailEnable POP3 Server
135/tcp  open  msrpc        Microsoft Windows RPC
139/tcp  open  netbios-ssn
443/tcp  open  https?
445/tcp  open  microsoft-ds Microsoft Windows 2003 microsoft-ds
1025/tcp open  msrpc        Microsoft Windows RPC
1433/tcp open  ms-sql-s?
3306/tcp open  mysql        MySQL 5.0.27-community-nt
8443/tcp open  ssl          Microsoft IIS SSL
9876/tcp open  sd?
Service Info: Host: mail.xxxx.tr; OS: Windows
Host script results:
|_ Discover OS Version over NetBIOS and SMB: Windows Server 2003 3790 Service Pack 2
Service detection performed. Please report any incorrect results at http://insecure.org/nmap/submit/ .
Nmap done: 1 IP address (1 host up) scanned in 219.211 seconds
Yukarıdaki örnekde görüldüğü gibi hedef sistemin açık portlarını ve çalışan servislerini ayrıca işletim sistemi ve sürüm bilgisinide öğrenebildik.
OS:Windows dedi …
//DENEME