Skip to content

Commit 973cdf7

Browse files
authored
Update README.md
1 parent a744cb8 commit 973cdf7

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ Demo: https://epictracker.now.sh
55
- I will make a machine learning algorithm in future which will try to match the encrypted cookies to figure out the target.
66
- I may create dummy marketing services to demonstrate the (targeted ads) tracking process close to the realworld.
77

8-
## So what's taken ?
8+
## Attention
9+
**I'm not collecting any of the information. The only string collected is the SHA-1 hash which can NOT be reversed to get the actual data.**
10+
11+
## What Information is used ?
912
- Your operating system information.
1013
- Browser information.
1114
- CPU and GPU information.
@@ -32,7 +35,7 @@ Demo: https://epictracker.now.sh
3235
I use some javascript APIs which is listed in the `client` folder, as [index.js](https://github.com/ujjwal-kr/ip-sniff/blob/main/client/index.js) and sends to to a HEROKU backend, the source is in the `index.js` of the root directory. The server takes in your IP and does a quick IP lookup, also acccepts the cookie and logs in the server.
3336

3437
### Todos
35-
- Try to detect VPN connections from another country.
36-
- Tell user how many time they visited the page. (cookie mode).
37-
- Tell user how many times they visited the page. (magic mode).
38-
- Add some styles.
38+
- Try to detect VPN connections from another country. -- DONE
39+
- Tell user how many time they visited the page. (cookie mode). -- BORING
40+
- Tell user how many times they visited the page. (magic mode). -- IN PROGRESS
41+
- Add some styles. -- LOL, NO

0 commit comments

Comments
 (0)