セキュリティ技術メモブログ

日々の活動を記録する場所

2020-09-01から1ヶ月間の記事一覧

【Hack The Box】Curling Walkthrough

HTB

はじめに マシン名:Curling OS:Linux ターゲットIPアドレス:10.10.10.150 ポートスキャン root@kali:~# nmap -sC -sV -Pn 10.10.10.150 Starting Nmap 7.80 ( https://nmap.org ) at 2020-09-20 13:22 JST Nmap scan report for 10.10.10.150 Host is up …

【Hack The Box】Traceback Walkthrough

HTB

はじめに マシン名:Traceback OS:Linux 目標:user.txtとroot.txtの中身の取得 ターゲットIPアドレス:10.10.10.181 ポートスキャン # nmap -sC -sV -Pn 10.10.10.181 22(ssh)、80(http)が開いている。 ブラウザで80番へアクセス ブラウザでアクセス後…

【Hack The Box】Bastion Walkthrough

HTB

はじめに マシン名:Bastion OS:Windows 目標:user.txtとroot.txtの中身の取得 ターゲットIPアドレス:10.10.10.134 ポートスキャン # nmap -sC -sV -Pn 10.10.10.134 22(ssh)、135(msrpc)、139(netbios-ssn)、445(microsoft-ds)が開いている。 44…

【Hack The Box】Magic Walkthrough

HTB

はじめに マシン名:Magic OS:Linux 目標:user.txtとroot.txtの中身の取得 ターゲットIPアドレス:10.10.10.185 ポートスキャン root@kali:~# nmap -sC -sV -Pn 10.10.10.185 Starting Nmap 7.80 ( https://nmap.org ) at 2020-08-22 08:35 JST Nmap scan …