mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
code cleanup
This commit is contained in:
parent
b38bd1e7fd
commit
4e909a2a05
2 changed files with 2 additions and 1 deletions
|
|
@ -519,7 +519,7 @@ class Metasploit:
|
|||
timeout = time.time() - start_time > METASPLOIT_SESSION_TIMEOUT
|
||||
|
||||
if not initialized:
|
||||
match = re.search("session ([\d]+) opened", out)
|
||||
match = re.search("Meterpreter session ([\d]+) opened", out)
|
||||
|
||||
if match:
|
||||
self._loadMetExtensions(proc, match.group(1))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue