Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e27f590 commit 5d7e178Copy full SHA for 5d7e178
2 files changed
extra/icmpsh/icmpsh-s.c
@@ -203,8 +203,6 @@ int main(int argc, char **argv)
203
PROCESS_INFORMATION pi;
204
int status;
205
unsigned int max_data_size;
206
- struct hostent *he;
207
-
208
209
// set defaults
210
target = 0;
lib/core/settings.py
@@ -19,7 +19,7 @@
19
from lib.core.revision import getRevisionNumber
20
21
# sqlmap version (<major>.<minor>.<month>.<monthly commit>)
22
-VERSION = "1.0.5.9"
+VERSION = "1.0.5.10"
23
REVISION = getRevisionNumber()
24
STABLE = VERSION.count('.') <= 2
25
VERSION_STRING = "sqlmap/%s#%s" % (VERSION, "stable" if STABLE else "dev")
0 commit comments