Post

Year of the Rabbit

Year of the Rabbit


nmap komutu:

1
2
┌──(root㉿kali)-[~]
└─# nmap -T4 -sV 10.10.205.213

nmap sonucu:

1
2
3
4
5
6
7
8
9
Starting Nmap 7.94SVN ( https://nmap.org ) at 2024-05-05 00:59 UTC
Nmap scan report for 10.10.205.213 (10.10.205.213)
Host is up (0.096s latency).
Not shown: 997 closed tcp ports (reset)
PORT   STATE SERVICE VERSION
21/tcp open  ftp     vsftpd 3.0.2
22/tcp open  ssh     OpenSSH 6.7p1 Debian 5 (protocol 2.0)
80/tcp open  http    Apache httpd 2.4.10 ((Debian))
Service Info: OSs: Unix, Linux; CPE: cpe:/o:linux:linux_kernel

21 FTP, 22 SSH ve 80 HTTP servisi çalışıyor.

Websitesini ziyaret edelim.

Default bir apache2 sayfası. Gobuster ile dizin taraması yapalım.


This post is licensed under CC BY 4.0 by the author.