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/docs/MODIFIED.txt
Views: 1904
1
This snapshot of Anemone has been modified for use within the Metasploit Framework
2
3
* Extract links from additional elements in page.links()
4
* Insert a callback to use a custom Net::HTTP factory
5
* Insert a callback to tweak HTTP requests before they are sent
6
* Addition of core.shutdown() to stop all background threads
7
* Addition of a Rex::Proto::HTTP version of anemone/http
8
* Handle Rex::Proto::HTTP headers (not arrays)
9
* Disable freeze_options() since it can recurse into the framework/module options
10
* Addition of a page.request accessor to store the associated raw request
11
12