View Issue Details

IDProjectCategoryView StatusLast Update
0001080Kali LinuxKali Package Bugpublic2014-03-07 20:55
Reportermuts Assigned Tomuts  
PrioritynormalSeverityminorReproducibilityhave not tried
Status resolvedResolutionfixed 
Product Version1.0.7 
Fixed in Version1.0.7 
Summary0001080: SQLMap missing binary UDF files
Description

SQLMap missing binary UDF files

root@kali:~# ls -l /usr/share/sqlmap/udf/postgresql/linux/32/9.1/
total 0

Activities

muts

muts

2014-03-07 15:42

reporter   ~0001598

Last edited: 2014-03-07 15:42

Rules file contains:

cp -r doc lib plugins shell txt xml extra procs tamper thirdparty udf debian/sqlmap/usr/share/sqlmap/

Git repo has :

muts@kali:~/sqlmap$ find udf/ -name *.so
udf/mysql/linux/64/lib_mysqludf_sys.so
udf/mysql/linux/32/lib_mysqludf_sys.so
udf/postgresql/linux/64/9.0/lib_postgresqludf_sys.so
udf/postgresql/linux/64/8.3/lib_postgresqludf_sys.so
udf/postgresql/linux/64/8.4/lib_postgresqludf_sys.so
udf/postgresql/linux/64/8.2/lib_postgresqludf_sys.so
udf/postgresql/linux/32/9.0/lib_postgresqludf_sys.so
udf/postgresql/linux/32/8.3/lib_postgresqludf_sys.so
udf/postgresql/linux/32/8.4/lib_postgresqludf_sys.so
udf/postgresql/linux/32/9.1/lib_postgresqludf_sys.so
udf/postgresql/linux/32/8.2/lib_postgresqludf_sys.so

Build log shows:

drwxr-xr-x root/root 0 2014-03-07 15:38 ./usr/share/sqlmap/udf/
drwxr-xr-x root/root 0 2014-03-07 15:38 ./usr/share/sqlmap/udf/postgresql/
drwxr-xr-x root/root 0 2014-03-07 15:38 ./usr/share/sqlmap/udf/postgresql/linux/
drwxr-xr-x root/root 0 2014-03-07 15:38 ./usr/share/sqlmap/udf/postgresql/linux/32/
drwxr-xr-x root/root 0 2014-03-07 15:38 ./usr/share/sqlmap/udf/postgresql/linux/32/8.3/
drwxr-xr-x root/root 0 2014-03-07 15:38 ./usr/share/sqlmap/udf/postgresql/linux/32/9.0/
drwxr-xr-x root/root 0 2014-03-07 15:38 ./usr/share/sqlmap/udf/postgresql/linux/32/8.4/
drwxr-xr-x root/root 0 2014-03-07 15:38 ./usr/share/sqlmap/udf/postgresql/linux/32/8.2/
drwxr-xr-x root/root 0 2014-03-07 15:38 ./usr/share/sqlmap/udf/postgresql/linux/32/9.1/
...

muts

muts

2014-03-07 20:52

reporter   ~0001600

Last edited: 2014-03-07 20:55

Fixed in sqlmap_1.0+git20140307-0kali1.
The lack of the debian revision ("-0kali1") and of explicit instruction in debian/source/options means that it infers the format (native/not native) from the presence/absence of the debian revision in the version string.

Issue History

Date Modified Username Field Change
2014-03-07 14:57 muts New Issue
2014-03-07 15:42 muts Note Added: 0001598
2014-03-07 15:42 muts Note Edited: 0001598
2014-03-07 15:42 muts Note Edited: 0001598
2014-03-07 20:52 muts Note Added: 0001600
2014-03-07 20:52 muts Status new => closed
2014-03-07 20:52 muts Assigned To => muts
2014-03-07 20:52 muts Resolution open => fixed
2014-03-07 20:52 muts Fixed in Version => 1.0.7
2014-03-07 20:54 muts Note Edited: 0001600
2014-03-07 20:54 muts Status closed => resolved
2014-03-07 20:55 muts Note Edited: 0001600