CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
rapid7

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.

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