heart Posts from the community...
Story
@arth_kumar11 shared a post, 1 year, 9 months ago
Author

Explaining DirBuster

DirBuster is a file/directory penetration testing tool with a Graphic User Interface (GUI) that is used to brute force directories and file names on web application servers.

Story
@arth_kumar11 shared a post, 1 year, 9 months ago
Author

Making a SQL Scanner In Python

Learn how to build a simple Python script to detect SQL injection vulnerability in web applications.

SQL Injection
Story
@arth_kumar11 shared a post, 1 year, 9 months ago
Author

Making an XSS Scanner In Python

As you may see, the XSS vulnerability is successfully detected, now this code isn't perfect for any XSS vulnerable website, if you want to detect XSS for a specific website, you may need to refactor this code for your needs. The goal of this tutorial is to make you aware of this kind of attack ..