File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed 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.0.12.9 "
22
+ VERSION = "1.0.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 @@ -110,6 +110,8 @@ def crawlThread():
110
110
threadData .shared .deeper .add (url )
111
111
if re .search (r"(.*?)\?(.+)" , url ):
112
112
threadData .shared .value .add (url )
113
+ except ValueError : # for non-valid links
114
+ pass
113
115
except UnicodeEncodeError : # for non-HTML files
114
116
pass
115
117
finally :
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ e60456db5380840a586654344003d4e6 lib/core/readlineng.py
45
45
b3a62d41a5af6cd7fa733b6227febb0c lib/core/replication.py
46
46
99a2b496b9d5b546b335653ca801153f lib/core/revision.py
47
47
7c15dd2777af4dac2c89cab6df17462e lib/core/session.py
48
- 3112bd43b07ac2ca9c7c50bbb1575e4c lib/core/settings.py
48
+ 904783b704023a9bbf40a3474a1f05ba lib/core/settings.py
49
49
7af83e4f18cab6dff5e67840eb65be80 lib/core/shell.py
50
50
23657cd7d924e3c6d225719865855827 lib/core/subprocessng.py
51
51
c3ace7874a536d801f308cf1fd03df99 lib/core/target.py
@@ -100,7 +100,7 @@ cc9c82cfffd8ee9b25ba3af6284f057e lib/techniques/union/__init__.py
100
100
f5d6884cdeed28281187c111d3e49e3b lib/techniques/union/test.py
101
101
12ce1bb7ee5f1f23f58be12fe9fa8472 lib/techniques/union/use.py
102
102
26c1babc6289fac9056f8b21d10f3bb1 lib/utils/api.py
103
- 8cdc8c1e663c3b92a756fb7b02cc3c02 lib/utils/crawler.py
103
+ 7c94b6c3088b68975d468c86d47b1b03 lib/utils/crawler.py
104
104
84604ae4cf0f31602b412036b51f5dae lib/utils/deps.py
105
105
4dfd3a95e73e806f62372d63bc82511f lib/utils/getch.py
106
106
f71a7b0aec145ba77edd3c4543621fb9 lib/utils/hashdb.py
You can’t perform that action at this time.
0 commit comments