{"id":27058519,"url":"https://github.com/trsecu/bypassing-403","last_synced_at":"2025-04-09T19:24:16.160Z","repository":{"id":286144709,"uuid":"960512921","full_name":"trsecu/bypassing-403","owner":"trsecu","description":"403 Bypass Tool - A  tool for bypassing 403 Forbidden responses","archived":false,"fork":false,"pushed_at":"2025-04-04T15:33:19.000Z","size":101,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-04T16:31:40.094Z","etag":null,"topics":["403-bypass","403-forbidden","hack","hacking","hacking-tool","naja","pentest-tool","python3","tools"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/trsecu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-04-04T15:04:37.000Z","updated_at":"2025-04-04T15:35:47.000Z","dependencies_parsed_at":"2025-04-04T16:32:23.825Z","dependency_job_id":"1a37d2fa-cd33-4b7a-ac7c-d8419fa9736f","html_url":"https://github.com/trsecu/bypassing-403","commit_stats":null,"previous_names":["trsecu/bypassing-403"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trsecu%2Fbypassing-403","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trsecu%2Fbypassing-403/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trsecu%2Fbypassing-403/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trsecu%2Fbypassing-403/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/trsecu","download_url":"https://codeload.github.com/trsecu/bypassing-403/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248096328,"owners_count":21047030,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["403-bypass","403-forbidden","hack","hacking","hacking-tool","naja","pentest-tool","python3","tools"],"created_at":"2025-04-05T12:15:30.342Z","updated_at":"2025-04-09T19:24:16.134Z","avatar_url":"https://github.com/trsecu.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 403 Bypass Tool\n\nA powerful tool for bypassing 403 Forbidden responses with multiple bypass techniques and professional output display.\n\n![403 Bypass Tool](https://img.shields.io/badge/Version-2.0-blue)\n![Python](https://img.shields.io/badge/Python-3.7%2B-green)\n![License](https://img.shields.io/badge/License-MIT-orange)\n\n## Features\n\n- **Multiple Bypass Techniques**\n  - HTTP Method Overriding\n  - IP Spoofing\n  - URL Rewriting\n  - Path Manipulation\n  - URL Encoding\n  - Double URL Encoding\n\n- **Professional Display**\n  - Color-coded status codes\n  - Progress tracking\n  - Detailed results\n  - Scan summary\n  - ASCII art banner\n\n- **Advanced Features**\n  - Concurrent scanning\n  - Retry mechanism\n  - Error handling\n  - Results saving\n  - Multiple target support\n    \n![Tool Screenshot](cmd.png)\n\n## Installation\n\n1. Clone the repository:\n```bash\ngit clone https://github.com/trsecu/bypassing-403.git\ncd bypassing-403\n```\n\n2. Install dependencies:\n```bash\npip install -r requirements.txt\n```\n\n## Usage\n\n### Basic Usage\n```bash\npython 403bypasser_Naja.py -u http://example.com -d /admin\n```\n\n### Command Line Arguments\n\n| Argument | Description | Example |\n|----------|-------------|---------|\n| `-u, --url` | Single URL to scan | `-u http://example.com` |\n| `-U, --urllist` | Path to list of URLs | `-U urllist.txt` |\n| `-d, --dir` | Single directory to scan | `-d /admin` |\n| `-D, --dirlist` | Path to list of directories | `-D dirlist.txt` |\n| `-t, --threads` | Number of concurrent threads | `-t 20` |\n\n### Examples\n\n1. Scan single URL with single directory:\n```bash\npython 403bypasser_Naja.py -u http://example.com -d /admin\n```\n\n2. Scan multiple URLs with multiple directories:\n```bash\npython 4403bypasser_Naja.py -U urllist.txt -D dirlist.txt\n```\n\n3. Scan with custom thread count:\n```bash\npython 403bypasser_Naja.py -u http://example.com -d /admin -t 20\n```\n\n## Bypass Techniques\n\n### 1. HTTP Method Overriding\n- Tests various HTTP method override headers\n- Tries different HTTP methods (GET, POST, PUT, etc.)\n\n### 2. IP Spoofing\n- Tests multiple IP spoofing headers\n- Uses various IP formats (localhost, 127.0.0.1, etc.)\n\n### 3. URL Rewriting\n- Tests URL rewrite headers\n- Modifies original URL path\n\n### 4. Path Manipulation\n- Tests path traversal techniques\n- Adds various prefixes and suffixes\n- Tests directory traversal\n\n### 5. URL Encoding\n- Tests single character URL encoding\n- Tests double URL encoding\n- Skips forward slashes to maintain path structure\n\n## Output Format\n\nThe tool provides detailed output with:\n- Color-coded status codes\n- Progress bar\n- Request details\n- Headers used\n- Scan summary\n\n### Status Code Colors\n- 🟢 200: Bright Green\n- 🔵 301/302: Bright Cyan\n- 🔴 403: Bright Red\n- 🟣 404: Bright Magenta\n- 🟡 400-402: Bright Yellow\n- 🔴 500-504: Bright Red\n- ⚪ Other: Bright White\n\n## Requirements\n\n- Python 3.7+\n- aiohttp\n- tldextract\n- validators\n- colorama\n- pyfiglet\n\n## License\n\nThis project is licensed under the MIT License - see the LICENSE file for details.\n\n## Author\n\n- **Naja**\n- GitHub: [@Naja](https://github.com/trsecu)\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n## Disclaimer\n\nThis tool is for educational purposes only. Use it responsibly and only on systems you have permission to test.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrsecu%2Fbypassing-403","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftrsecu%2Fbypassing-403","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrsecu%2Fbypassing-403/lists"}