Notice
Recent Posts
Recent Comments
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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
- frida
- 2018
- XSS
- dreamhack
- beebox
- 안드로이드
- Openstack
- otter
- SQL Injection
- FTK Imager
- ESXi
- Docker
- CTF-d
- elasticsearch
- base64
- igoat
- Volatility
- Strings
- diva
- lord of sql injection
- filescan
- InsecureBank
- foremost
- Suninatas
- imageinfo
- 포렌식
- ctf
- 인시큐어뱅크
- kibana
- vulnhub
Archives
- Today
- Total
목록sudo (1)
Information Security
nmap을 이용해 192.168.219.0/24 대역을 스캔했는 데 192.168.219.72 80/tcp port가 open 되어 있는 것을 알 수 있다. http://192.168.219.172 페이지에 접속했다. -A 옵션을 통해 192.168.219.172 Port를 자세히 확인했다. Search 메뉴에서 test를 입력해보았다. burp suite를 통해 요청 값을 복사했다. burp suite 복사한 것을 test.txt에 저장했다. sqlmap -r 옵션을 이용해 패킷 내용을 통해 --dbs를 검색했다. information_schema, Staff, users 데이터 베이스를 확인할 수 있다. Staff 데이터 베이스 Users table에 admin 계정을 확인할 수 있다. admin P..
VulnHub/DC
2020. 8. 17. 10:21