Name | hey403 JSON |
Version |
1.0.3
JSON |
| download |
home_page | None |
Summary | DNS accessibility testing tool for identifying 403 errors and network restrictions |
upload_time | 2025-01-28 22:07:37 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.10 |
license | MIT License
Copyright (c) 2025 Diramid
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
|
keywords |
dns
cli
security
403
http-testing
network-troubleshooting
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
<h1 align="center">
π Hey 403 - CLI Edition
<br>
<sub>β‘ DNS Accessibility Testing Tool β‘</sub>
</h1>
<div align="center">
[![Stars](https://img.shields.io/github/stars/Diramid/hey-403-cli?logo=starship&color=gold)](https://github.com/Diramid/hey403/stargazers)
[![Forks](https://img.shields.io/github/forks/Diramid/hey-403-cli?logo=git&color=9cf)](https://github.com/Diramid/hey403/forks)
[![Issues](https://img.shields.io/github/issues/Diramid/hey-403-cli?logo=openbugbounty&color=red)](https://github.com/Diramid/hey403/issues)
[![License](https://img.shields.io/github/license/Diramid/hey-403-cli?logo=open-source-initiative&color=green)](https://github.com/Diramid/hey403/blob/main/LICENSE)
</div>
## π Table of Contents
- [β¨ Features](#-features)
- [π Quick Start](#-quick-start)
- [π§ Usage Examples](#-usage-examples)
- [π€ Contributing](#-contributing)
- [βοΈ License](#οΈ-license)
## π About Hey 403
**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 π
### Key Capabilities
- 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 π
### Why Use Hey 403?
- π¦ **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
## β¨ Features
| **Feature** | **Description** |
|----------------------|------------------------------------------|
| πͺ CLI First | Terminal-native interface |
| π 15+ Built-in DNS | Preconfigured DNS servers |
| β‘ Parallel Testing | Concurrent DNS checks |
| π¨ Colorful Output | Rich text formatting |
## π Quick Start
```bash
# Install the package
pip install hey403
# Run the main command
hey403 --help
```
## π§ Usage Examples
```bash
# Test a single domain
hey403 example.com
# Set best dns for current domain
hey403 example.com --set
```
## π€ Contributing
1. Fork the repository
2. Set up the development environment:
```bash
git clone https://github.com/Diramid/hey-403-cli.git
cd hey-403-cli
pip install -e .[dev]
```
3. Run tests:
```bash
pytest tests/ -v
```
4. Commit and push your changes:
```bash
git checkout -b feature/amazing-feature
git commit -m 'Add amazing feature'
git push origin feature/amazing-feature
```
5. Open a Pull Request
## βοΈ License
Distributed under MIT License. See [LICENSE](https://github.com/Diramid/hey403/blob/main/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.
Raw data
{
"_id": null,
"home_page": null,
"name": "hey403",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.10",
"maintainer_email": null,
"keywords": "dns, cli, security, 403, http-testing, network-troubleshooting",
"author": null,
"author_email": "Diramid <diramidteam@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/79/24/886cd181e8fef3f6b766fab7efec04874c8cb54d33dacfc64440b286c7a7/hey403-1.0.3.tar.gz",
"platform": null,
"description": "<h1 align=\"center\">\r\n \ud83c\udf10 Hey 403 - CLI Edition\r\n <br>\r\n <sub>\u26a1 DNS Accessibility Testing Tool \u26a1</sub>\r\n</h1>\r\n\r\n<div align=\"center\">\r\n\r\n[![Stars](https://img.shields.io/github/stars/Diramid/hey-403-cli?logo=starship&color=gold)](https://github.com/Diramid/hey403/stargazers)\r\n[![Forks](https://img.shields.io/github/forks/Diramid/hey-403-cli?logo=git&color=9cf)](https://github.com/Diramid/hey403/forks)\r\n[![Issues](https://img.shields.io/github/issues/Diramid/hey-403-cli?logo=openbugbounty&color=red)](https://github.com/Diramid/hey403/issues)\r\n[![License](https://img.shields.io/github/license/Diramid/hey-403-cli?logo=open-source-initiative&color=green)](https://github.com/Diramid/hey403/blob/main/LICENSE)\r\n\r\n</div>\r\n\r\n## \ud83d\udcd6 Table of Contents\r\n- [\u2728 Features](#-features)\r\n- [\ud83d\ude80 Quick Start](#-quick-start)\r\n- [\ud83d\udd27 Usage Examples](#-usage-examples)\r\n- [\ud83e\udd1d Contributing](#-contributing)\r\n- [\u2696\ufe0f License](#\ufe0f-license)\r\n\r\n## \ud83c\udf1f About Hey 403\r\n**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:\r\n\r\n- Geo-restrictions and censorship blocks \ud83d\udeab\r\n- DNS resolution inconsistencies \ud83c\udf0d\r\n- Server response variations \ud83d\udd04\r\n- Potential connectivity issues \ud83d\udd0d\r\n\r\n### Key Capabilities\r\n- Test domain accessibility through **15+ global DNS servers**\r\n- Detect **403 Forbidden** and other HTTP errors\r\n- Compare DNS resolution times \u23f1\ufe0f\r\n- Identify regional blocking patterns \ud83d\uddfa\ufe0f\r\n- Generate machine-readable reports \ud83d\udcca\r\n\r\n### Why Use Hey 403?\r\n- \ud83d\udea6 **Instant Diagnostics**: Verify domain accessibility in seconds\r\n- \ud83c\udf10 **Global Perspective**: Test against worldwide DNS providers\r\n- \ud83d\udd27 **Troubleshooting Made Easy**: Pinpoint DNS-related issues quickly\r\n- \ud83d\udcc8 **Performance Metrics**: Measure response times across providers\r\n\r\n## \u2728 Features\r\n| **Feature** | **Description** |\r\n|----------------------|------------------------------------------|\r\n| \ud83d\udeaa CLI First | Terminal-native interface |\r\n| \ud83c\udf0d 15+ Built-in DNS | Preconfigured DNS servers |\r\n| \u26a1 Parallel Testing | Concurrent DNS checks |\r\n| \ud83c\udfa8 Colorful Output | Rich text formatting |\r\n\r\n## \ud83d\ude80 Quick Start\r\n```bash\r\n# Install the package\r\npip install hey403\r\n\r\n# Run the main command\r\nhey403 --help\r\n```\r\n\r\n## \ud83d\udd27 Usage Examples\r\n```bash\r\n# Test a single domain\r\nhey403 example.com\r\n\r\n# Set best dns for current domain\r\nhey403 example.com --set\r\n\r\n```\r\n## \ud83e\udd1d Contributing\r\n1. Fork the repository\r\n2. Set up the development environment:\r\n ```bash\r\n git clone https://github.com/Diramid/hey-403-cli.git\r\n cd hey-403-cli\r\n pip install -e .[dev]\r\n ```\r\n3. Run tests:\r\n ```bash\r\n pytest tests/ -v\r\n ```\r\n4. Commit and push your changes:\r\n ```bash\r\n git checkout -b feature/amazing-feature\r\n git commit -m 'Add amazing feature'\r\n git push origin feature/amazing-feature\r\n ```\r\n5. Open a Pull Request\r\n\r\n## \u2696\ufe0f License\r\nDistributed under MIT License. See [LICENSE](https://github.com/Diramid/hey403/blob/main/LICENSE) for details.\r\n\r\n---\r\n\r\n> **Note** \ud83d\udce2 \r\n> Always use this tool responsibly and in compliance with local laws and regulations. \r\n> Unauthorized access to computer systems is strictly prohibited.\r\n",
"bugtrack_url": null,
"license": "MIT License\r\n \r\n Copyright (c) 2025 Diramid\r\n \r\n Permission is hereby granted, free of charge, to any person obtaining a copy\r\n of this software and associated documentation files (the \"Software\"), to deal\r\n in the Software without restriction, including without limitation the rights\r\n to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\r\n copies of the Software, and to permit persons to whom the Software is\r\n furnished to do so, subject to the following conditions:\r\n \r\n The above copyright notice and this permission notice shall be included in all\r\n copies or substantial portions of the Software.\r\n \r\n THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r\n IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\r\n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\r\n AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\r\n LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\r\n OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\r\n SOFTWARE.\r\n ",
"summary": "DNS accessibility testing tool for identifying 403 errors and network restrictions",
"version": "1.0.3",
"project_urls": {
"Documentation": "https://github.com/Diramid/hey-403-cli/blob/main/README.md",
"Homepage": "https://github.com/Diramid/hey-403-cli",
"Issues": "https://github.com/Diramid/hey-403-cli/issues"
},
"split_keywords": [
"dns",
" cli",
" security",
" 403",
" http-testing",
" network-troubleshooting"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "8414dde6c3a7016341aefdbabf5e7e262ac43893410191eab4d3b798a97920d9",
"md5": "e721b1477ac03523721202194abba437",
"sha256": "eb01063f32af8ef7d70b7a7c49a7ef0fcb827943131bea0f5c6ca16cf4c4ce80"
},
"downloads": -1,
"filename": "hey403-1.0.3-py3-none-any.whl",
"has_sig": false,
"md5_digest": "e721b1477ac03523721202194abba437",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.10",
"size": 11447,
"upload_time": "2025-01-28T22:07:33",
"upload_time_iso_8601": "2025-01-28T22:07:33.481893Z",
"url": "https://files.pythonhosted.org/packages/84/14/dde6c3a7016341aefdbabf5e7e262ac43893410191eab4d3b798a97920d9/hey403-1.0.3-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "7924886cd181e8fef3f6b766fab7efec04874c8cb54d33dacfc64440b286c7a7",
"md5": "c41bdc5d2d6738c55cc283fe9659c0ef",
"sha256": "9bcd8622d9ef2b9154ebebb7b302a8d47befda16582e7d516383fb290c7187bb"
},
"downloads": -1,
"filename": "hey403-1.0.3.tar.gz",
"has_sig": false,
"md5_digest": "c41bdc5d2d6738c55cc283fe9659c0ef",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.10",
"size": 12189,
"upload_time": "2025-01-28T22:07:37",
"upload_time_iso_8601": "2025-01-28T22:07:37.877731Z",
"url": "https://files.pythonhosted.org/packages/79/24/886cd181e8fef3f6b766fab7efec04874c8cb54d33dacfc64440b286c7a7/hey403-1.0.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-01-28 22:07:37",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Diramid",
"github_project": "hey-403-cli",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "hey403"
}