summarylogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 066e88745095..ca9bc08486a4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,14 +2,19 @@
Currently working...
---------
-- Fixed critical bugs from v0.4.1 (IMPORTANT)
+- Fixed critical bugs from v0.4.1
- Exclude responses by redirects
- URLs from STDIN
- Fixed the CSV Injection vulnerability (https://www.exploit-db.com/exploits/49370)
- Raw request supported
- Can setup the default URL scheme (will be used when there is no scheme in the URL)
-- Option to skip target by specified status codes
- Added max-runtime option
+- Recursion on specified status codes
+- Max request rate
+- Support basic authentication
+- Deep recursive scan
+- Option to force recurse on all found paths (not just the ones end with /)
+- Option to skip target by specified status codes
v0.4.1 (2020.12.8)
---------