Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!
adv ex on 5 january 2024
adv ex on 22 February 2024
banner Expire 26 October 2024
Rescator cvv and dump shop
banner expire at 13 May

Yale lodge shop
UniCvv
banner Expire 1 April  2021

Bashter - web crawler, scanner, and analyzer framework

ALBERT

TRUSTED VENDOR
Staff member
Joined
Dec 3, 2020
Messages
1,353
[IMG]

Bashter is a tool for scanning a Web-based Application. Bashter is very suitable for doing Bug Bounty or Penentration Testing. It is designed like a framework so you can easily add a script for detect vulnerability.

For Example

You can add something script like this:

Code:
{BASHTER_HOME}/parts/form/yourscript.bash ${WEB-FULLPATH} ${WEB-SOURCECODE}
{BASHTER_HOME}/parts/url/yourscript.bash ${WEB-FULLPATH} ${WEB-SOURCECODE}
{BASHTER_HOME}/parts/header/yourscript.bash ${WEB-FULLPATH} ${WEB-SOURCECODE}
For the sample, you can follow existing scripts.

Disable Script

You only need to change the extension, for example .bash => .xbash.

by Default:

  • Detect Form Input
  • Detect CORS Missconfiguration
  • Detect X-FRAME-OPTIONS missing (Clickjacking Potential)
  • Detect Reflected XSS via URL
  • Detect Reflected XSS via Form


How to Install:

Download Bashter
 
Top Bottom