Adapted flow with Wayback URLS to only enrich paths on known-live hosts identified by crawling (Close #24). This negates the need for separately assessing the liveness of all GF endpoints, which would freeze the launcher in my setup on large scopes.
Changed SSTI/LFI/OR detection to use curl and grep from memory, instead of using httpx to store intermediary results. The latter resulted in a range of issues, especially with long filenames.
Cleaned up comments, adapted notifications slightly.