發表文章

目前顯示的是有「Postfish」標籤的文章

Proving Grounds Practice : Postfish Walkthrough

圖片
 Proving Grounds Practice : Postfish Walkthrough Foothole (立足點 ) : 枚舉 SMTP 發現帳號,使用一樣的密碼進入 IMAP 讀到郵件說 sales 近期要改密碼 使用 IT 名義寄信給 sales 使用者,並且 Listen 獲取得到密碼 使用獲取之帳號密碼登入系統 PE ( 提權 ) : linpeas 發現 PwnKit 直接提權成功 注意事項 : id 顯示的結果與平常不同就是要特別注意 學習使用字典檔透過 SMTP 枚舉使用者帳號 學習 disclaimer 利用 Rustscan,└─$ rustscan -a 192.168.213.137 --scripts none --ulimit 5000 | tee rustscan snmp closed,└─$ sudo nmap -sU -p 161 192.168.213.137 | tee snmp                 nmap,└─$ sudo nmap -sCV -A -p 22,25,80,110,143,993,995 192.168.213.137 | tee nmap 22/tcp  open  ssh      OpenSSH 8.2p1 Ubuntu 4ubuntu0.1 (Ubuntu Linux; protocol 2.0) 25/tcp  open  smtp     Postfix smtpd 80/tcp  open  http     Apache httpd 2.4.41 ((Ubuntu)) 143/tcp open  imap     Dovecot imapd (Ubuntu) 993/tcp open  ssl/imap Dovecot imapd (Ubuntu) 995/tcp open  ssl/pop3 Dovecot pop3d whatweb,└─$ whatwe...