Fixes an issue where mysql_payload would crash agaisnt
unsupported arch. Due to a bad var name [Fixes #29957453]unstable
parent
17943c7a48
commit
0b41d0f77d
|
@ -173,7 +173,7 @@ module Exploit::Remote::MYSQL
|
|||
print_error "Cannot determine target's architecture"
|
||||
return false
|
||||
else
|
||||
print_error "Target is an incompatible architecture: #{res}"
|
||||
print_error "Target is an incompatible architecture: #{arch}"
|
||||
return false
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue