File tree 9 files changed +10
-10
lines changed
9 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
1
COPYING -- Describes the terms under which sqlmap is distributed. A copy
2
2
of the GNU General Public License (GPL) is appended to this file.
3
3
4
- sqlmap is (C) 2006-2017 Bernardo Damele Assumpcao Guimaraes, Miroslav Stampar.
4
+ sqlmap is (C) 2006-2018 Bernardo Damele Assumpcao Guimaraes, Miroslav Stampar.
5
5
6
6
This program is free software; you may redistribute and/or modify it under
7
7
the terms of the GNU General Public License as published by the Free
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ cat > $TMP_DIR/setup.py << EOF
16
16
#!/usr/bin/env python
17
17
18
18
"""
19
- Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/)
19
+ Copyright (c) 2006-2018 sqlmap developers (http://sqlmap.org/)
20
20
See the file 'LICENSE' for copying permission
21
21
"""
22
22
@@ -60,7 +60,7 @@ cat > sqlmap/__init__.py << EOF
60
60
#!/usr/bin/env python
61
61
62
62
"""
63
- Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/)
63
+ Copyright (c) 2006-2018 sqlmap developers (http://sqlmap.org/)
64
64
See the file 'LICENSE' for copying permission
65
65
"""
66
66
Original file line number Diff line number Diff line change 19
19
from lib .core .enums import OS
20
20
21
21
# sqlmap version (<major>.<minor>.<month>.<monthly commit>)
22
- VERSION = "1.2.1.2 "
22
+ VERSION = "1.2.1.3 "
23
23
TYPE = "dev" if VERSION .count ('.' ) > 2 and VERSION .split ('.' )[- 1 ] != '0' else "stable"
24
24
TYPE_COLORS = {"dev" : 33 , "stable" : 90 , "pip" : 34 }
25
25
VERSION_STRING = "sqlmap/%s#%s" % ('.' .join (VERSION .split ('.' )[:- 1 ]) if VERSION .count ('.' ) > 2 and VERSION .split ('.' )[- 1 ] == '0' else VERSION , TYPE )
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ ffa5f01f39b17c8d73423acca6cfe86a lib/core/readlineng.py
46
46
0c3eef46bdbf87e29a3f95f90240d192 lib/core/replication.py
47
47
a7db43859b61569b601b97f187dd31c5 lib/core/revision.py
48
48
fcb74fcc9577523524659ec49e2e964b lib/core/session.py
49
- fc10d4d9bb86675d3ae64aada8999a40 lib/core/settings.py
49
+ 8530b06f38feeb8e696f2635db9f55a5 lib/core/settings.py
50
50
d0adc28a38e43a787df4471f7f027413 lib/core/shell.py
51
51
63491be462c515a1a3880c27c2acc4a2 lib/core/subprocessng.py
52
52
505aaa61e1bba3c3d4567c3e667699e3 lib/core/target.py
Original file line number Diff line number Diff line change 1
- # Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/)
1
+ # Copyright (c) 2006-2018 sqlmap developers (http://sqlmap.org/)
2
2
# See the file 'LICENSE' for copying permission
3
3
4
4
id
Original file line number Diff line number Diff line change 1
- # Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/)
1
+ # Copyright (c) 2006-2018 sqlmap developers (http://sqlmap.org/)
2
2
# See the file 'LICENSE' for copying permission
3
3
4
4
[Banners]
Original file line number Diff line number Diff line change 1
- # Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/)
1
+ # Copyright (c) 2006-2018 sqlmap developers (http://sqlmap.org/)
2
2
# See the file 'LICENSE' for copying permission
3
3
4
4
users
Original file line number Diff line number Diff line change 1
- # Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/)
1
+ # Copyright (c) 2006-2018 sqlmap developers (http://sqlmap.org/)
2
2
# See the file 'LICENSE' for copying permission
3
3
4
4
# SQL-92 keywords (reference: http://developer.mimer.com/validator/sql-reserved-words.tml)
Original file line number Diff line number Diff line change 1
- # Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/)
1
+ # Copyright (c) 2006-2018 sqlmap developers (http://sqlmap.org/)
2
2
# See the file 'LICENSE' for copying permission
3
3
4
4
# Opera
You can’t perform that action at this time.
0 commit comments