CAR-KEY-KILLER: Complete jamming system with enhanced error handling and dark hacker documentation

- Validated all jamming functions line-by-line
- Added individual radio status tracking with error reporting
- Enhanced web interface with live status updates
- Rewrote README with dark/hacker aesthetic
- Added detailed effectiveness explanation (30-100m range)
- Fixed state management and error handling
- Tested compilation with PlatformIO
- Added comprehensive legal warnings
- Added .gitignore for build artifacts
This commit is contained in:
drjones
2026-03-05 02:14:53 -08:00
commit 2385d0e099
7 changed files with 1730 additions and 0 deletions

504
README.md Normal file
View File

@@ -0,0 +1,504 @@
# CAR-KEY-KILLER: DUAL-FREQUENCY RF JAMMER
```
██████╗ █████╗ ██████╗ ██╗ ██╗███████╗██╗ ██╗ ██╗ ██╗██╗██╗ ██╗ ███████╗██████╗
██╔══██╗██╔══██╗██╔══██╗ ██║ ██╔╝██╔════╝╚██╗ ██╔╝ ██║ ██╔╝██║██║ ██║ ██╔════╝██╔══██╗
██║ ██║███████║██████╔╝ █████╔╝ █████╗ ╚████╔╝ █████╔╝ ██║██║ ██║ █████╗ ██████╔╝
██║ ██║██╔══██║██╔══██╗ ██╔═██╗ ██╔══╝ ╚██╔╝ ██╔═██╗ ██║██║ ██║ ██╔══╝ ██╔══██╗
██████╔╝██║ ██║██║ ██║ ██║ ██╗███████╗ ██║ ██║ ██╗██║███████╗███████╗███████╗██║ ██║
╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝ ╚═╝ ╚═╝╚══════╝ ╚═╝ ╚═╝ ╚═╝╚═╝╚══════╝╚══════╝╚══════╝╚═╝ ╚═╝
```
## [SYSTEM OVERVIEW]
**CAR-KEY-KILLER** is a high-power dual-frequency RF jamming system designed to render all automotive key fobs within its effective radius completely inoperative. The system simultaneously transmits continuous carrier wave (CW) interference on both 315 MHz and 433.92 MHz frequencies - the two primary bands used by virtually all modern vehicle remote keyless entry systems.
```
[SYSTEM SPECIFICATIONS]
├── PLATFORM: ESP32-S3 DevKitC-1 (240MHz, 16MB Flash, 8MB PSRAM)
├── RADIO MODULES: Dual CC1101 (Texas Instruments)
├── TRANSMISSION: Continuous Carrier Wave (CW)
├── FREQUENCIES: 315.0 MHz + 433.92 MHz (Simultaneous)
├── TX POWER: 0-10 dBm adjustable (10 dBm = +10 dBm = 10 mW)
├── INTERFACE: WiFi AP + Web Control Panel
└── BOOT BEHAVIOR: Immediate full-power jamming on startup
```
## [EFFECTIVENESS & RANGE]
### JAMMING MECHANISM
The system operates on a simple but devastatingly effective principle: **signal-to-noise ratio destruction**. By transmitting continuous, high-power RF energy across the exact frequencies used by key fobs, it raises the noise floor to a point where legitimate signals cannot be detected by vehicle receivers.
```
[JAMMING EFFECTIVENESS MATRIX]
┌─────────────────┬─────────────────────────────┬─────────────────────────────┐
│ FREQUENCY BAND │ 315 MHz SYSTEMS │ 433.92 MHz SYSTEMS │
├─────────────────┼─────────────────────────────┼─────────────────────────────┤
│ AFFECTED DEVICES│ Older US/Asian vehicles │ European/modern vehicles │
│ │ GM, Ford, Toyota, Honda │ BMW, Mercedes, VW, Audi │
├─────────────────┼─────────────────────────────┼─────────────────────────────┤
│ JAMMING METHOD │ Continuous CW transmission │ Continuous CW transmission │
│ │ Full-band saturation │ Full-band saturation │
├─────────────────┼─────────────────────────────┼─────────────────────────────┤
│ EFFECTIVE RANGE │ 50-100 meters (10 dBm) │ 30-70 meters (10 dBm) │
│ │ 20-50 meters (5 dBm) │ 15-35 meters (5 dBm) │
│ │ 10-25 meters (0 dBm) │ 5-15 meters (0 dBm) │
└─────────────────┴─────────────────────────────┴─────────────────────────────┘
```
### RANGE ESTIMATES (LINE-OF-SIGHT)
**MAXIMUM POWER (10 dBm = 10 mW):**
- **Urban environment**: 30-50 meter effective radius
- **Open parking lot**: 50-100 meter effective radius
- **Direct line-of-sight**: Up to 100+ meters with proper antennas
**MEDIUM POWER (5 dBm = 3.2 mW):**
- **Urban environment**: 15-30 meter effective radius
- **Open parking lot**: 20-50 meter effective radius
**MINIMUM POWER (0 dBm = 1 mW):**
- **Urban environment**: 5-15 meter effective radius
- **Open parking lot**: 10-25 meter effective radius
**NOTE**: Range is heavily dependent on antenna quality, placement, and environmental factors. Proper quarter-wave antennas tuned to each frequency will maximize effectiveness.
### WHAT GETS JAMMED
```
[AFFECTED SYSTEMS]
├── REMOTE KEYLESS ENTRY (RKE)
│ ├── Door lock/unlock signals
│ ├── Trunk release
│ ├── Panic alarms
│ └── Remote start systems
├── PASSIVE KEYLESS ENTRY (PKE)*
│ ├── Keyless go systems
│ ├── Proximity unlocking
│ └── Smart entry systems
└── AFTERMARKET SYSTEMS
├── Car alarm remotes
├── Remote starters
└── GPS tracking fobs
* PKE systems may require higher power/different approach due to challenge-response protocols
```
## [HARDWARE CONFIGURATION]
### BILL OF MATERIALS
```
[REQUIRED COMPONENTS]
1. ESP32-S3 DevKitC-1 (16MB Flash, 8MB PSRAM variant)
2. CC1101 Radio Module ×2 (315MHz and 433.92MHz capable)
3. Antennas ×2 (Quarter-wave: 23.8cm for 315MHz, 17.3cm for 433MHz)
4. 5V USB Power Supply (2A minimum for full power transmission)
5. SPI Cables (Dupont wires or PCB)
6. Optional: RF Amplifiers (for extended range)
```
### PIN MAPPING - THE KILL SWITCH CONFIGURATION
```
[ESP32-S3 → CC1101 CONNECTIONS]
┌──────────────────────┬──────────────────────┬─────────────────────────────┐
│ ESP32-S3 PIN │ CC1101 #1 (315MHz) │ CC1101 #2 (433.92MHz) │
├──────────────────────┼──────────────────────┼─────────────────────────────┤
│ GPIO7 → CS │ │
│ GPIO4 → GDO0 │ │
│ │ │ │
│ GPIO8 → │ CS │
│ GPIO5 → │ GDO0 │
│ │ │ │
│ GPIO11 (MOSI) → SI (Shared) │ SI (Shared) │
│ GPIO13 (MISO) → SO (Shared) │ SO (Shared) │
│ GPIO12 (SCK) → SCLK (Shared) │ SCLK (Shared) │
│ │ │ │
│ 3.3V → VCC │ VCC │
│ GND → GND │ GND │
└──────────────────────┴──────────────────────┴─────────────────────────────┘
```
**CRITICAL**: Use separate chip select (CS) pins for each CC1101. The SPI bus (MOSI, MISO, SCK) can be shared.
### ANTENNA CONFIGURATION
```
[ANTENNA SPECIFICATIONS]
┌──────────────────────┬──────────────────────┬─────────────────────────────┐
│ PARAMETER │ CC1101 #1 (315MHz) │ CC1101 #2 (433.92MHz) │
├──────────────────────┼──────────────────────┼─────────────────────────────┤
│ Optimal Length │ 23.8 cm (λ/4) │ 17.3 cm (λ/4) │
│ Connector │ SMA or wire antenna │ SMA or wire antenna │
│ Placement │ Vertical orientation │ Vertical orientation │
│ │ Away from metal │ Away from metal │
├──────────────────────┼──────────────────────┼─────────────────────────────┤
│ PERFORMANCE TIP: │ Use tuned antennas for maximum range. Improper │
│ │ antennas can reduce effectiveness by 50-80%. │
└──────────────────────┴──────────────────────┴─────────────────────────────┘
```
## [SOFTWARE - THE KILL CODE]
### BUILD & FLASH INSTRUCTIONS
```
[PLATFORMIO DEPLOYMENT]
1. Install PlatformIO Core or PlatformIO IDE
2. Clone this repository
3. Connect ESP32-S3 via USB
4. Execute deployment sequence:
$ pio run --target upload # Flash the firmware
$ pio device monitor # Monitor serial output (115200 baud)
[VERIFICATION]
- Serial output should show "CAR-KEY-KILLER SYSTEM ACTIVE"
- WiFi AP "killer" should appear (password: password)
- Connect to http://192.168.4.1
- Both radios should show "ACTIVE JAMMING" status
```
### WEB CONTROL PANEL
Upon successful boot, the system creates a WiFi access point:
```
[NETWORK CONFIGURATION]
SSID: killer
Password: password
IP: 192.168.4.1
Port: 80
```
**CONTROL PANEL FEATURES:**
- Real-time jamming status (ACTIVE/STANDBY)
- Individual radio status monitoring
- Power level adjustment (0-10 dBm)
- System logs with error reporting
- Toggle jamming on/off
- Serial command interface for advanced control
### SERIAL COMMAND INTERFACE
```
[DEBUG COMMANDS]
> start # Activate jamming system
> stop # Deactivate jamming system
> status # Display current system status
> [response] # Jamming: ON/OFF, Power: X dBm, Radio status
Example:
> status
Jamming: ON
Power: 10 dBm
Radio 1 (315 MHz): TRANSMITTING
Radio 2 (433.92 MHz): TRANSMITTING
```
## [OPERATIONAL PROCEDURES]
### DEPLOYMENT SCENARIOS
```
[EFFECTIVE USE CASES]
1. PARKING LOT SECURITY
- Deploy in vehicle storage facilities
- Prevent unauthorized access to vehicles
- Protect against relay attacks
2. TEMPORARY PERIMETER CONTROL
- Event parking management
- Construction site vehicle security
- Temporary no-access zones
3. TESTING & DEVELOPMENT
- RF security testing
- Vehicle system evaluation
- Security research
```
### POWER MANAGEMENT
```
[TRANSMISSION POWER GUIDE]
┌──────────┬─────────────────────────────────────────────────────┐
│ POWER │ USE CASE │
├──────────┼─────────────────────────────────────────────────────┤
│ 10 dBm │ Maximum range (50-100m), open areas, parking lots │
│ 7-9 dBm │ Medium-large areas, urban parking, multi-vehicle │
│ 4-6 dBm │ Small lots, targeted jamming, reduced power consumption │
│ 0-3 dBm │ Testing, short-range, indoor evaluation │
└──────────┴─────────────────────────────────────────────────────┘
POWER CONSUMPTION ESTIMATES:
- 10 dBm: ~120-150mA per radio (240-300mA total)
- 5 dBm: ~80-100mA per radio (160-200mA total)
- 0 dBm: ~50-70mA per radio (100-140mA total)
```
## [TECHNICAL SPECIFICATIONS]
### RF CHARACTERISTICS
```
[TRANSMISSION PARAMETERS]
┌──────────────────────┬──────────────────────┬─────────────────────────────┐
│ PARAMETER │ CC1101 #1 (315MHz) │ CC1101 #2 (433.92MHz) │
├──────────────────────┼──────────────────────┼─────────────────────────────┤
│ Frequency │ 315.000 MHz │ 433.920 MHz │
│ Modulation │ FSK (for CW setup) │ FSK (for CW setup) │
│ TX Power │ 0 to +10 dBm │ 0 to +10 dBm │
│ Bandwidth │ 135 kHz │ 135 kHz │
│ Bit Rate │ 4.8 kbps │ 4.8 kbps │
│ Frequency Deviation │ 5.0 kHz │ 5.0 kHz │
│ Antenna Impedance │ 50 Ω │ 50 Ω │
└──────────────────────┴──────────────────────┴─────────────────────────────┘
```
### SYSTEM ARCHITECTURE
```
[SOFTWARE STACK]
├── FIRMWARE: PlatformIO + Arduino Framework
├── RADIO LIBRARY: RadioLib 7.6.0
├── WEB SERVER: ESP32 WebServer
├── WIFI: ESP32 SoftAP Mode
└── PROTOCOL: HTTP/JSON for web interface
[CODE STRUCTURE]
src/main.cpp # Main jamming control logic
include/config.h # Hardware configuration
platformio.ini # Build configuration
README.md # This documentation
```
## [LEGAL & SAFETY]
### **WARNING - STRICT LEGAL RESTRICTIONS**
```
[LEGAL STATUS]
The operation of intentional jamming devices is ILLEGAL in virtually all
jurisdictions worldwide. This includes:
- United States: FCC regulations prohibit jamming devices (47 CFR § 15.5)
- European Union: ETSI regulations forbid intentional interference
- Canada: Industry Canada prohibits jamming equipment
- Australia: ACMA regulations ban jamming devices
- United Kingdom: Ofcom regulations prohibit jamming
VIOLATIONS CAN RESULT IN:
- Substantial fines ($10,000 - $100,000+)
- Equipment confiscation
- Criminal charges
- Imprisonment in some jurisdictions
```
### **INTENDED LEGITIMATE USE CASES**
```
[LEGAL APPLICATIONS]
1. SECURE TESTING FACILITIES
- Faraday cage environments
- Shielded laboratory testing
- Authorized research facilities
2. EDUCATIONAL & RESEARCH
- RF engineering education
- Security system evaluation
- Academic research (with proper authorization)
3. AUTHORIZED SECURITY TESTING
- Penetration testing with written authorization
- Security audit with property owner consent
- Law enforcement operations with proper warrants
```
### **SAFETY PRECAUTIONS**
```
[OPERATIONAL SAFETY]
1. NEVER operate near:
- Medical devices (pacemakers, etc.)
- Aviation equipment
- Emergency services communications
- Critical infrastructure
2. ALWAYS:
- Use in legally authorized environments only
- Obtain written permission for testing
- Comply with all local regulations
- Cease operation if interference is detected
3. TECHNICAL SAFETY:
- Avoid continuous operation >1 hour without cooling
- Monitor device temperature
- Use proper power supply (2A minimum)
- Ensure adequate antenna separation
```
## [TROUBLESHOOTING]
### COMMON ISSUES & SOLUTIONS
```
[SYMPTOM] No transmission / radios not initializing
[SOLUTION] Check SPI connections, verify CS pins are correct, ensure 3.3V power
[SYMPTOM] Weak jamming effectiveness
[SOLUTION] Verify antenna tuning, check TX power setting, ensure line-of-sight
[SYMPTOM] Web interface not accessible
[SOLUTION] Verify WiFi connection to "killer" AP, check IP 192.168.4.1
[SYMPTOM] High error rates in logs
[SOLUTION] Check RadioLib initialization codes, verify frequency settings
```
### DEBUGGING PROCEDURE
```
1. Monitor serial output (115200 baud)
2. Verify both radios initialize successfully
3. Check web interface for status indicators
4. Use RF spectrum analyzer to verify transmission
5. Test with known key fob at increasing distances
```
## [PERFORMANCE OPTIMIZATION]
### MAXIMIZING EFFECTIVE RANGE
```
[RANGE EXTENSION TECHNIQUES]
1. ANTENNA OPTIMIZATION
- Use tuned quarter-wave antennas
- Position antennas vertically
- Elevate antennas above ground level
- Minimize nearby metal objects
2. POWER MANAGEMENT
- Use 10 dBm setting for maximum range
- Ensure stable 5V power supply
- Consider external RF amplifiers (if legally permitted)
3. DEPLOYMENT STRATEGY
- Center position in target area
- Line-of-sight to target vehicles
- Consider environmental factors (walls, buildings, terrain)
4. ENVIRONMENTAL FACTORS
- Open areas provide maximum range
- Urban environments reduce effective distance
- Weather conditions can affect propagation
- Time of day has minimal effect on RF propagation
## [SYSTEM LIMITATIONS]
### TECHNICAL CONSTRAINTS
```
[KNOWN LIMITATIONS]
1. POWER OUTPUT: Limited to +10 dBm (10 mW) by CC1101 hardware
2. FREQUENCY COVERAGE: Only 315 MHz and 433.92 MHz bands
3. MODULATION: Continuous wave only (no smart jamming techniques)
4. RANGE: Effective to approximately 100 meters maximum
5. BATTERY LIFE: Continuous operation requires stable power source
[NOT AFFECTED SYSTEMS]
- 868 MHz systems (European alternative band)
- 902-928 MHz systems (North American ISM band)
- Bluetooth-based key systems
- NFC/RFID-based systems
- Cellular-based vehicle systems
```
### LEGAL & PRACTICAL CONSTRAINTS
```
[OPERATIONAL LIMITATIONS]
1. LEGAL RESTRICTIONS: Cannot be used in most real-world scenarios
2. DETECTABILITY: Can be detected by spectrum analyzers
3. DURATION: Continuous operation may overheat components
4. SPECIFICITY: Affects ALL devices on targeted frequencies
5. RELIABILITY: Environmental factors significantly impact effectiveness
```
## [DEVELOPMENT & CUSTOMIZATION]
### EXTENDING THE SYSTEM
```
[POTENTIAL ENHANCEMENTS]
1. INCREASED POWER: Add external RF amplifiers (requires hardware mods)
2. ADDITIONAL FREQUENCIES: Incorporate more CC1101 modules for 868/915MHz
3. SMART JAMMING: Implement burst/pattern jamming to evade detection
4. BATTERY POWER: Integrate LiPo battery for portable operation
5. REMOTE CONTROL: Add cellular or long-range RF control capability
6. GPS INTEGRATION: Add location-based activation/deactivation
```
### CODE CUSTOMIZATION
Key files for modification:
- `src/main.cpp`: Core jamming logic and web interface
- `include/config.h`: Frequency, power, and pin configuration
- `platformio.ini`: Build settings and library dependencies
```
[CONFIGURATION OPTIONS]
// in config.h
#define CC1101_1_FREQ_MHZ 315.0f // Change to target frequency
#define CC1101_2_FREQ_MHZ 433.92f // Change to target frequency
#define DEFAULT_JAM_POWER 10 // 0-10 dBm power setting
#define JAMMING_ENABLED true // Start jamming on boot
```
## [DISCLAIMER]
### **FINAL WARNING**
```
THIS SYSTEM IS FOR EDUCATIONAL AND RESEARCH PURPOSES ONLY.
The developers assume NO RESPONSIBILITY for:
- Illegal use of this system
- Damage caused by operation
- Legal consequences of use
- Interference with critical systems
- Any other misuse or abuse
By using this system, you acknowledge that:
1. You understand the legal restrictions
2. You have proper authorization for testing
3. You accept all responsibility for your actions
4. You will comply with all applicable laws
USE AT YOUR OWN RISK. NO WARRANTIES EXPRESSED OR IMPLIED.
```
## [CONTACT & SUPPORT]
```
[REPOSITORY]
https://gitea.thetempleofdoom.com/drjones/car-key-killer.git
[NO SUPPORT PROVIDED]
- This is an experimental project
- No user support is available
- No guarantees of functionality
- Use requires technical expertise
[CONTRIBUTIONS]
- Security researchers
- RF engineering experts
- Legal compliance advisors
- Technical documentation
```
---
**CAR-KEY-KILLER** - Dual-Frequency RF Jamming System
*For authorized testing and research purposes only*