Skip to content

Instantly share code, notes, and snippets.

@kstrauss
Created January 18, 2023 15:54
Show Gist options
  • Save kstrauss/54ebecdd8f8f985a65520dd7e43d1641 to your computer and use it in GitHub Desktop.
Save kstrauss/54ebecdd8f8f985a65520dd7e43d1641 to your computer and use it in GitHub Desktop.
Describes the basic flow for website redirection that was used
sequenceDiagram
WebsiteCheck ->> Scanner: Does WebsiteA exist?
Scanner ->> WebsiteA: Get Request
WebsiteA ->> Scanner: Yes, but redirect to WebsiteB
Scanner ->> WebsiteB: Get Request
WebsiteB ->> Scanner: Good Response
Scanner ->> WebsiteCheck: Yes, but it is really WebsiteB
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment