DBMS2 SQL injection PT tool - sqlmap 0.9 (update) “sqlmap is an open source penetration testing tool that automates the process of detecting and exploiting SQL injection flaws and taking over of database servers. It comes with a kick-ass detection engine, many niche features for the ultimate penetration tester and a broad range of switches lasting from database fingerprinting, over data fetching from the database, to accessing the underlying fi.. 2011. 4. 12. SQL로 Oracle Alert Log 파일 조회 DBMS LOG용 디렉토리 생성 CREATE OR REPLACE DIRECTORY DIR_BDUMP AS '/oracle/admin/SID/bdump/'; DBMS LOG 외부 테이블 생성 CREATE TABLE DBMSLOG ( LOG_TEXT VARCHAR2(4000) ) ORGANIZATION EXTERNAL ( TYPE ORACLE_LOADER DEFAULT DIRECTORY DIR_BDUMP ACCESS PARAMETERS ( RECORDS DELIMITED BY NEWLINE FIELDS TERMINATED BY '~' MISSING FIELD VALUES ARE NULL ( LOG_TEXT CHAR(4000) ) ) LOCATION ('alert_SID.log') ) REJECT LIMIT .. 2009. 7. 14. 이전 1 다음