본문 바로가기 메뉴 바로가기

ba0bab

프로필사진

ba0bab

ba0bab
검색하기 폼 Mountain View
  • About me

  • 분류 전체보기 (165)
    • pwnable (127)
      • bandit (8)
      • FTZ (19)
      • LOB (11)
      • pwnable.kr (6)
      • pwnable.tw (16)
      • HackCTF (1)
      • CTF write-up (22)
      • windows (4)
      • 정리 (39)
    • reversing (0)
      • CTF write-up (0)
    • web hacking (0)
      • CTF write-up (0)
    • programming (30)
      • c, c++ (10)
      • python (20)
    • cs (5)
      • network (1)
      • etc (4)
    • CTF write-up (3)
  • GUESTBOOK
  • TAG
  • RSS

분류 전체보기
kail tool pattern_create / offset

root@kali:/usr/share/metasploit-framework/tools# ls 이 위치에 많은 tool들이 존재한다. root@kali:/usr/share/metasploit-framework/tools# ./pattern_create.rb 5000Aa0Aa1Aa2Aa3Aa4Aa5Aa6Aa7Aa8Aa9Ab0Ab1Ab2Ab3Ab4Ab5Ab6Ab7Ab8Ab9Ac0Ac1Ac2Ac3Ac4Ac5Ac6Ac7Ac8Ac9Ad0Ad1Ad2Ad3Ad4Ad5Ad6Ad7Ad8Ad9Ae0Ae1Ae2Ae3Ae4Ae5Ae6Ae7Ae8Ae9Af0Af1Af2Af3Af4Af5Af6Af7Af8Af9Ag0Ag1Ag2Ag3Ag4Ag5Ag6Ag7Ag8Ag9Ah0Ah1Ah2Ah3Ah4Ah5Ah6Ah7Ah8Ah9Ai0Ai1Ai2Ai..

pwnable/정리 2018. 9. 6. 00:04
windbg 공부자료

http://fliphtml5.com/gvunv/sefc/basic

pwnable/windows 2018. 9. 5. 23:00
window xp sp3 windbg/win 7 전 windbg/x86 x64

힘겹게 구글링 해서 구했다. dbg_x86_6.11.1.404.msi // windbg x86 패키지 dbg_amd64_6.11.1.404.msi // windbg x64 패키지 dbg_ia64_6.11.1.404.msi // windbg la64 패키지 저 파일 구글링 하면 나온다.

pwnable/windows 2018. 9. 5. 22:58
python sqlite3 심플 예제

https://soooprmx.com/archives/4056

programming/python 2018. 8. 31. 13:36
db 기본 문법

https://opentutorials.org/module/2086/12091

programming/python 2018. 8. 31. 09:55
[python sqlite3]? Placeholder / Named Placeholder

import sqlite3 conn = sqlite3.connect("test.db") cur = conn.cursor()sql = "select * from customer where category=? and region=?"cur.execute(sql, (1, 'SEA'))rows = cur.fetchall()for row in rows: print(row) conn.close() #Namedsql = "select * from customer where id = :Id"cur.execute(sql, {"Id": 1})

programming/python 2018. 8. 26. 12:47
python sqlite3

import sqlite3 conn = sqlite3.connect("asdf.db") cur = conn.cursor()cur.execute("SELECT * FROM general") rows = cur.fetchall()for row in rows: print(row) conn.close() hyomin@ubuntu:~/flask_project$ python sql.py (1, u'\uc655\uac74', 89)(2, u'\ubc15\uc220\ud76c', 97)(3, u'\uc655\uc2dd\ub834', 84)(4, u'\uc2e0\uc22d\uacb8', 98)(5, u'\uad81\uc608', 77)(6, u'\uc720\uae08\ud544', 99)(7, u'\ub2a5\ud658..

programming/python 2018. 8. 26. 12:35
[Flask] sqlite3 사용예제

>> sql_test.py import sqlite3 as liteimport time database_filename = 'test.db'conn = lite.connect(database_filename)cs = conn.cursor() #drop tablequery = "DROP TABLE IF EXISTS t1"cs.execute(query) #create tablequery = "CREATE TABLE IF NOT EXISTS t1 (id INTEGER PRIMARY_KEY NOT_NULL, name VARCHAR(255), at DATETIME)"cs.execute(query) #insert tablechars = "abcdefghijklmnopqrstuvwxyz"for a in range(l..

programming/python 2018. 8. 26. 03:50
이전 1 2 3 4 5 6 7 8 ··· 21 다음
이전 다음
최근에 올라온 글
최근에 달린 댓글
TAG
  • pwable
  • HackCTF
  • exit
  • tcache
  • fastbindup
  • glibc
  • hacking
  • stack reusing
  • pwnable.tw
  • TLS
  • oob
  • ebp change
  • fastbin
  • heap
  • rt_sigreturn
  • srop
  • 본선가고싶다
  • pwnable
  • 해킹
  • fsop
  • overflow
  • SQLi
  • codegate
  • FSB
  • shellcoding
more
Total
Today
Yesterday

Powered by Tistory / Designed by INJE

티스토리툴바