{"id":20827622,"url":"https://github.com/bonifield/ipv4mutate","last_synced_at":"2026-05-16T18:33:05.174Z","repository":{"id":62571577,"uuid":"351638469","full_name":"bonifield/IPv4Mutate","owner":"bonifield","description":"performs various mutations on IPv4 addresses, such as converting to binary, hex, octal, urlencoded, and more","archived":false,"fork":false,"pushed_at":"2022-02-11T19:15:29.000Z","size":11,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-14T18:39:50.275Z","etag":null,"topics":["bug-bounty","bug-hunting","ip-address-tool","ipv4","json","networking","penetration-testing","python","python3","webapplicationhacking"],"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/bonifield.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}},"created_at":"2021-03-26T02:30:21.000Z","updated_at":"2022-11-23T18:28:44.000Z","dependencies_parsed_at":"2022-11-03T18:26:29.277Z","dependency_job_id":null,"html_url":"https://github.com/bonifield/IPv4Mutate","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bonifield/IPv4Mutate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bonifield%2FIPv4Mutate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bonifield%2FIPv4Mutate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bonifield%2FIPv4Mutate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bonifield%2FIPv4Mutate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bonifield","download_url":"https://codeload.github.com/bonifield/IPv4Mutate/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bonifield%2FIPv4Mutate/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268695082,"owners_count":24291956,"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","status":"online","status_checked_at":"2025-08-04T02:00:09.867Z","response_time":79,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["bug-bounty","bug-hunting","ip-address-tool","ipv4","json","networking","penetration-testing","python","python3","webapplicationhacking"],"created_at":"2024-11-17T23:12:33.803Z","updated_at":"2026-05-16T18:33:05.163Z","avatar_url":"https://github.com/bonifield.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# IPv4Mutate\nperforms various mutations on IPv4 addresses, such as converting to binary, hex, octal, urlencoded, and more\n\n### Installation\n```\nuv add ipv4mutate\n# or\npip install ipv4mutate\n```\n\n### Usage\n```\nfrom ipv4mutate import IPv4Mutate\ni = IPv4Mutate(\"127.0.5.7\")\nprint(i.mutate_hex)\n```\n\n### Available Attributes\n```\nmutate_binary\nmutate_dotted_hex\nmutate_hex\nmutate_octal\nmutate_octal_padded\nmutate_zero_padded\nmutate_zero_stripped\nmutate_urlencoded\nmutate_decimal\n```\n\n### Example Output (via `tests/test_ipv4mutate.py`)\n```\nIP: 127.0.5.7\n        mutate_binary            01111111.00000000.00000101.00000111\n        mutate_dotted_hex        0x7f.0x0.0x5.0x7\n        mutate_hex               0x7f000507\n        mutate_octal             0177.00.05.07\n        mutate_octal_padded      0000000000000000000177.000000000000000000000.00000005.00000000007\n        mutate_zero_padded       127.000.005.007\n        mutate_zero_stripped     127.5.7\n        mutate_urlencoded        %31%32%37%2e%30%2e%35%2e%37\n        mutate_decimal           2130707719\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbonifield%2Fipv4mutate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbonifield%2Fipv4mutate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbonifield%2Fipv4mutate/lists"}