Update README.md

main
Tonabrix1 2024-08-21 07:17:47 -04:00 committed by GitHub
parent b7b1a0fab1
commit 9dc19705e5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 3 deletions

View File

@ -4,11 +4,14 @@ Quick sequence analyzer for finding timing attacks in web contexts
## Implemented
Extremely fast dispatch of responses and automatic substring iteration for sequence payloads, for example:
Say the sequence used it a password "Pa$$", the tool will sent each substring "P", "Pa", "Pa$", and "Pa$$", then order the responses by response speed
If the tool finds that the responses are ordered the same as the sequence above, it will prompt the user that a timing attack is very likely possible
Say the sequence used it a password "Pa$$", the tool will sent each substring "P", "Pa", "Pa$", and "Pa$$", then order the responses by response speed
If the tool finds that the responses are ordered the same as the sequence above, it will prompt the user that a timing attack is very likely possible
Single packet mode which sends requests in an http/2 single packet attack to reduce/remove network jitter
## TODO
Implement response timing and analysis for single packet attacks to take full advantage of reduce network jitter
Implement response timing and analysis for single packet attacks to take full advantage of reduce network jitter