{"id":20292498,"url":"https://github.com/mauricelambert/synflood","last_synced_at":"2026-05-22T16:34:24.545Z","repository":{"id":57472967,"uuid":"330489541","full_name":"mauricelambert/SynFlood","owner":"mauricelambert","description":"This package implements a DOS (Denial Of Service) tool in python (SYN Flood).","archived":false,"fork":false,"pushed_at":"2022-01-31T18:30:21.000Z","size":68,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-24T09:33:36.837Z","etag":null,"topics":["dos","pypi-package","python3","scapy","synflood"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mauricelambert.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-01-17T21:23:34.000Z","updated_at":"2024-05-21T17:25:07.000Z","dependencies_parsed_at":"2022-09-19T09:50:24.353Z","dependency_job_id":null,"html_url":"https://github.com/mauricelambert/SynFlood","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mauricelambert%2FSynFlood","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mauricelambert%2FSynFlood/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mauricelambert%2FSynFlood/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mauricelambert%2FSynFlood/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mauricelambert","download_url":"https://codeload.github.com/mauricelambert/SynFlood/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241787485,"owners_count":20020101,"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":["dos","pypi-package","python3","scapy","synflood"],"created_at":"2024-11-14T15:17:34.311Z","updated_at":"2026-05-22T16:34:24.492Z","avatar_url":"https://github.com/mauricelambert.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"![SynFlood logo](https://mauricelambert.github.io/info/python/security/SynFlood_small.png \"SynFlood logo\")\n\n# SynFlood\n\n## Description\n\nThis package implements a SYN flood attack (DOS attack: Denial Of Service).\n\n## Requirements\n\nThis package require:\n\n - python3\n - python3 Standard Library\n - Scapy\n\n## Installation\n\n```bash\npip install SynFlood \n```\n\n## Usages\n\n### Command lines\n\n```bash\npython3 -m SynFlood --help\n\npython3 SynFlood.pyz --verbose --dport 80 --source 0.0.0.0 --sport 45586 --interface 172.16.0. --data abc 8.8.8.8\n\nSynFlood -h\nSynFlood 8.8.8.8\nSynFlood -v -p 80 -s 0.0.0.0 -P 45586 -i 172.16.0. -d abc 8.8.8.8\n```\n\n### Python3\n\n```python\nfrom SynFlood import synflood, conf_iface\nsynflood(\"8.8.8.8\", 80, \"0.0.0.0\", 45586)\nsynflood(\"8.8.8.8\", 80, \"0.0.0.0\", 45586, b\"abc\", conf_iface)\n```\n\n## Link\n\n - [Github Page](https://github.com/mauricelambert/SynFlood)\n - [Pypi](https://pypi.org/project/SynFlood/)\n - [Documentation](https://mauricelambert.github.io/info/python/security/SynFlood.html)\n - [Python Executable](https://mauricelambert.github.io/info/python/security/SynFlood.pyz)\n\n## Help\n\n```\nusage: SynFlood [-h] [--dport DPORT] [--source SOURCE] [--sport SPORT] [--data DATA] [--verbose] [--interface INTERFACE] target\n\nThis script implements a SynFlood attack.\n\npositional arguments:\n  target                Target IP or hostname.\n\noptional arguments:\n  -h, --help            show this help message and exit\n  --dport DPORT, -p DPORT\n                        Destination port.\n  --source SOURCE, -s SOURCE\n                        Source IP.\n  --sport SPORT, -P SPORT\n                        Source port.\n  --data DATA, -d DATA  Additional data\n  --verbose, -v         Mode verbose (print debug message)\n  --interface INTERFACE, -i INTERFACE\n                        Part of the IP, MAC or name of the interface\n```\n\n## Licence\n\nLicensed under the [GPL, version 3](https://www.gnu.org/licenses/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmauricelambert%2Fsynflood","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmauricelambert%2Fsynflood","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmauricelambert%2Fsynflood/lists"}