Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
rapid7
GitHub Repository: rapid7/metasploit-framework
Path: blob/master/lib/anemone.rb
21463 views
1
# Load the Anemone core
2
require 'anemone/core'
3
4
# Overload the HTTP class with a variant that uses Rex::Proto::HTTP
5
require 'anemone/rex_http'
6
7