Bashter - Web Crawler, Scanner, And Analyzer Framework

✨ DeeZNuTz

✨ Master ✨
Staff member
May 15, 2017
990
759
1,045



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:
Code:
]git clone https://github.com/zerobyte-id/Bashter.git
cd Bashter/
bash setup.bash

Download Bashter
 

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu