'보안/Web'에 해당되는 글 4건

  1. 2008.09.03 sqlmap 0.6
  2. 2008.04.27 jar 파일 풀기 및 소스 decompile
  3. 2008.04.24 Apache 버전 숨기기
  4. 2007.10.31 SQL Injection Cheat-sheet & Paper

2008. 9. 3. 12:45 보안/Web

sqlmap 0.6

Introduction
============

sqlmap is an automatic SQL injection tool developed in Python. Its goal
is to detect and take advantage of SQL injection vulnerabilities on web
applications. Once it detects one or more SQL injections on the target
host, the user can choose among a variety of options to perform an
extensive back-end database management system fingerprint, retrieve DBMS
session user and database, enumerate users, password hashes, privileges,
databases, dump entire or user's specific DBMS tables/columns, run his
own SQL SELECT statement, read specific files on the file system and
much more.


Changes
=======

Some of the new features include:

* Added multithreading support to set the maximum number of concurrent
HTTP requests.

* Implemented SQL shell (--sql-shell) functionality and fixed SQL query
(--sql-query, before called -e) to be able to run whatever SELECT
statement and get its output in both inband and blind SQL injection attack.

* Added an option (--privileges) to retrieve DBMS users privileges, it
also notifies if the user is a DBMS administrator.

* Added support (-c) to read options from configuration file, an example
of valid INI file is sqlmap.conf and support (--save) to save command
line options on a configuration file.

* Implemented support for HTTPS requests over HTTP(S) proxy.

* Enhanced logging system: added three more levels of verbosity to show
also HTTP sent and received traffic.

Complete list of changes at http://sqlmap.sourceforge.net/doc/ChangeLog.


Download
========

You can download it in various formats:

* Source gzip compressed,
http://downloads.sourceforge.net/sqlmap/sqlmap-0.6.tar.gz

* Source bzip2 compressed,
http://downloads.sourceforge.net/sqlmap/sqlmap-0.6.tar.bz2

* Source zip compressed,
http://downloads.sourceforge.net/sqlmap/sqlmap-0.6.zip

* DEB binary package,
http://downloads.sourceforge.net/sqlmap/sqlmap_0.6-1_all.deb

* RPM binary package,
http://downloads.sourceforge.net/sqlmap/sqlmap-0.6-1.noarch.rpm

* Portable executable for Windows that does not require the Python
interpreter to be installed on the operating system,
http://downloads.sourceforge.net/sqlmap/sqlmap-0.6_exe.zip

Note: the subversion repository is not accessible anymore so the only
way to get the new release is to download it from one of the above links.


Documentation
=============

* sqlmap user's manual: http://sqlmap.sourceforge.net/doc/README.pdf

* sqlmap developer's documentation: http://sqlmap.sourceforge.net/dev/
반응형
Posted by She쥐포s

* jar 파일을 푸는 방법을 모르고 있는 사람들이 있는 것 같아서 간단하게 정리함.
jar 파일은 tar 파일과 압축과 푸는 방법이 비슷하다. 다만 대상이 tar의 경우 일반 파일이라는 점과
jar의 경우 java의 class 파일이라는 점이다.

* jar 파일 풀기
jar -xvf filenameApp.jar
하게 되면 .class 파일이 풀려 나온다.

* 소스 Decompile 툴
http://www.program-transformation.org/Transform/JavaDecompilers
또는
http://www.kpdus.com/jad.html

를 이용하여 소스의 내용을 얻을 수 있다.

반응형
Posted by She쥐포s

2008. 4. 24. 12:22 보안/Web

Apache 버전 숨기기

vi httpd.conf

ServerTokens Prod 추가

apache 재시작


반응형
Posted by She쥐포s
반응형
Posted by She쥐포s
이전버튼 1 이전버튼

블로그 이미지
She쥐포s
Yesterday
Today
Total

달력

 « |  » 2024.3
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

최근에 올라온 글

최근에 달린 댓글

글 보관함