mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-09 14:11:29 +00:00
Added PostgreSQL UDF to execute commands on the underlying system:
* sys_eval() to return the standard output * sys_exec() to return the exit status Inspired by lib_mysqludf_sys 0.0.3 (https://svn.sqlmap.org/sqlmap/trunk/sqlmap/extra/mysqludfsys/)
This commit is contained in:
4
extra/postgresqludfsys/lib_postgresqludf_sys/Makefile
Normal file
4
extra/postgresqludfsys/lib_postgresqludf_sys/Makefile
Normal file
@@ -0,0 +1,4 @@
|
||||
LIBDIR=/usr/lib
|
||||
|
||||
install:
|
||||
gcc -Wall -I/usr/include/postgresql/8.3/server -I. -shared lib_postgresqludf_sys.c -o $(LIBDIR)/lib_postgresqludf_sys.so
|
||||
Reference in New Issue
Block a user