일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 29 | 30 | 31 |
Tags
- php
- War Game
- over the wire
- sql injection
- file upload
- php 파일 업로드하기
- php To Do List
- 파일 업로드 취약점
- Authentication
- privilege escalation
- Reconnaissance
- FTZ
- Recon
- php login page
- ssrf
- Server Side Request Forgery
- OS Command Injection
- Leviathan
- active reconnaissance
- SQLi
- THM
- tryhackme
- Cryptography
- BANDiT
- overthewire
- access control
- active recon
- Cookie
- php file upload
- php 로그인 페이지 만들기
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