Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 73e713c

Browse files
committed
Minor adjustments
1 parent 26cb082 commit 73e713c

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

extra/dbgtool/dbgtool.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
from optparse import OptionParser
3333

3434

35-
def convert(inputFile, outputFile):
35+
def convert(inputFile):
3636
fileStat = os.stat(inputFile)
3737
fileSize = fileStat.st_size
3838

@@ -81,7 +81,7 @@ def main(inputFile, outputFile):
8181
print 'ERROR: the provided input file \'%s\' is not a regular file' % inputFile
8282
sys.exit(1)
8383

84-
script = convert(inputFile, outputFile)
84+
script = convert(inputFile)
8585

8686
if outputFile:
8787
fpOut = open(outputFile, 'w')

extra/msfauxmod/README.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,3 +76,7 @@ SQLMAP: [*] shutting down at: 16:23:21
7676
SQLMAP:
7777
[*] Auxiliary module execution completed
7878
msf auxiliary(wmap_sqlmap) >
79+
80+
81+
Happy hacking!
82+
Bernardo Damele A. G. <[email protected]>

0 commit comments

Comments
 (0)