You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-10Lines changed: 13 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,10 @@ Demo: https://epictracker.now.sh
5
5
- I will make a machine learning algorithm in future which will try to match the encrypted cookies to figure out the target.
6
6
- I may create dummy marketing services to demonstrate the (targeted ads) tracking process close to the realworld.
7
7
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. <del>So stop asking me if now I know your mom's name. </del>**
- Use A VPN [your information wont be visible but probably I will detect if you are using one ;) ]
22
25
- Find ways to disable fingerprinting in your browser, which is tough.
23
26
24
-
## How can I stop Google and Facebook from tracking us?
25
-
-*You Can't*
26
27
27
28
## Is this illegal ?
28
-
- No, it's not.
29
-
- The data is not enough to track you in real life (it's not public) , they are just to identify your device. And this is just for demonstration purposes so I'm not going to show you any ADs.
29
+
- No.
30
+
31
+
## How can I stop Google and Facebook from tracking us?
32
+
-*You Can't*
30
33
31
34
## Current Arch-
32
-
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.
35
+
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, weather lookup, and SHA indentification.
33
36
34
37
### 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*
0 commit comments