Created
January 18, 2023 15:54
-
-
Save kstrauss/54ebecdd8f8f985a65520dd7e43d1641 to your computer and use it in GitHub Desktop.
Describes the basic flow for website redirection that was used
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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