Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 292c1dc

Browse files
committed
Adding missing so libraries for PgSQL
1 parent 77e1b99 commit 292c1dc

8 files changed

Lines changed: 4 additions & 1 deletion

File tree

2.58 KB
Binary file not shown.
2.58 KB
Binary file not shown.
2.58 KB
Binary file not shown.
2.57 KB
Binary file not shown.
2.57 KB
Binary file not shown.
2.57 KB
Binary file not shown.

extra/shutils/strip.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
# http://www.muppetlabs.com/~breadbox/software/elfkickers.html
55
# https://ptspts.blogspot.hr/2013/12/how-to-make-smaller-c-and-c-binaries.html
66

7+
# https://github.com/BR903/ELFkickers/tree/master/sstrip
8+
# https://www.ubuntuupdates.org/package/core/cosmic/universe/updates/postgresql-server-dev-10
9+
710
# For example:
811
# python ../../../../../extra/cloak/cloak.py -d -i lib_postgresqludf_sys.so_
912
# ../../../../../extra/shutils/strip.sh lib_postgresqludf_sys.so

lib/core/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
from thirdparty.six import unichr as _unichr
1919

2020
# sqlmap version (<major>.<minor>.<month>.<monthly commit>)
21-
VERSION = "1.3.6.17"
21+
VERSION = "1.3.6.18"
2222
TYPE = "dev" if VERSION.count('.') > 2 and VERSION.split('.')[-1] != '0' else "stable"
2323
TYPE_COLORS = {"dev": 33, "stable": 90, "pip": 34}
2424
VERSION_STRING = "sqlmap/%s#%s" % ('.'.join(VERSION.split('.')[:-1]) if VERSION.count('.') > 2 and VERSION.split('.')[-1] == '0' else VERSION, TYPE)

0 commit comments

Comments
 (0)