Bashter - Spider Web Crawler, Scanner, In Addition To Analyzer Framework


Bashter is a tool for scanning a Web-based Application. Bashter is rattling suitable for doing Bug Bounty or Penentration Testing. It is designed similar a framework in addition to hence you lot tin easily add together a script for respect vulnerability.

For Example
You tin add together something script similar this:
${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 lot tin follow existing scripts.

Disable Script
You solely involve to alter the extension, for illustration .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:

git clone https://github.com/zerobyte-id/Bashter.git cd Bashter/ bash setup.bash

Contributor: