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

행복의 조건 * 라니안

프로필사진
  • 글쓰기
  • 관리
  • 태그
  • 포스팅문의
  • RSS

행복의 조건 * 라니안

검색하기 폼
  • 블로그문의
  • 분류 전체보기
    • 어떻게쓰는거야
    • 기억하자정보
      • 알고리즘
      • 보안
      • 기타
      • 자바스크립트
    • 일상 행복
      • 즐거운유머
      • Music
    • 이런게 다있네[이벤트]
      • 국내 싸다구 싸!
      • 해외 싸다구 싸!
      • 해외 싸다구 쿠폰!
      • 싸다구 이앱!
    • 즐거운사용[리뷰]
      • 뭐야 이앱!?
      • 뭐야 이것!?
      • 뭐야 이맛!?
      • 뭐야 이곳!?

분류 전체보기
  • 근육통푸는법, 뉴트리코스트 BCAA : 이썹닷컴
  • 붐!붐!붐! 생생한 현장감 우퍼이어폰 : 듀얼스 T3 Pro
  • 가성비보충제 뉴트리코스트 웨이 프로틴 컴플렉스 추천
  • 자전거 셰어링 앱으로 편한 팔당 자전거 대여 : 라이클
MSSQL 인젝션 실행 절차

http://cafe.naver.com/hackersmaster/351 대상 DB서버: SQL SERVER(MSSQL) ######################################################## 인젝션 가능 파일 찾기######################################################http://xxx/tmp/mypc.asp?id=1110.인젝션 스트링 종류str 1) ' or''=' 2) ' or 1=1-- 3) ' or 'a'='a-- 4) 'or'='or' 5) " or 1=1-- 6) " or "a"="a 7) ') or ('a'='a 8) ") or ("a"="a 9) ' and [??] and ''=' 10) ' and [??] and '..

기억하자정보/보안 2013. 6. 20. 16:27
SQL 인젝션 우회 패턴

ireoa 님의 블로그에서 퍼왔습니다. 1) 대소문자 변형 union select password from member where id='ireoa'-- UnION seLEct password ForM member WhErE id='ireoa'-- 2) 공백 우회 /**/ %0a %09 () 3)URL Encoding 3) = 우회 union select password from member where username = 'ireoa'-- union select password from member where username like 'ireoa'-- 4)URL Encoding '%2f%2a*/union%2f%2a*/select%2f%2a*/password%2f%2a*/form%2f%2a*/member%..

기억하자정보/보안 2013. 6. 19. 22:05
MySQL Injection Cheet Sheet (Including Load File and Outfile for Error Based) + WAF Bypassing Methods

출처 : http://blog.epzsecurity.com/2012/08/mysql-injection-cheet-sheet-including.html MySQL Injection Cheat SheetComments:Comments are very useful and can sometimes even help bypass certain WAF procedures. These comments are the ones that I have picked up over the last few years: -- (Simple Comment)--+- (String Based Comment)/* (Multiple Line Comment)# (Single Line Comment)/*!*/ (Bypasses certain ..

기억하자정보/보안 2013. 5. 16. 16:13
SQL 인텍션 우회 패턴

본 글은 작성자:Khuti (http://khuti.tistory.com/6) 글 스크랩 자료 입니다. SQL 인젝션 우회 패턴에 대해서 종합 정리 및 지속적인 업데이트를 할려고 한다. 이하 내용은 본인이 직접 연구&학습&뻘짓&노가다 한 내용이다. 다양한 우회 패턴이 더 있지만.. 간단하게 일부만 정리.. 먼저,,,,,,,,, 우회 패턴엔 크게 3가지 분류가 있을 수 있다. - 1) 네트웍 특성을 이용한 우회 패턴 - 2) SQL의 특성을 이용한 우회 패턴 - 3) 애플리케이션의 잘못된 필터링으로 인한 우회 패턴 요즘 같은 세상엔 당연히 SQL 인젝션은 기본적으로 막혀 있을거라 생각한다면... No!! 시대가 변하고 보안 이슈가 늘어나도!!! 사람의 습관은 크게 변하지 않는 법!! 남의 일이라 생각하는 ..

기억하자정보/보안 2013. 3. 18. 18:54
Injecting Insert statements: MySQL error based injection

출처 : http://k3170makan.blogspot.kr/2012/01/injecting-insert-statements-mysql-error.html Exploring my options One night while banging injection payloads into a random page I suddenly found myself in an insert statement! This is when I got the idea to use insert statements for MySQL error based injection vectors. Some people might be wondering why on earth would one would want to inject an insert?..

기억하자정보/보안 2013. 2. 3. 05:03
해킹에 필요한 라이브 CD 모음

WEAKERTHAN - http://weaknetlabs.com/ BackTrack - http://www.backtrack-linux.org/ NETSECLOS - http://netsecl.com/download Wifiway - http://www.wifislax.com/ PHLAK - http://sourceforge.net/projects/phlakproject/ slitaz - http://www.slitaz.org/ NodeZero - http://netinfinity.org/ REMnux - http://sourceforge.net/projects/remnux/ Security Onion - http://securityonion.blogspot.com/ OWASP livecd - http:..

기억하자정보/보안 2013. 1. 29. 22:30
웹 해킹 관련 도구

출처 : http://www.webhackingexposed.com/tools.html Free Web Security Scanning Tools Nikto N-Stalker NStealth Free Edition Burp Suite Paros Proxy OWASP WebscarabSQL Injection SQL Power Injector by Francois Larouche Bobcat (based on "Data Thief" by Application Security, Inc.). Absinthe - free blind SQL injection tool SQLInjector by David Litchfield NGS Software database tools Cross-Site Scripting (X..

기억하자정보/보안 2013. 1. 26. 19:34
Methods of Quick Exploitation of Blind SQL Injection

Methods of Quick Exploitation of Blind SQL Injection # Title: Methods of quick exploitation of blind SQL Injection # Date: January 25th, 2010 # Author: Dmitry Evteev (Positive Technologies Research Lab) # Contacts: http://devteev.blogspot.com/ (Russian); http://www.ptsecurity.com/ In this paper, the quickest methods of Blind SQL Injection (error-based) exploitation are collected and considered b..

기억하자정보/보안 2013. 1. 19. 23:50
이전 1 ··· 31 32 33 34 35 36 37 ··· 66 다음
이전 다음
최근에 달린 댓글
TAG
  • ipTIME
  • 로보카 폴리
  • 샤오팡
  • 솔루엠
  • 구글
  • 해외직구
  • 무선공유기
  • IoT
  • 미지아
  • 키코
  • 할인
  • 공유기
  • 음질좋은이어폰
  • qoo10
  • Xiaomi
  • 미홈
  • 큐텐
  • 사진
  • 안드로이드
  • 윈도우10
  • 기어베스트
  • 음악
  • EARMAC
  • 샤오미
  • 아이피타임
  • 화순
  • 스마트웹캠
  • 유무선공유기
  • GPS
  • ipcamera
more
Total
Today
Yesterday

티스토리툴바