Welcome!

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

SignUp Now!
banner Expire 25 April 2025
adv ex on 22 February 2024
BidenCash Shop
adv exp at 10 October
banner expire at 13 August 2024
Money Club cc shop
Kfc Club
Ad End 4 April 2026
Luki Crown
Wizard's shop 2.0
Trump cc shop
Blackstash cc shop
Patrick Stash
DarkHIve
adv ex on 22 February 2024
Savastan0
banner Expire 10 May 2025
Just Kill
Yale lodge shop
UniCvv

Bashter - web crawler, scanner, and analyzer framework

Neon Ghost

TRUSTED VENDOR
Staff member
Joined
Dec 3, 2020
Messages
2,458
[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