Hey 403 - CLI Edition is a powerful command-line utility designed to diagnose domain accessibility issues across multiple DNS providers. This tool helps developers, network administrators, and security professionals quickly identify:
- Geo-restrictions and censorship blocks 🚫
- DNS resolution inconsistencies 🌍
- Server response variations 🔄
- Potential connectivity issues 🔍
- Test domain accessibility through 15+ global DNS servers
- Detect 403 Forbidden and other HTTP errors
- Compare DNS resolution times ⏱️
- Identify regional blocking patterns 🗺️
- Generate machine-readable reports 📊
- 🚦 Instant Diagnostics: Verify domain accessibility in seconds
- 🌐 Global Perspective: Test against worldwide DNS providers
- 🔧 Troubleshooting Made Easy: Pinpoint DNS-related issues quickly
- 📈 Performance Metrics: Measure response times across providers
Feature | Description |
---|---|
🚪 CLI First | Terminal-native interface |
🌍 15+ Built-in DNS | Preconfigured DNS servers |
⚡ Parallel Testing | Concurrent DNS checks |
🎨 Colorful Output | Rich text formatting |
# Install the package
pip install hey403
# Run the main command
hey403 --help
# Test a single domain
hey403 example.com
# Set best dns for current domain
hey403 example.com --set
- Fork the repository
- Set up the development environment:
git clone https://github.com/Diramid/hey-403-cli.git cd hey-403-cli pip install -e .[dev]
- Run tests:
pytest tests/ -v
- Commit and push your changes:
git checkout -b feature/amazing-feature git commit -m 'Add amazing feature' git push origin feature/amazing-feature
- Open a Pull Request
Distributed under MIT License. See LICENSE for details.
Note 📢
Always use this tool responsibly and in compliance with local laws and regulations.
Unauthorized access to computer systems is strictly prohibited.