Skip to content

Instantly share code, notes, and snippets.

@JonCooperWorks
Created October 5, 2020 05:58
Embed
What would you like to do?
// ResponseTransformer modifies a response before it is returned to the victim.
// You can use ResponseTransformers to hide any visible results of a RequestTransformer.
// Delays in this function will slow down the phishing site for the victim.
// Your ResponseTransformer should be a function called "ResponseTransformer"
type ResponseTransformer func(*http.Response) error
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment