일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- php To Do List
- php 로그인 페이지 만들기
- access control
- ssrf
- php 파일 업로드하기
- php login page
- php file upload
- FTZ
- Server Side Request Forgery
- php
- file upload
- Authentication
- active recon
- 파일 업로드 취약점
- OS Command Injection
- Cookie
- over the wire
- Recon
- sql injection
- tryhackme
- SQLi
- privilege escalation
- THM
- active reconnaissance
- overthewire
- Cryptography
- War Game
- Leviathan
- BANDiT
- Reconnaissance
Archives
- Today
- Total
R's Hacking Daily Log
Natas3 본문
http://natas3.natas.labs.overthewire.org
"There is nothing on this page"
아무것도 없다길래 개발자 도구를 켜보았다.
! 주석 처리된 부분에서 처음 보는 문구 발견!
No more information leaks!! Not even Google will fine it this time.
해당 문구에 대해 검색해보니 robots.txt라는 걸 발견했다.
https://developers.google.com/search/docs/crawling-indexing/robots/intro
그래서 해당 파일이 natas3에 대해서도 있을 거 같아서 경로를 입력해본 결과,
Disallow로 표시된 폴더 경로가 나와있다!
바로 입력을 해보니
이번에도 수상해보이는 users.txt 파일이 있다고 한다.
해당 파일을 열어보니~~ 역시. natas4의 password를 얻을 수 있다.
Comments