Spencer McIntyre 8d4142a8c7 Fix the save command when dns_feature is disabled 5 months ago
..
anemone c3445ccb6f respect `ssl_version` in crawler 2 years ago
metasploit d7f2ed4e4a Bump version of framework to 6.3.51 5 months ago
msf 8d4142a8c7 Fix the save command when dns_feature is disabled 5 months ago
msfdb_helpers 723557365a Improve stability of msfdb initialization on windows environments 8 months ago
net 560f668906 Fix net-ssh lib now requiring ssh key type 6 months ago
postgres d11f15b9af Update gem dependencies 8 months ago
rabal d64ed33cdf code spell for a bunch of modules 8 months ago
rbmysql 4a76371b01 Fix broken mysql_authbypass_hashdump module 10 months ago
rex 5f396245f2 Land #18539, Add Smb session type 6 months ago
rubocop 61f70e09f6 detect invalid Pack/Unpack directives 10 months ago
snmp f69b4a330e handle Ruby 2.4 Fixnum/Bignum -> Integer deprecations 7 years ago
sqlmap b47305ba4a Merge branch 'sqlmap_plugin_json_parse_issue' of https://github.com/void-in/metasploit-framework into sqlmap_plugin_json_parse_issue 9 years ago
tasks dbef4ee816 kill cucumber in framework 7 years ago
telephony 7e5e0f7fc8 Retab lib 10 years ago
README.md e5c636f931 Move folder descriptions into README.md files 1 year ago
anemone.rb f457ccb8f7 Add the crawler mixin and a sample form extractor crawler 13 years ago
enumerable.rb 7e5e0f7fc8 Retab lib 10 years ago
expect.rb ee80e9eb34 Vendor the stdlib `expect` for Windows sockets 4 years ago
msf.rb c61ef79f86 minor adjustments for scopes 3 years ago
msf_autoload.rb 52971ad2f6 Autoload Metasploit Payloads Gem 5 months ago
msfenv.rb acf23e9c61 Sets `config.eager_load` to false for production envs 1 year ago
postgres_msf.rb d656e3185f Mark all libraries as defaulting to 8-bit strings 12 years ago
rbmysql.rb d64ed33cdf code spell for a bunch of modules 8 months ago
rex.rb 319f15d938 Handle nil versions for rubygems 4 3 years ago
robots.rb b95be3ed10 Zeitwerk `rex` folder 3 years ago
snmp.rb 6b5893f1f0 Import the ruby snmp library into the tree. Making a few adjustments to make it msf-friendly 15 years ago
telephony.rb a11df5fbbf Added missing telephony.rb 15 years ago
windows_console_color_support.rb c9b6c05eab Fix improper use of host-endian or signed pack/unpack 10 years ago

README.md

This is where all of the libraries and mixins of Metasploit live. Generally speaking any code that will be reused across multiple modules will be placed into a library or mixin which will then be placed under this folder.