{"id":28089295,"url":"https://github.com/triotion/loadtest","last_synced_at":"2025-07-27T10:17:25.645Z","repository":{"id":288087992,"uuid":"966667268","full_name":"Triotion/LoadTest","owner":"Triotion","description":"Layer7 based Advanced Website Load Test Tool with latest bypass ","archived":false,"fork":false,"pushed_at":"2025-04-30T03:58:54.000Z","size":529,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-30T04:33:54.987Z","etag":null,"topics":["akamai","bypass","cloudflare","cloudflare-bypass","ddos","ddos-guard","ddos-tool","flood","layer7","layer7-ddos","layer7bypass"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Triotion.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null}},"created_at":"2025-04-15T09:16:19.000Z","updated_at":"2025-04-30T03:58:57.000Z","dependencies_parsed_at":"2025-04-16T08:49:06.846Z","dependency_job_id":null,"html_url":"https://github.com/Triotion/LoadTest","commit_stats":null,"previous_names":["triotion/loadtest"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Triotion%2FLoadTest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Triotion%2FLoadTest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Triotion%2FLoadTest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Triotion%2FLoadTest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Triotion","download_url":"https://codeload.github.com/Triotion/LoadTest/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253948336,"owners_count":21988953,"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":["akamai","bypass","cloudflare","cloudflare-bypass","ddos","ddos-guard","ddos-tool","flood","layer7","layer7-ddos","layer7bypass"],"created_at":"2025-05-13T12:56:01.923Z","updated_at":"2025-05-13T12:56:02.610Z","avatar_url":"https://github.com/Triotion.png","language":"JavaScript","readme":"# Advanced Website Load Testing Tool\n\nA powerful and feature-rich load testing tool designed for security testing and performance evaluation purposes.\n\n## Features\n\n- **Advanced Load Testing**: Generate high-volume traffic with customizable request rates, connections, and durations\n- **Security Bypass Techniques**: Modern bypass techniques for popular protection systems like Cloudflare, Akamai, Imperva, and AWS WAF\n- **Protocol Support**: HTTP/1.1 and HTTP/2 support\n- **Proxy Support**: Rotate through proxies or use a single proxy\n- **Protection Detection**: Auto-detect protection systems and apply appropriate bypass techniques\n- **Detailed Statistics**: Real-time and final statistics on requests, success rates, bandwidth usage, and more\n- **Customizable Options**: Extensive command-line options for fine-tuning your testing\n\n## Installation\n\n```bash\n# Clone the repository\ngit clone https://github.com/Triotion/LoadTest.git\n\n# Install dependencies\ncd LoadTest\nnpm install\n```\n\n## Usage\n\n```bash\nnode loadtester.js -t https://example.com [options]\n```\n\n### Basic Options\n\n- `-t, --target \u003curl\u003e`: Target URL (required)\n- `-c, --connections \u003cnumber\u003e`: Number of concurrent connections (default: 10)\n- `-d, --duration \u003cseconds\u003e`: Test duration in seconds (default: 30)\n- `-m, --method \u003cmethod\u003e`: HTTP method to use (GET, POST, etc.) (default: GET)\n- `-r, --rate \u003cnumber\u003e`: Requests per second per worker (default: 50)\n- `-b, --bypass \u003ctechniques\u003e`: Comma-separated list of bypass techniques (default: all)\n\n### Advanced Options\n\n- `--headers \u003cheaders\u003e`: Custom headers in JSON format\n- `--verbose`: Enable verbose output\n- `--delay \u003cms\u003e`: Delay between requests in ms\n- `--proxy \u003cproxy\u003e`: Use proxy (format: host:port)\n- `--proxy-file \u003cfile\u003e`: Load proxies from file (format: host:port per line)\n- `--auto-detect`: Auto-detect best bypass techniques for target\n- `--protocol \u003cprotocol\u003e`: HTTP protocol to use (http1, http2)\n\nFor more options, run:\n\n```bash\nnode loadtester.js --help\n```\n\n## Example Commands\n\nBasic load test:\n```bash\nnode loadtester.js -t https://example.com -d 60 -c 100\n```\n\nWith Cloudflare bypass:\n```bash\nnode loadtester.js -t https://example.com -b cloudflareUAMBypass,cloudflareTurnstileBypass -d 60 -c 50\n```\n\nWith proxies:\n```bash\nnode loadtester.js -t https://example.com --proxy-file ./proxies.txt -d 120 -c 200\n```\n\nAuto-detect protection:\n```bash\nnode loadtester.js -t https://example.com --auto-detect -d 60 -c 100\n```\n\n## Bypass Techniques\n\nThe tool includes numerous bypass techniques for different protection systems:\n\n- **Cloudflare**: UAM bypass, Turnstile bypass, Managed Challenge bypass, and more\n- **Akamai**: Bot Manager bypass, fingerprint scrambling\n- **Imperva/Incapsula**: Advanced bypass techniques\n- **AWS WAF/Shield**: Specialized bypass methods\n- **Generic**: Header randomization, browser capabilities simulation, and more\n\n## Important Disclaimer\n\nThis tool is provided for **EDUCATIONAL and LEGITIMATE SECURITY TESTING purposes only**. Only use on systems you own or have explicit permission to test. Unauthorized testing is illegal and unethical.\n\n## Support Development\n\nIf you find this tool valuable, consider donating to support ongoing development:\n\n- BTC: bc1qtkm7dzjp76gx8t9c02pshfd8rzarj6gj9yzglu\n- ETH: 0x88Aa0E09a5A62919321f38Fb4782A17f4dc91A9B\n- XMR: 0x6730c52B3369fD22E3ACc6090a3Ee7d5C617aBE0\n\n## Author\n\nDeveloped By Triotion - [Telegram Channel](https://t.me/Triotion)\n\n## License\n\nThis project is licensed under the MIT License - see the LICENSE file for details. \n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftriotion%2Floadtest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftriotion%2Floadtest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftriotion%2Floadtest/lists"}