File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
1313### Removed
1414- standalone/Run report.js - no longer working, the old/deprecated class that it used was removed.
1515
16+ ### Fixed
17+ - active/User defined attacks.js - correctly escape dot character in some evidence strings.
18+
1619## [ 15] - 2022-10-02
1720### Added
1821- active/RCE.py
Original file line number Diff line number Diff line change @@ -33,8 +33,8 @@ var evidence = [
3333 "ADODB.Field error" ,
3434 "An illegal character has been found in the statement" ,
3535 "An unexpected token .* was found" ,
36- "ASP\.NET is configured to show verbose error messages" ,
37- "ASP\.NET_SessionId" ,
36+ "ASP\\ .NET is configured to show verbose error messages" ,
37+ "ASP\\ .NET_SessionId" ,
3838 "Custom Error Message" ,
3939 "database error" ,
4040 "DB2 Driver" ,
You can’t perform that action at this time.
0 commit comments