Skip to content

Commit 9460292

Browse files
committed
feat: Add fingerprint and profile generation tools with advanced customization options
- Implemented `fingerprint-tester.js` for generating and testing browser fingerprints. - Added support for multiple fingerprinting services including canvas, webgl, audio, and more. - Introduced CLI commands for generating fingerprints, testing consistency, and comparing profiles. - Developed `profile-generator.js` for creating customizable browser profiles with predefined templates. - Enabled batch profile generation and validation with detailed output formats (JSON, CSV). - Included error handling and validation for generated profiles to ensure consistency and accuracy.
1 parent 7348f2c commit 9460292

40 files changed

Lines changed: 10891 additions & 633 deletions

README.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -64,17 +64,6 @@
6464

6565
---
6666

67-
## 🎯 Quick Start
68-
69-
```bash
70-
# 1. Clone and configure
71-
git clone https://github.com/SaifyXPRO/HeadlessX.git
72-
cd HeadlessX
73-
74-
# Quick setup with v1.3.0 anti-detection features
75-
chmod +x scripts/quick-setup.sh && ./scripts/quick-setup.sh
76-
# Then edit: nano .env # Update DOMAIN, SUBDOMAIN, AUTH_TOKEN, and FINGERPRINT_PROFILE
77-
```
7867

7968
**Choose your deployment:**
8069

0 commit comments

Comments
 (0)