head	1.2;
access;
symbols
	RELEASE_7_3_0:1.1
	RELEASE_8_0_0:1.1
	RELEASE_7_2_0:1.1
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1
	RELEASE_5_EOL:1.1;
locks; strict;
comment	@# @;


1.2
date	2010.03.15.21.28.07;	author niels;	state dead;
branches;
next	1.1;

1.1
date	2008.05.22.10.24.56;	author rafan;	state Exp;
branches;
next	;


desc
@@


1.2
log
@- Upgrade to sqlmap 0.7 (many new features)
- Took maintainership of the port

Approved by:	itetcu (mentor)
@
text
@--- sqlmap.py.orig	2007-11-05 06:01:41.000000000 +0900
+++ sqlmap.py	2008-05-21 12:01:04.000000000 +0900
@@@@ -7,11 +7,11 @@@@
 from optparse import OptionParser
 from optparse import OptionError
 
-from lib import settings
-from lib.option import Option
-from lib.injection import Injection
-from lib.settings import VERSION
-from lib.smdict import sqlmapDict
+from sqlmap import settings
+from sqlmap.option import Option
+from sqlmap.injection import Injection
+from sqlmap.settings import VERSION
+from sqlmap.smdict import sqlmapDict
 
 
 def showBanner():
@


1.1
log
@sqlmap is an automatic SQL injection tool entirely developed in Python. It is
capable to perform an extensive database management system back-end
fingerprint, retrieve remote DBMS databases, usernames, tables, columns,
enumerate entire DBMS, read system files and much more taking advantage of web
application programming security flaws that lead to SQL injection
vulnerabilities.

WWW:	http://sqlmap.sourceforge.net/

PR:		ports/123851
Submitted by:	Tomoyuki Sakurai <cherry at trombik.org>
@
text
@@

