Skip to content

Commit 518242c

Browse files
committed
Land rapid7#2990 - Fix enum_configs
Fix bug: undefined local variable or method `get_sysinfo
2 parents 71b7b1a + b2ea257 commit 518242c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/post/linux/gather/enum_configs.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77

88
class Metasploit3 < Msf::Post
99

10+
include Msf::Post::Linux::System
11+
1012
def initialize(info={})
1113
super( update_info( info,
1214
'Name' => 'Linux Gather Configurations',

0 commit comments

Comments
 (0)