{"id":17287455,"url":"https://github.com/utoni/tcp-split","last_synced_at":"2025-03-26T17:19:46.329Z","repository":{"id":54652106,"uuid":"502949954","full_name":"utoni/tcp-split","owner":"utoni","description":"split tcp segments using scapy","archived":false,"fork":false,"pushed_at":"2022-08-08T13:51:41.000Z","size":21,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-31T22:11:48.746Z","etag":null,"topics":["python3","scapy","tcp","tcp-protocol","tcp-segmentation"],"latest_commit_sha":null,"homepage":"","language":"Python","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/utoni.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}},"created_at":"2022-06-13T12:37:19.000Z","updated_at":"2023-07-11T14:38:01.000Z","dependencies_parsed_at":"2022-08-13T22:50:42.354Z","dependency_job_id":null,"html_url":"https://github.com/utoni/tcp-split","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/utoni%2Ftcp-split","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/utoni%2Ftcp-split/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/utoni%2Ftcp-split/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/utoni%2Ftcp-split/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/utoni","download_url":"https://codeload.github.com/utoni/tcp-split/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245699263,"owners_count":20657987,"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":["python3","scapy","tcp","tcp-protocol","tcp-segmentation"],"created_at":"2024-10-15T10:02:41.053Z","updated_at":"2025-03-26T17:19:46.310Z","avatar_url":"https://github.com/utoni.png","language":"Python","readme":"tcp-split\n=========\n\nThis project is mostly used for my personal research and testing purposes.\n\nSplit TCP segments of a stream into smaller ones using Scapy and PCAP files.\nInspired and Copy\u0026Paste from [scapy-tcp-extractor](https://github.com/deeso/scapy-tcp-extractor).\n\n```shell\nusage: TCPSplit.py [-h] [-o OUTPUT] [-s] [-l LENGTH] [-b BPF] input\n\npositional arguments:\n  input                 PCAP input file\n\noptions:\n  -h, --help            show this help message and exit\n  -o OUTPUT, --output OUTPUT\n                        PCAP output file\n  -s, --summary         Print found TCP Streams to stdout\n  -l LENGTH, --length LENGTH\n                        Split TCP payload every n bytes\n  -b BPF, --bpf BPF     BPF filter to apply\n```\n\nYou can use the `example.pcapng` which contains two TCP Streams with some ASCII content by typing:\n\n`./TCPSplit.py -o ./splitted.pcap -l1 -s ./example.pcapng`\n\nThis will print a summary of all found TCP streams and split the TCP segments into segments of 1 byte size. The resulting `splitted.pcap` file should contain valid TCP streams.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Futoni%2Ftcp-split","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Futoni%2Ftcp-split","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Futoni%2Ftcp-split/lists"}