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/5dc47011bf4517e71741741f38b3bd6e to your computer and use it in GitHub Desktop.
Save JonCooperWorks/5dc47011bf4517e71741741f38b3bd6e to your computer and use it in GitHub Desktop.
// RequestTransformer modifies a request before it is sent to the target website.
// This can be used to hijack victim actions, like replacing an account number with ours.
// Delays in this function will slow down the phishing site for the victim.
// Your RequestTransformer should be a function called "RequestTransformer"
type RequestTransformer func(*http.Request) error
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment