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 26cb082 commit 73e713cCopy full SHA for 73e713c
2 files changed
extra/dbgtool/dbgtool.py
@@ -32,7 +32,7 @@
32
from optparse import OptionParser
33
34
35
-def convert(inputFile, outputFile):
+def convert(inputFile):
36
fileStat = os.stat(inputFile)
37
fileSize = fileStat.st_size
38
@@ -81,7 +81,7 @@ def main(inputFile, outputFile):
81
print 'ERROR: the provided input file \'%s\' is not a regular file' % inputFile
82
sys.exit(1)
83
84
- script = convert(inputFile, outputFile)
+ script = convert(inputFile)
85
86
if outputFile:
87
fpOut = open(outputFile, 'w')
extra/msfauxmod/README.txt
@@ -76,3 +76,7 @@ SQLMAP: [*] shutting down at: 16:23:21
76
SQLMAP:
77
[*] Auxiliary module execution completed
78
msf auxiliary(wmap_sqlmap) >
79
+
80
+Happy hacking!
+Bernardo Damele A. G. <[email protected]>
0 commit comments