A DDoS defense system for flask applications, first sends users to a captcha page without a javascript script and creates a confirmation cookie/url arg after the captcha.
Raw data
{
"_id": null,
"home_page": "https://github.com/tn3w/flask_DDoSify",
"name": "flask-DDoSify",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "flask,Python,Bot,Captcha,DDoS",
"author": "TN3W",
"author_email": "tn3wA8xxfuVMs2@proton.me",
"download_url": "https://files.pythonhosted.org/packages/2c/bc/ca4cac3c0782409777b7e66ff27ad9975dd679864554d09df3017f9ff9a9/flask_DDoSify-1.2.5.tar.gz",
"platform": null,
"description": "A DDoS defense system for flask applications, first sends users to a captcha page without a javascript script and creates a confirmation cookie/url arg after the captcha.\n",
"bugtrack_url": null,
"license": "",
"summary": "Protect against bots and DDoS attacks",
"version": "1.2.5",
"project_urls": {
"Homepage": "https://github.com/tn3w/flask_DDoSify"
},
"split_keywords": [
"flask",
"python",
"bot",
"captcha",
"ddos"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "44264ce6d836ff9d7100504b7cfcb131736d7b4c7afe6612ddde579c9eff08a8",
"md5": "7d94f97d0b10d02350f56c3ed31df982",
"sha256": "d82ffec50bbd1363edb8ec3c6ee987d3fa3b6cd61a23b28324a5ddc85308dbd8"
},
"downloads": -1,
"filename": "flask_DDoSify-1.2.5-py3-none-any.whl",
"has_sig": false,
"md5_digest": "7d94f97d0b10d02350f56c3ed31df982",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 526519,
"upload_time": "2023-11-04T19:15:28",
"upload_time_iso_8601": "2023-11-04T19:15:28.643263Z",
"url": "https://files.pythonhosted.org/packages/44/26/4ce6d836ff9d7100504b7cfcb131736d7b4c7afe6612ddde579c9eff08a8/flask_DDoSify-1.2.5-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "2cbcca4cac3c0782409777b7e66ff27ad9975dd679864554d09df3017f9ff9a9",
"md5": "f8e920713c11e2ce518e8c2c69e3838d",
"sha256": "06141a4612e288865baa87d52c012ebf7b2bd13bf82b4c27d574d7a80e788579"
},
"downloads": -1,
"filename": "flask_DDoSify-1.2.5.tar.gz",
"has_sig": false,
"md5_digest": "f8e920713c11e2ce518e8c2c69e3838d",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 529527,
"upload_time": "2023-11-04T19:15:30",
"upload_time_iso_8601": "2023-11-04T19:15:30.532957Z",
"url": "https://files.pythonhosted.org/packages/2c/bc/ca4cac3c0782409777b7e66ff27ad9975dd679864554d09df3017f9ff9a9/flask_DDoSify-1.2.5.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-11-04 19:15:30",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "tn3w",
"github_project": "flask_DDoSify",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [
{
"name": "cryptography",
"specs": []
},
{
"name": "Flask",
"specs": []
},
{
"name": "googletrans",
"specs": [
[
"==",
"3.1.0a0"
]
]
},
{
"name": "beautifulsoup4",
"specs": []
},
{
"name": "ipaddress",
"specs": []
},
{
"name": "Jinja2",
"specs": []
},
{
"name": "Pillow",
"specs": []
},
{
"name": "requests",
"specs": []
},
{
"name": "bs4",
"specs": []
},
{
"name": "captcha",
"specs": []
},
{
"name": "bcrypt",
"specs": []
},
{
"name": "pycryptodome",
"specs": []
},
{
"name": "werkzeug",
"specs": [
[
">=",
"3.0.1"
]
]
}
],
"lcname": "flask-ddosify"
}