1
mirror of https://github.com/rapid7/metasploit-framework synced 2024-09-25 10:48:31 +02:00
metasploit-framework/lib/anemone.rb
HD Moore f457ccb8f7 Add the crawler mixin and a sample form extractor crawler
git-svn-id: file:///home/svn/framework3/trunk@11025 4d416f70-5f16-0410-b530-b9f4589650da
2010-11-13 06:40:56 +00:00

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'