summarylogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorKr1ss2021-05-10 16:18:51 +0200
committerKr1ss2021-05-10 16:18:51 +0200
commitc6d6f904d939a93d5b7dd586984a9aadfd3348ab (patch)
tree1811b5ada7b3586680d1afdc6de098411644bacc /CHANGELOG.md
parent6fac1bfccba5afdf7cc917af2fff02c5447cb11a (diff)
downloadaur-c6d6f904d939a93d5b7dd586984a9aadfd3348ab.tar.gz
update changelog
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)
---------