Working with XSRFProbe Tool on Kali Linux OS

Example/Usage: Main URL to test

xsrfprpbe -u http://www.w3wiki.org

Testing on the w3wiki.org domain is been started successfully.

The tool is checking for Referrer-based Request Validation on w3wiki.org.

Now in the below screenshot, you can see that tool is been checking for Origin Based Request Validation.

All the output logs are been saved in the output directory.

We are displaying the vulnerabilities.log file which has some crucial information about the scan.


XSRFProbe – CSRF Audit and Exploitation Toolkit

Cross-Site Request Forgery (CSRF) is an attack that causes certified users to raise a request to a Web application against which they are currently certified. XSRFProbe tool is an advanced and automated cyber security tool that can detect CSRF vulnerabilities in the target web application. This tool is developed in the Python Language and is also available on the GitHub platform. We get the detailed output in the form of documents that contains all the logs and the crucial information regarding our scan.

Note: Make Sure You have Python Installed on your System, as this is a python-based tool. Click to check the Installation process: Python Installation Steps on Linux

Similar Reads

Installation of XSRFProbe Tool on Kali Linux OS

Step 1: Use the following command to install the tool in your Kali Linux operating system....

Working with XSRFProbe Tool on Kali Linux OS

Example/Usage: Main URL to test...

Contact Us