-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e7269e4
commit 12dc638
Showing
2 changed files
with
20 additions
and
6 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,31 @@ | ||
Whatsscam | ||
==================== | ||
This service was played as part of the enowars8 tournament. | ||
This service was played as part of the enowars8 tournament. The theme of this years enowars was scamming so my website has a scam like touch with redirects, scammy logos and a scam feeling like atmosphere. | ||
|
||
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. | ||
|
||
The main features of this service include a User system this means you can login logout and you have a profile page for your profile. | ||
|
||
The second feature is inside the home directory which is a private messaging platform in which you have to use a publickey to text the person that has the corresponding private key. | ||
The List that connects the User to a publickey is inside the userlist so that you can choose a user and copy his publickey to than text him. | ||
|
||
The third feature is a groupchat that lets you create join and text inside groups. | ||
|
||
The fourth feature is a backup that lets you create a backup of your profile inside the profile page. | ||
The backup works via a token that verifies you than you can see parts of the profile. | ||
|
||
The fifth feature is a adding friend function which works intuitive you can add and reject friends but you can also see part of the profiles of your friends. | ||
This works as a bait for the players and is not a flagstore more details to flagstores inside the ```documentation/README.md``` | ||
|
||
# Running | ||
|
||
```bash | ||
git clone [email protected]:enowars/enowars8-service-WhatsScam.git | ||
cd enowars8-service-WhatsScam | ||
cd service | ||
docker-compose up | ||
docker-compose up --build | ||
``` | ||
|
||
The service listens to port: `*:9696` | ||
|
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