zaproxy: No Way to Specify Custom 404
What steps will reproduce the problem?
1. Scan something that returns custom a 302 to a custom 404 error message.
What is the expected output? What do you see instead?
Lots of False positives, especially when it comes to default files.
What version of the product are you using? On what operating system?
1.0.0. OS doesn't matter.
Please provide any additional information below.
Original issue reported on code.google.com by
logicalgambit
on 2010-10-06 16:13:56
Part 1
- Initial implementation - https://github.com/zaproxy/zaproxy/pull/3638
- Analyzer fallback - https://github.com/zaproxy/zaproxy/pull/6194
- UnitTests - https://github.com/zaproxy/zaproxy/pull/6232, https://github.com/zaproxy/zaproxy/pull/6245, https://github.com/zaproxy/zaproxy/pull/6310
- Update User Guide / zap-core-help - https://github.com/zaproxy/zap-core-help/pull/335
Part 2
- pscan rules adapted (When targeting 2.10.0) - https://github.com/zaproxy/zap-extensions/pull/2616, https://github.com/zaproxy/zap-extensions/pull/2627 https://github.com/zaproxy/zap-extensions/pull/2630
- ascan rules adapted (When targeting 2.10.0) - https://github.com/zaproxy/zap-extensions/pull/2639 https://github.com/zaproxy/zap-extensions/pull/2642
About this issue
- Original URL
- State: closed
- Created 9 years ago
- Comments: 17 (16 by maintainers)
Commits related to this issue
- Custom Pages Initial #9 Make the logger constant full caps where applicable. Add a view API endpoint for CustomPageTypes. Beging adding an enum for CustomPageContentType. (Maybe i18n strings would be... — committed to kingthorin/zaproxy by kingthorin 8 years ago
- Custom Pages Initial #9 Make the logger constant full caps where applicable. Add a view API endpoint for CustomPageTypes. Beging adding an enum for CustomPageContentType. (Maybe i18n strings would be... — committed to kingthorin/zaproxy by kingthorin 8 years ago
- Custom Pages Initial #9 Make the logger constant full caps where applicable. Add a view API endpoint for CustomPageTypes. Beging adding an enum for CustomPageContentType. (Maybe i18n strings would be... — committed to kingthorin/zaproxy by kingthorin 8 years ago
- Custom Pages Initial #9 Make the logger constant full caps where applicable. Add a view API endpoint for CustomPageTypes. Beging adding an enum for CustomPageContentType. (Maybe i18n strings would be... — committed to kingthorin/zaproxy by kingthorin 8 years ago
- Custom Pages Initial #9 Make the logger constant full caps where applicable. Add a view API endpoint for CustomPageTypes. Beging adding an enum for CustomPageContentType. (Maybe i18n strings would be... — committed to kingthorin/zaproxy by kingthorin 8 years ago
- Custom Pages Initial #9 Make the logger constant full caps where applicable. Add a view API endpoint for CustomPageTypes. Beging adding an enum for CustomPageContentType. (Maybe i18n strings would be... — committed to kingthorin/zaproxy by kingthorin 8 years ago
- Custom Pages Initial #9 Make the logger constant full caps where applicable. Add a view API endpoint for CustomPageTypes. Beging adding an enum for CustomPageContentType. (Maybe i18n strings would be... — committed to kingthorin/zaproxy by kingthorin 8 years ago
- Custom Pages Initial #9 Make the logger constant full caps where applicable. Add a view API endpoint for CustomPageTypes. Beging adding an enum for CustomPageContentType. (Maybe i18n strings would be... — committed to kingthorin/zaproxy by kingthorin 8 years ago
- Custom Pages Initial #9 Make the logger constant full caps where applicable. Add a view API endpoint for CustomPageTypes. Beging adding an enum for CustomPageContentType. (Maybe i18n strings would be... — committed to kingthorin/zaproxy by kingthorin 8 years ago
- Custom Pages Initial #9 Make the logger constant full caps where applicable. Add a view API endpoint for CustomPageTypes. Beging adding an enum for CustomPageContentType. (Maybe i18n strings would be... — committed to kingthorin/zaproxy by kingthorin 8 years ago
- Initial CustomPages Implementation All the "gutts" of the solution for other components to take advantage of. See zaproxy/zaproxy#9 — committed to kingthorin/zaproxy by kingthorin 8 years ago
- Initial CustomPages Implementation All the "gutts" of the solution for other components to take advantage of. See zaproxy/zaproxy#9 — committed to kingthorin/zaproxy by kingthorin 8 years ago
- Initial CustomPages Implementation All the "gutts" of the solution for other components to take advantage of. See zaproxy/zaproxy#9 — committed to kingthorin/zaproxy by kingthorin 8 years ago
- Initial CustomPages Implementation All the "gutts" of the solution for other components to take advantage of. See zaproxy/zaproxy#9 — committed to kingthorin/zaproxy by kingthorin 8 years ago
- Initial CustomPages Implementation All the "gutts" of the solution for other components to take advantage of. See zaproxy/zaproxy#9 — committed to kingthorin/zaproxy by kingthorin 8 years ago
- Initial CustomPages Implementation All the "gutts" of the solution for other components to take advantage of. See zaproxy/zaproxy#9 — committed to kingthorin/zaproxy by kingthorin 8 years ago
- Initial CustomPages Implementation All the "gutts" of the solution for other components to take advantage of. See zaproxy/zaproxy#9 — committed to kingthorin/zaproxy by kingthorin 8 years ago
- Initial CustomPages Implementation All the "gutts" of the solution for other components to take advantage of. Added types "Not Found" and "Other" to make the implementation more generic. See zaproxy... — committed to kingthorin/zaproxy by kingthorin 8 years ago
- Initial CustomPages Implementation All the "gutts" of the solution for other components to take advantage of. Added types "Not Found" and "Other" to make the implementation more generic. See zaproxy... — committed to kingthorin/zaproxy by kingthorin 8 years ago
- Merge pull request #9 from psiinon/master First version of quick start launch file — committed to psiinon/zaproxy by thc202 7 years ago
The user guide will have to be updated to document the new functionality, added a task.