All Projects → kagurazakasanae → SuperXSS

kagurazakasanae / SuperXSS

Licence: MIT license
Make XSS Great Again

Programming Languages

PHP
23972 projects - #3 most used programming language
javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to SuperXSS

Foxss-XSS-Penetration-Testing-Tool
Foxss is a simple php based penetration Testing Tool.Currently it will help to find XSS vulnerability in websites.
Stars: ✭ 35 (-38.6%)
Mutual labels:  xss, xss-exploitation
xss-chef
A web application for generating custom XSS payloads
Stars: ✭ 70 (+22.81%)
Mutual labels:  xss, xss-exploitation
Xss Payload List
🎯 Cross Site Scripting ( XSS ) Vulnerability Payload List
Stars: ✭ 2,617 (+4491.23%)
Mutual labels:  xss, xss-exploitation
Berserker
A list of useful payloads for Web Application Security and Pentest/CTF
Stars: ✭ 212 (+271.93%)
Mutual labels:  xss
Xss Loader
Xss Payload Generator ~ Xss Scanner ~ Xss Dork Finder
Stars: ✭ 215 (+277.19%)
Mutual labels:  xss
coldfusion-10-11-xss
Proof of Concept code for CVE-2015-0345 (APSB15-07)
Stars: ✭ 22 (-61.4%)
Mutual labels:  xss
vaf
Vaf is a cross-platform very advanced and fast web fuzzer written in nim
Stars: ✭ 294 (+415.79%)
Mutual labels:  xss
Xless
The Serverless Blind XSS App
Stars: ✭ 191 (+235.09%)
Mutual labels:  xss
dnmp
docker-compose部署LNMP环境 Nginx/Openresty、MySQL(5.7、8.0、8.1)、PHP7.4(8.0、5.6)、Redis5.0、PHPMyAdmin、Xdebug、RabbitMQ、Nacos
Stars: ✭ 138 (+142.11%)
Mutual labels:  workerman
Xsshell
An XSS reverse shell framework
Stars: ✭ 251 (+340.35%)
Mutual labels:  xss
Browser Sec Whitepaper
Cure53 Browser Security White Paper
Stars: ✭ 251 (+340.35%)
Mutual labels:  xss
Secbox
🖤 网络安全与渗透测试工具导航
Stars: ✭ 222 (+289.47%)
Mutual labels:  xss
cd
CloudDefense.ai is an automated web application security testing tool that audits your web applications by checking for vulnerabilities like SQL Injection, Cross-site scripting and other exploitable vulnerabilities.
Stars: ✭ 33 (-42.11%)
Mutual labels:  xss
Angularjs Csti Scanner
Automated client-side template injection (sandbox escape/bypass) detection for AngularJS.
Stars: ✭ 214 (+275.44%)
Mutual labels:  xss
chat project
基于GatewayWorker+Vue所写的聊天室
Stars: ✭ 19 (-66.67%)
Mutual labels:  workerman
Web Security Fundamentals
👨‍🏫 Mike's Web Security Course
Stars: ✭ 195 (+242.11%)
Mutual labels:  xss
html-contextual-autoescaper-java
Prevents XSS by figuring out how to escape untrusted values in templates
Stars: ✭ 15 (-73.68%)
Mutual labels:  xss
Ary
Ary 是一个集成类工具,主要用于调用各种安全工具,从而形成便捷的一键式渗透。
Stars: ✭ 241 (+322.81%)
Mutual labels:  xss
Payloads
Git All the Payloads! A collection of web attack payloads.
Stars: ✭ 2,862 (+4921.05%)
Mutual labels:  xss
cve-2016-1764
Extraction of iMessage Data via XSS
Stars: ✭ 52 (-8.77%)
Mutual labels:  xss

SuperXSS

Make XSS Great Again

  • 当X别人站的时候,遇到Httponly flag时,被x到的站位于内网无法直接访问时,你要做的是:
  • 换下一个站 X
  • 用SuperXSS √

SuperXSS是一个基于Websocket的客户端网页代理程序,客户端JS被注入之后会创建到指定服务端的Websocket连接并接收命令进行XHR请求,从而使得无法直接访问的后台等可以通过客户端浏览器本身作为代理访问。 程序本身分为两部分,前端JS部分感谢@https://github.com/Archeb,后端本人使用Workerman瞎写的代码。 程序本身并不稳定,不过至少能够操作一下后台。

使用

更改服务端Config.php中REPLACE_ADDR为中转服务端的HTTP(S)访问地址,HIJACK_CONSOLE_LISTEN和WS_LISTEN分别改为劫持控制台的监听地址和Websocket的监听地址,如需要WSS可以配合Nginx做反代使用。 更改xss.js中最后一行的地址为中转服务端Websocket的监听地址 将xss.js插入到页面中 访问劫持控制台,此时应该能看到劫持会话选项。 劫持会话之后,你应该能直接操作或者直接更改URL来访问其他同域名地址,或者带着Cookie直接扔进sqlmap等工具。

DEMO

插入到目标页面之中 受害者.jpg 访问劫持控制台 说了我不会前端.jpg 劫持会话,完 全 一 致 大 胜 利 同时可以访问同域下的其他内容 24岁,是学生

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].