DeVTools Documentation
Complete guide — free platform with 49 developer, OSINT, and security tools.
49 Tools • v5.1
Authentication
Password-based login system with multi-layer security: OTP verification, brute force protection, and anti-tempmail.
Login Flow
| Step | Action | Description |
|---|---|---|
| 1 | Enter Credentials | Enter email/username and password |
| 2 | V2L Verification | If Two-Factor is active, a 6-digit OTP code is sent to email |
| 3 | Session Created | Secure session cookie created (24h, httponly, secure) |
Registration
| Field | Requirements |
|---|---|
| Username | 3-30 characters, letters, numbers, underscore |
| Valid, no temporary/disposable emails | |
| Password | Min 8 characters, must contain uppercase, lowercase, numbers |
Anti-Tempmail: Temporary emails (tempmail, guerrillamail, etc) are automatically blocked.
Security Features
| Feature | Details |
|---|---|
| Brute Force | Account locked after 10 failed attempts |
| Rate Limiting | Login: 5/hour, Register: 3/hour |
| OTP | 5 minutes, max 3 attempts |
| Session | 24 hours, httponly, secure, fingerprint check |
| CSRF | All forms protected with tokens |
| XSS | All output auto-escaped |
| SQLi | Prepared statements for all queries |
Roles & Permissions
| Role | Tools | API Limit | Admin |
|---|---|---|---|
| Basic | 49 tools | 100/day | - |
| VIP | 49 tools | 1,000/day | - |
| Admin | 49 tools | Unlimited | Traffic, ban, roles, tools, notif |
| Developer | 49 tools | Unlimited | Full CRUD users/tools/categories |
New accounts get the Basic role. Contact admin for upgrades.