https://github.com/armanidrisi/detectu
Get anyone exact location by just sending a link.
https://github.com/armanidrisi/detectu
cybersecurity detect detectu hacking-tool location-hacking location-tracker seeker tracking
Last synced: 11 months ago
JSON representation
Get anyone exact location by just sending a link.
- Host: GitHub
- URL: https://github.com/armanidrisi/detectu
- Owner: Armanidrisi
- Created: 2023-11-12T11:31:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-12T13:55:45.000Z (over 2 years ago)
- Last Synced: 2025-04-01T07:51:21.803Z (about 1 year ago)
- Topics: cybersecurity, detect, detectu, hacking-tool, location-hacking, location-tracker, seeker, tracking
- Language: JavaScript
- Homepage:
- Size: 20.5 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DetectU
Get anyone's exact location by just sending a link.
This project is inspired by [TrackDown](https://github.com/Th30neAnd0nly/TrackDown)
[](https://repl.it/github/Armanidrisi/DetectU)
## Setup
1. **Clone the Repository**
```bash
git clone https://github.com/Armanidrisi/DetectU.git
cd DetectU
```
2. **Install Dependencies**
```bash
npm install
```
3. **Set Environment Variables**
Create a .env file in the root directory and provide the following variables:
```bash
BOT_TOKEN=
BASE_URL=
PORT=
```
4. **Running the server**
```bash
node server
```