Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View Cache-Bounty's full-sized avatar
🎯
Focusing

Cache Bounty Cache-Bounty

🎯
Focusing
View GitHub Profile
@Cache-Bounty
Cache-Bounty / introspection-query.graphql
Created August 26, 2019 07:24 — forked from craigbeck/introspection-query.graphql
Introspection query for GraphQL
query IntrospectionQuery {
__schema {
queryType { name }
mutationType { name }
subscriptionType { name }
types {
...FullType
}
directives {
@Cache-Bounty
Cache-Bounty / accountdelete.js
Created August 20, 2017 00:01
Sarahah Exploitation Tool - Exploit Codes
/*
____ _ _
/ ___| __ _ _ __ __ _| |__ __ _| |__
\___ \ / _` | '__/ _` | '_ \ / _` | '_ \
___) | (_| | | | (_| | | | | (_| | | | |
|____/ \__,_|_| \__,_|_| |_|\__,_|_| |_|
Sarahah XSS Exploitation Script
Author:Shawar Khan ( www.shawarkhan.com )
*/
// Account Delete Exploit Code