Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- XSS
- network
- 드림핵
- 네트워크보안
- 알고리즘
- Webhaking
- TCP
- 웹해킹
- 순서도
- bee-box
- ftz
- 모의해킹
- 워게임
- System
- 시스템
- webhacking
- 리버싱
- 시스템해킹
- WarGame
- 비박스
- CodeEngn
- 해킹
- 소프트웨어
- reversing
- Web
- 소프트웨어보안
- 네트워크
- 웹
- hacking
- dreamhack
Archives
- Today
- Total
목록simple_sqli (1)
Without a Break

[문제 파일] 데이터베이스 DATABASE = "database.db" if os.path.exists(DATABASE) == False: db = sqlite3.connect(DATABASE) db.execute('create table users(userid char(100), userpassword char(100));') db.execute(f'insert into users(userid, userpassword) values ("guest", "guest"), ("admin", "{binascii.hexlify(os.urandom(16)).decode("utf8")}");') db.commit() db.close() 데이터베이스 파일이 존재하지 않는 경우 파일을 생성하고 연결한다. 유저 테이블을..
Web/Wargame
2022. 9. 24. 17:49