mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
Minor patch
This commit is contained in:
parent
b6206692e0
commit
90329a8b01
3 changed files with 6 additions and 6 deletions
|
|
@ -50,7 +50,7 @@ class Google(object):
|
|||
conn = self.opener.open("http://www.google.com/ncr")
|
||||
conn.info() # retrieve session cookie
|
||||
except Exception, ex:
|
||||
errMsg = "unable to connect to Google ('%s')" % ex
|
||||
errMsg = "unable to connect to Google ('%s')" % ex.message
|
||||
raise SqlmapConnectionException(errMsg)
|
||||
|
||||
def search(self, dork):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue