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 ```