80 - http

// ๊ธฐ์ˆ ์Šคํƒ ๋ณด๋Š” ๋ฒ• 
curl --insecure -I https://streamio.htb/
HTTP/2 200 
cache-control: no-store, no-cache, must-revalidate
pragma: no-cache
content-length: 0
content-type: text/html; charset=UTF-8
expires: Thu, 19 Nov 1981 08:52:00 GMT
server: Microsoft-IIS/10.0
x-powered-by: PHP/7.2.26
set-cookie: PHPSESSID=v1gcilv695ahe0bb8o2l8fde0c; path=/
x-powered-by: ASP.NET
date: Fri, 22 Dec 2023 10:46:23 GMT

์›น์‚ฌ์ดํŠธ ๋””๋ ‰ํ† ๋ฆฌ ์—ด๊ฑฐ

  • gobuster

  • Feroxbuster

  • wfuzz

//wfuzz
wfuzz -c -w /usr/share/wordlists/dirbuster/directory-list-2.3-medium.txt --hh 158607 http://bart.htb/FUZZ
#-c : ์‘๋‹ต ๋ณด์—ฌ์ฃผ๊ธฐ, -hh : ํ•„ํ„ฐ๋ง

๋ฌด์ฐจ๋ณ„ ๋Œ€์ž…

์›น์‚ฌ์ดํŠธ์— ์žˆ๋Š” ๋ฌธ์žฅ๋“ค๋กœ ๋‹จ์–ด์žฅ ๋งŒ๋“ค๊ธฐ

cewl -w cewl-forum.txt -e -a http://forum.bart.htb
#-e : ์ด๋ฉ”์ผ๋„ ๋‹จ์–ด๋ชฉ๋ก์— ํฌํ•จ  

r = requests.get('http://internal-01.bart.htb/log/log.php?filename=phpinfo.php&username=harvey', proxies=proxies, headers=headers)

Last updated