Lor-Saba/Code-Injector

suggestion allow injection into response/editing response

Opened this issue · 0 comments

for example the response for a url is "function lol() {console.log('hello')}\nlol()" you could have

function parse(input) {
    return input.replace("console.log", "console.error")
}

and the returned can be the response instead