File: README.txt

package info (click to toggle)
sqlmap 1.9.6-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 12,792 kB
  • sloc: python: 51,991; xml: 13,943; ansic: 989; sh: 304; makefile: 62; sql: 61; perl: 30; cpp: 27; asm: 7
file content (29 lines) | stat: -rw-r--r-- 1,271 bytes parent folder | download | duplicates (6)
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
Before compiling, you need to adapt the following to your environment:

Variables in install.sh script:
--------------------------------------------------------------------------
Variable name			Variable description
--------------------------------------------------------------------------
USER                    Database management system administrative username
PORT                    Database management system port
VERSION                 Database management system version (PostgreSQL only)

Variables in Makefile:
--------------------------------------------------------------------------
Variable name			Variable description
--------------------------------------------------------------------------
LIBDIR                  Database management system absolute file system
                        path for third party libraries (MySQL only)

Then you can launch './install.sh' if you want to compile the shared
object from the source code and create the user-defined functions on the
database management system.
If you only want to compile the shared object, you need to call only the
'make' command.


Notes:

To get as small shared libraries as possible compile with GCC 4.3 on
both 32-bit and 64-bit architecture and strip the libraries with 'strip'
command.