best403unlocker_py


Namebest403unlocker_py JSON
Version 0.0.1 PyPI version JSON
download
home_pagehttps://github.com/msnp1381/best403unlocker-py
Summarypython lib of best403unlocker
upload_time2024-12-02 07:34:35
maintainerNone
docs_urlNone
authorMuhammad sadegh nemat pour
requires_python<4.0,>=3.9
licenseMIT
keywords security 403 bypass web penetration-testing
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Best 403 Unlocker (Python Version)

## Key Differences and Features of the Python Version

The Python version of the 403 unlocker tool, available in [here](https://github.com/403unlocker/best403unlocker-py), has several key features:

### Python-based Implementation

Built using Python's robust networking libraries and tools, providing excellent DNS handling capabilities and cross-platform support.

### Cross-platform Support

Thanks to Python's portability, this project supports:

- **Windows** (manual DNS configuration required)
- **Linux** (automatic configuration)
- **macOS** (automatic configuration)

### Features

- Automated DNS speed testing
- Progress bar visualization
- Config file support
- Both CLI and interactive modes

## How to Run the Python Version

### Method 1 - Using pip (recommended)

```bash
pip install best403unlocker_py
```

### Method 2 - Using poetry (**NOT** recommended)

### Prerequisites

- Python 3.8 or higher
- Poetry package manager
- Administrative/root privileges (required for DNS configuration)

### Installation

1. Clone the repository:

```bash
git clone https://github.com/403unlocker/best403unlocker-py.git
cd best403unlocker-py
```

2. Install dependencies using Poetry:

```bash
poetry install
```

## Usage

### Default Interactive Mode

This will:

- Test all configured DNS servers
- Display a progress bar during testing
- Show results in a table format
- Prompt to apply the fastest DNS server

Command Line Options

1. Test DNS servers with applying:

    ```bash
    unlock403 [--url URL]
    ```

2. Test DNS servers without applying:

    ```bash
    unlock403 search-dns [--url URL]
    ```

3. Set custom DNS servers:

   ```bash
   unlock403 set-custom-dns 8.8.8.8 8.8.4.4
   ```

Examples
Find fastest DNS for a specific domain:

1. Default mode searche and set:

```bash
unlock403
```

2. Default mode searche and set with specific URL:

```bash
unlock403 --url developers.google.com
```

3. search with default url for dns:

```bash
unlock403 search-dns
```

4. search with custom url url for dns

```bash
unlock403 search-dns --url developers.google.com
```

## Credit

Original concept by [Arman Taheri](https://github.com/ArmanTaheriGhaleTaki)

## Contact

Feel free to open issues and PRs on GitHub.

[@msnp1381](https://github.com/msnp1381)
OR
[Email Me](mailto:mohamadnematpoor@gmail.com)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/msnp1381/best403unlocker-py",
    "name": "best403unlocker_py",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.9",
    "maintainer_email": null,
    "keywords": "security, 403, bypass, web, penetration-testing",
    "author": "Muhammad sadegh nemat pour",
    "author_email": "mohamadnematpoor@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/b4/25/410a6c79253054af59939e0adfc76def2ceafb2475c5a1010409dfa23b0c/best403unlocker_py-0.0.1.tar.gz",
    "platform": null,
    "description": "# Best 403 Unlocker (Python Version)\n\n## Key Differences and Features of the Python Version\n\nThe Python version of the 403 unlocker tool, available in [here](https://github.com/403unlocker/best403unlocker-py), has several key features:\n\n### Python-based Implementation\n\nBuilt using Python's robust networking libraries and tools, providing excellent DNS handling capabilities and cross-platform support.\n\n### Cross-platform Support\n\nThanks to Python's portability, this project supports:\n\n- **Windows** (manual DNS configuration required)\n- **Linux** (automatic configuration)\n- **macOS** (automatic configuration)\n\n### Features\n\n- Automated DNS speed testing\n- Progress bar visualization\n- Config file support\n- Both CLI and interactive modes\n\n## How to Run the Python Version\n\n### Method 1 - Using pip (recommended)\n\n```bash\npip install best403unlocker_py\n```\n\n### Method 2 - Using poetry (**NOT** recommended)\n\n### Prerequisites\n\n- Python 3.8 or higher\n- Poetry package manager\n- Administrative/root privileges (required for DNS configuration)\n\n### Installation\n\n1. Clone the repository:\n\n```bash\ngit clone https://github.com/403unlocker/best403unlocker-py.git\ncd best403unlocker-py\n```\n\n2. Install dependencies using Poetry:\n\n```bash\npoetry install\n```\n\n## Usage\n\n### Default Interactive Mode\n\nThis will:\n\n- Test all configured DNS servers\n- Display a progress bar during testing\n- Show results in a table format\n- Prompt to apply the fastest DNS server\n\nCommand Line Options\n\n1. Test DNS servers with applying:\n\n    ```bash\n    unlock403 [--url URL]\n    ```\n\n2. Test DNS servers without applying:\n\n    ```bash\n    unlock403 search-dns [--url URL]\n    ```\n\n3. Set custom DNS servers:\n\n   ```bash\n   unlock403 set-custom-dns 8.8.8.8 8.8.4.4\n   ```\n\nExamples\nFind fastest DNS for a specific domain:\n\n1. Default mode searche and set:\n\n```bash\nunlock403\n```\n\n2. Default mode searche and set with specific URL:\n\n```bash\nunlock403 --url developers.google.com\n```\n\n3. search with default url for dns:\n\n```bash\nunlock403 search-dns\n```\n\n4. search with custom url url for dns\n\n```bash\nunlock403 search-dns --url developers.google.com\n```\n\n## Credit\n\nOriginal concept by [Arman Taheri](https://github.com/ArmanTaheriGhaleTaki)\n\n## Contact\n\nFeel free to open issues and PRs on GitHub.\n\n[@msnp1381](https://github.com/msnp1381)\nOR\n[Email Me](mailto:mohamadnematpoor@gmail.com)\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "python lib of best403unlocker",
    "version": "0.0.1",
    "project_urls": {
        "Bug Tracker": "https://github.com/msnemp/best403unlocker-py/issues",
        "Changelog": "https://github.com/msnemp/best403unlocker-py/blob/main/CHANGELOG.md",
        "Documentation": "https://github.com/msnemp/best403unlocker-py#readme",
        "Homepage": "https://github.com/msnp1381/best403unlocker-py",
        "Repository": "https://github.com/msnp1381/best403unlocker-py"
    },
    "split_keywords": [
        "security",
        " 403",
        " bypass",
        " web",
        " penetration-testing"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "111a22737bb620caeb65efb35e04602acd2e8bb88d4cb8b931ef7dec834d6971",
                "md5": "a893f6e9062d52f2c472c7e495921269",
                "sha256": "2f32731b428972b9de9dab916ddafab5db9bdc05c7d7f52aed67a5295b48bb27"
            },
            "downloads": -1,
            "filename": "best403unlocker_py-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a893f6e9062d52f2c472c7e495921269",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.9",
            "size": 32189,
            "upload_time": "2024-12-02T07:34:33",
            "upload_time_iso_8601": "2024-12-02T07:34:33.310657Z",
            "url": "https://files.pythonhosted.org/packages/11/1a/22737bb620caeb65efb35e04602acd2e8bb88d4cb8b931ef7dec834d6971/best403unlocker_py-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b425410a6c79253054af59939e0adfc76def2ceafb2475c5a1010409dfa23b0c",
                "md5": "b49a5e35075d3201793e30c97c6c8670",
                "sha256": "5e869776bf21064f31bdae6d758174206bda47a6991b40bc75a7dde13ffb9f18"
            },
            "downloads": -1,
            "filename": "best403unlocker_py-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "b49a5e35075d3201793e30c97c6c8670",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.9",
            "size": 17670,
            "upload_time": "2024-12-02T07:34:35",
            "upload_time_iso_8601": "2024-12-02T07:34:35.275501Z",
            "url": "https://files.pythonhosted.org/packages/b4/25/410a6c79253054af59939e0adfc76def2ceafb2475c5a1010409dfa23b0c/best403unlocker_py-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-02 07:34:35",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "msnp1381",
    "github_project": "best403unlocker-py",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "best403unlocker_py"
}
        
Elapsed time: 0.41734s