This website requires JavaScript.
Explore
Help
Register
Sign In
infosecn1nja
/
metasploit-framework
mirror of
https://github.com/infosecn1nja/metasploit-framework.git
Watch
1
Star
0
Fork
You've already forked metasploit-framework
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
8e570cc19b
metasploit-framework
/
lib
/
msf
/
core
/
modules.rb
5 lines
92 B
Ruby
Raw
Normal View
History
Unescape
Escape
Add 'coding: binary' to all msf/rex library files This fixes a huge number of hard-to-detect runtime bugs that occur when a default utf-8 string from one of these libraries is passed into a method expecting ascii-8bit
2014-08-17 22:31:53 +00:00
# -*- coding: binary -*-
Refactor Msf::ModuleManager [Fixes #36737359] Refactor Msf::ModuleManager into concerns so its easier to understand and duplicate code can be made DRY. The refactoring also ensures that when loading from directories, Fastlibs, or reloading, the wrapper module will always be named so that activesupport/dependencies will function.
2012-10-01 18:09:30 +00:00
# Namespace for loading Metasploit modules
module
Msf::Modules
end