mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
added support for displaying revision number at unhandled exception message
This commit is contained in:
parent
9a7fd29d4f
commit
264e0a6fda
4 changed files with 45 additions and 2 deletions
|
|
@ -431,7 +431,7 @@ class Dump:
|
|||
self.dbTableColumns(printDbs)
|
||||
|
||||
def query(self, query, queryRes):
|
||||
self.string(query, queryRes)
|
||||
self.string(query, queryRes)
|
||||
|
||||
def rFile(self,filePath,fileData):
|
||||
self.string("%s file saved to" % filePath,fileData,sort=False)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue