IABSD.fr/ports/security/wfuzz

Branch :


Log

Author Commit Date CI Message
c6b3a75f 2023-03-16 12:20:10 fix version spec to unbreak build; newer py-wheel has a tighter check. reported by aja
1497c50b 2022-11-25 19:30:34 use MODPY_PYBUILD
1427b990 2022-11-13 15:29:41 bump for MODPY_DEFAULT_VERSION_3 change
8c0294c2 2022-03-11 19:53:16 drop RCS Ids
29389da4 2021-11-02 00:02:15 bump REVISION for switch from Python 3.8 -> 3.9
3cbe1c2f 2021-02-23 19:39:08 Reverse the polarity of MODPY_VERSION; default is now 3.x, if a port needs 2.x then set MODPY_VERSION=${MODPY_DEFAULT_VERSION_2}. This commit doesn't change any versions currently used; it may be that some ports have MODPY_DEFAULT_VERSION_2 but don't require it, those should be cleaned up in the course of updating ports where possible. Python module ports providing py3-* packages should still use FLAVOR=python3 so that we don't have a mixture of dependencies some using ${MODPY_FLAVOR} and others not.
b096a4ab 2020-12-02 11:55:14 import wfuzz: Wfuzz has been created to facilitate the task in web applications assessments and it is based on a simple concept: it replaces any reference to the FUZZ keyword by the value of a given payload. A payload in Wfuzz is a source of data. This simple concept allows any input to be injected in any field of an HTTP request, allowing to perform complex web security attacks in different web application components such as: parameters, authentication, forms, directories/files, headers, etc.