Skip to content

Instantly share code, notes, and snippets.

View maxsupermanhd's full-sized avatar
🧙
this is not gonna work

Maxim Zhuchkov maxsupermanhd

🧙
this is not gonna work
View GitHub Profile
@itszn
itszn / quickjs.js
Created July 20, 2020 20:43
quickjs explot
/*
* This exploit is targeting linux, tested on ubuntu 18.04
* Techniques should generally work on other OSs but I don't have any to test easily
*/
// Debugging functions
if (this.debug === undefined)
this.debug = ()=>{}
if (this.cc === undefined)
this.cc = ()=>{}