From 0b5f5a13ac1aff30e67f858d43d31918d44a6a77 Mon Sep 17 00:00:00 2001 From: Rob Fuller Date: Fri, 19 Oct 2018 13:10:55 -0400 Subject: [PATCH] specify dependencies --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index b9bb03e..81b6fb2 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,13 @@ Chameleon is a tool which assists red teams in categorising their infrastructure under arbitrary categories. Currently, the tool supports arbitrary categorisation for Bluecoat, McAfee Trustedsource and IBM X-Force. However, the tool is designed in such a way that additional proxies can be added with ease. +# Dependencies + +- Beautiful Soup 4 +- Requests + +Install: `pip install beautifulsoup4 requests` + # Usage ```