Skip to content

Commit

Permalink
fix ref
Browse files Browse the repository at this point in the history
  • Loading branch information
h00die committed Jan 15, 2025
1 parent 7a2eccc commit d21a222
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/msf/base/serializer/readable_text.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def self.dump_module(mod, indent = ' ')
return dump_post_module(mod, indent)
when Msf::MODULE_EVASION
return dump_evasion_module(mod, indent)
when MODULE_PERSISTENCE
when Msf::MODULE_PERSISTENCE
return dump_persistence_module(mod, indent)
else
return dump_generic_module(mod, indent)
Expand Down

0 comments on commit d21a222

Please sign in to comment.