-
Notifications
You must be signed in to change notification settings - Fork 209
Advanced Usage
Infected Drake edited this page Nov 17, 2018
·
18 revisions
XSRFProbe is a toolkit intended to be highly flexible and customisable. Everything the scanner does can be controlled via the config.py
configuration file.
XSRFProbe has various checks for detecting whether an endpoint is vulnerable to CSRF attacks.
Following are the various checks XSRFProbe executes before declaring any endpoint as vulnerable.
- Origin Based Checks - Checks on whether the site validates Cross-Origin requests.
- Referer Based Checks - Checks on whether the site validates Referer-based requests.
- Origin Based Checks - Checks whther the site validates Origin-based requests.
Last Updated — 31/10/2019 by @0xInfection
- Home Welcome to XSRFProbe!
- Getting Started Getting started and setting up XSRFProbe.
- General Usage Basic usage of XSRFProbe.
- Advanced Usage Useful for advanced users who know what they're doing.
- XSRFProbe Internals How XSRFProbe works, intended for developers.
- Some FAQs Some discussions on topics which a user should understand.
- Contributing Making new pull requests.
- Reporting Bugs Issuing new bugs to XSRFProbe.