Skip to content

Commit

Permalink
small spelling changes
Browse files Browse the repository at this point in the history
  • Loading branch information
SirGankalot committed Jul 26, 2024
1 parent 4734e54 commit 4e60fba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Whatsscam
====================
This service was played as part of the enowars8 tournament.

Whatsscam is an online messanger service that lets you "securely" text with people.
Whatsscam is an online messenger service that lets you "securely" text with people.
The Service contains vulnerabilities that can leak data.
Inside the documentation folder a readme is contained that explains the exploits/vulnerabilities and possible fixes.

Expand Down
2 changes: 1 addition & 1 deletion documentation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ The base RSA function uses 2 prime numbers that are connected, called sexy prime
- Position: Backup
- CVE Number: CVE-2024-33663

The Backup token is vulnerable as the authlib does not differaniate between 2 algorithms. This makes it possible to not only authenticate/sign with the private key inside the token, but also create a token with the public key that will be handled the same way as the private key token. You can create a fake token via the userlist in which the public keys are listed than you can login in as if you would have the actual private key token.
The Backup token is vulnerable as the authlib does not differentiate between 2 algorithms. This makes it possible to not only authenticate/sign with the private key inside the token, but also create a token with the public key that will be handled the same way as the private key token. You can create a fake token via the userlist in which the public keys are listed than you can login in as if you would have the actual private key token.

# Exploits

Expand Down
2 changes: 1 addition & 1 deletion documentation/issues/issues.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
- low bit on rsa for time reasons
- nasty bug was found and fixed -> random wasnt random inside async because async makes it so the time is the same therefore the same email was used several times -> lead to mumble
- nasty bug was found and fixed -> random was not random inside async because async makes it so the time is the same therefore the same email was used several times -> lead to mumble

0 comments on commit 4e60fba

Please sign in to comment.