CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
rapid7

CoCalc provides the best real-time collaborative environment for Jupyter Notebooks, LaTeX documents, and SageMath, scalable from individual users to large groups and classes!

GitHub Repository: rapid7/metasploit-framework
Path: blob/master/lib/anemone.rb
Views: 1903
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