mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-29 02:49:01 +00:00
code cleanup
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user