Skip to content

Commit 0005f22

Browse files
committed
Merge branch 'main' of https://github.com/ujjwal-kr/ip-sniff into main
2 parents 98501b6 + a1e6aaf commit 0005f22

File tree

1 file changed

+13
-10
lines changed

1 file changed

+13
-10
lines changed

README.md

Lines changed: 13 additions & 10 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. <del>So stop asking me if now I know your mom's name. </del>**
10+
11+
## What Information is used ?
912
- Your operating system information.
1013
- Browser information.
1114
- CPU and GPU information.
@@ -21,18 +24,18 @@ Demo: https://epictracker.now.sh
2124
- Use A VPN [your information wont be visible but probably I will detect if you are using one ;) ]
2225
- Find ways to disable fingerprinting in your browser, which is tough.
2326

24-
## How can I stop Google and Facebook from tracking us?
25-
- *You Can't*
2627

2728
## 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*
3033

3134
## 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.
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)