mirror of
https://github.com/rapid7/metasploit-framework
synced 2024-10-29 18:07:27 +01:00
f457ccb8f7
git-svn-id: file:///home/svn/framework3/trunk@11025 4d416f70-5f16-0410-b530-b9f4589650da
6 lines
143 B
Ruby
6 lines
143 B
Ruby
# Load the Anemone core
|
|
require 'anemone/core'
|
|
|
|
# Overload the HTTP class with a variant that uses Rex::Proto::HTTP
|
|
require 'anemone/rex_http'
|