File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
- " " "
3
+ : '
4
4
cat > .git/hooks/post-commit << EOF
5
5
#!/bin/bash
6
6
7
7
source ./extra/shutils/postcommit-hook.sh
8
8
EOF
9
9
10
10
chmod +x .git/hooks/post-commit
11
- " " "
11
+ '
12
12
13
13
SETTINGS=" ../../lib/core/settings.py"
14
14
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
- " " "
3
+ : '
4
4
cat > .git/hooks/pre-commit << EOF
5
5
#!/bin/bash
6
6
7
7
source ./extra/shutils/precommit-hook.sh
8
8
EOF
9
9
10
10
chmod +x .git/hooks/pre-commit
11
- " " "
11
+ '
12
12
13
13
PROJECT=" ../../"
14
14
SETTINGS=" ../../lib/core/settings.py"
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.12.9 "
22
+ VERSION = "1.2.12.10 "
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 @@ -49,7 +49,7 @@ c8c386d644d57c659d74542f5f57f632 lib/core/patch.py
49
49
0c3eef46bdbf87e29a3f95f90240d192 lib/core/replication.py
50
50
a7db43859b61569b601b97f187dd31c5 lib/core/revision.py
51
51
fcb74fcc9577523524659ec49e2e964b lib/core/session.py
52
- e71aea1aff5751fdcdc97ba63973a603 lib/core/settings.py
52
+ 7535ff33c85d9b886f9e631dc0158cb9 lib/core/settings.py
53
53
a971ce157d04de96ba6e710d3d38a9a8 lib/core/shell.py
54
54
a7edc9250d13af36ac0108f259859c19 lib/core/subprocessng.py
55
55
52642badbbca4c31a2fcdd754d67a983 lib/core/target.py
You can’t perform that action at this time.
0 commit comments