OWASP¶
CM-008¶
OWASP-CM-008 tests the HTTP methods of a website that are available.
Parser¶
synopsis: | Specialized ptp.libptp.parser.AbstractParser classes for the tool OWASP-CM-008. |
---|
-
class
ptp.tools.owasp.cm008.parser.
OWASPCM008Parser
(pathname='./', filename='*', light=False, first=True)[source]¶ OWASPCM008 specialized parser.
-
__tool__
= 'owasp-cm-008'¶
-
classmethod
is_mine
(pathname, filename='*', light=True, first=False)[source]¶ Check if it can handle the report file.
Parameters: Raises: - IOError – when the report file cannot be found.
- OSError – when the report file cannot be found.
Returns: True if it supports the report, False otherwise.
Return type:
-
Signatures¶
synopsis: | OWASP-CM-008 does not provide ranking for the HTTP allowed methods it has found. This file tries to define a ranking for each possible method. |
---|