본문 바로가기

ash3r & dmawhwhd

검색하기
ash3r & dmawhwhd
프로필사진 ash3r & dmawhwhd

  • 분류 전체보기 (7)
    • CTF (5)
      • web (4)
    • About me (1)
Guestbook
Notice
Recent Posts
Recent Comments
Link
«   2022/09   »
일 월 화 수 목 금 토
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
Tags
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록2022/09/11 (1)

ash3r & dmawhwhd

Wacon 2022 Final

Misc - query-master #!/usr/bin/python3 import random import string import subprocess def randName(): return ''.join([random.choice(string.hexdigits) for i in range(16)]) dbpath = f'/tmp/{randName()}.db' query = input("Query >> ") ban = ['.', 'lo', ';'] for x in ban: if x in query: print("Filtered..") exit() proc = subprocess.Popen(["sqlite3", dbpath, query], stdout=subprocess.PIPE) (out, err) = ..

CTF 2022. 9. 11. 05:53
이전 Prev 1 Next 다음

Blog is powered by kakao / Designed by Tistory

티스토리툴바