{"id":15912811,"url":"https://github.com/tintinweb/dhcpv4v6","last_synced_at":"2025-04-03T03:15:45.031Z","repository":{"id":5633824,"uuid":"6842051","full_name":"tintinweb/DHCPv4v6","owner":"tintinweb","description":"low-level scapy based dhcp client script (ipv4 ipv6)","archived":false,"fork":false,"pushed_at":"2013-08-19T18:22:51.000Z","size":58,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-08T17:13:46.656Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tintinweb.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":"2012-11-24T17:01:58.000Z","updated_at":"2015-07-18T15:09:35.000Z","dependencies_parsed_at":"2022-08-24T20:50:52.228Z","dependency_job_id":null,"html_url":"https://github.com/tintinweb/DHCPv4v6","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/tintinweb%2FDHCPv4v6","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tintinweb%2FDHCPv4v6/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tintinweb%2FDHCPv4v6/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tintinweb%2FDHCPv4v6/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tintinweb","download_url":"https://codeload.github.com/tintinweb/DHCPv4v6/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246927843,"owners_count":20856198,"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":[],"created_at":"2024-10-06T16:21:13.356Z","updated_at":"2025-04-03T03:15:44.997Z","avatar_url":"https://github.com/tintinweb.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"DHCPv4v6\n========\n\nlow-level scapy based dhcp client script (ipv4 ipv6)\n\nTodo\n========\n* make threadable\n* support more dhcp states\n* fix v6 code!\n\nUsage\n========\n\n\tspecific_macs=[\"00:11:22:33:44:50\",\"00:11:22:33:44:51\",\"00:11:22:33:44:52\",\"00:11:22:33:44:53\",\"00:11:22:33:44:54\",\"00:11:22:33:44:60\",\"00:11:22:33:44:61\",\"00:11:22:33:44:62\",\"00:11:22:33:44:63\"]\n\tconf.checkIPaddr=False\n\tconf.iface=\"eth2\"\n\tconf.verb=False\n\tfor m in specific_macs:\n\t    c = DHCPv4Client()\n\t    c.send_discover(src_mac=m)\n\t    c.wait_for_response()\n\t    c.send_request()\n\t    c.wait_for_response()\n\t    print c\n\tfor m in specific_macs:\n\t    c = DHCPv6Client()\n\t    c.send_discover(src_mac=m)\n\t    c.wait_for_response()\n\t    c.send_request()\n\t    c.wait_for_response()\n\t    print c","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftintinweb%2Fdhcpv4v6","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftintinweb%2Fdhcpv4v6","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftintinweb%2Fdhcpv4v6/lists"}