v3.6-stable
- Fixed: Multiple bug-fixes regarding several reported unhandled exceptions.
- Revised: Improvements regarding dynamic code evaluation heuristic check.
- Revised: Minor improvement regarding session handler.
- Revised: Minor improvement regarding
--wizard
option. - Added: New tamper script "printf2echo.py" that replaces the printf-based ASCII to Decimal
printf "%d" "'$char'"
withecho -n $char | od -An -tuC | xargs
. - Revised: Minor improvement regarding parsing HTTP requests through HTTP proxy (i.e.
--proxy
option). - Revised: Minor improvement regarding handling HTTP Error 401 (Unauthorized).
Note: For more check the detailed changeset.