https://moaistory.blogspot.com/2018/10/winsearchdbanalyzer.html WinSearchDBAnalyzerWinSearchDBAnalyzer This tool can parse normal records and recover deleted records in Windows.edb. Windows.edb is used in Win...moaistory.blogspot.com이 문제를 풀기위해 WindSearchDBAnalyzer라는 툴을 사용해준다.설치후 파일을 실행해준다.File -> Open드림핵에서 다운받은 windows.edb 파일을 열어준다.시간은 한국시간인 UTC+9 선택OK클릭find에 dh를 넣고 검색하니 flag가 나왔다.
#!/usr/bin/python3from flask import Flask, request, render_template, gimport sqlite3import osimport binasciiapp = Flask(__name__)app.secret_key = os.urandom(32)try: FLAG = open('./flag.txt', 'r').read()except: FLAG = '[**FLAG**]'DATABASE = "database.db"if os.path.exists(DATABASE) == False: db = sqlite3.connect(DATABASE) db.execute('create table users(userid char(100), userpassword ch..
- Total
- Today
- Yesterday
- 디폴트라우팅
- vmware pro
- 과제
- 설정법
- 동적라우팅
- 무료설치
- ospf config
- jump king
- 스택 버퍼 오버플로우
- 라우터
- vmware player
- 힙오버플로우
- 설치법
- ospf
- 포트포워딩
- Brave
- 네트워크
- vmware key
- 라우팅
- dr/bdr
- 오버플로우
- 버퍼오버플로우
- 메트릭
- 게이트웨이
- github
- 코드업
- 점프킹
- 패킷트레이서
- 정적라우팅
- 점프킹설치
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |