From a5bd57d189693aa3cdf59719b810efad5931cb23 Mon Sep 17 00:00:00 2001 From: Somdev Sangwan Date: Thu, 15 Nov 2018 00:05:57 +0530 Subject: [PATCH] Create CHANGELOG.md --- CHANGELOG.md | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..dcd25b5 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,49 @@ +### 3.0.3 + +- Minor bug fixes +- Proxy Support +- Blind XSS support +- Detection of up to 66 WAFs + +### 3.0.2 + +- Ability to bruteforce payloads from a file +- Verbose output toggle +- Payload encoding: base64 +- Handle MemoryError in DOM scanner +- Fixed a bug in bruteforcer + +### 3.0.1 + +- Fixed poc generation +- Better multi js context injection +- Better wrong content type handling +- Handle high variance of context breakers +- Better efficiency check +- Fixed update mechanism +- Added license +- Added --skip switch +- Ignore SSL certificates + +### 3.0.0 + +Production ready stable release with no known bugs + +### 3.0-rc-1 + +- Removed redundant code & imports +- Disable colors in windows and mac +- Fixed user-agent overriding +- Handle wrong content type +- Multi-thread scanning +- Rewritten JavaScript parser to be more accurate +- Handle dynamic number of reflections +- Better regex for locating DOM sources +- Fixed a bug in DOM scanning while crawling +- Flexible crawling with ability to specify threads, depth +- Treat html entity and slash escaping differently +- Other minor bug fixes + +### 3.0-beta + +Intial beta release for public testing