{"id":18387175,"url":"https://github.com/shkudw/enviro6","last_synced_at":"2026-02-01T21:33:59.512Z","repository":{"id":252538200,"uuid":"840667310","full_name":"ShkudW/Enviro6","owner":"ShkudW","description":"Enviro6 is a Python-based script for traffic management based on IPv6 in a local network The tool uses a DHCPv6 server and a DNS server, and allows a good infrastructure for a variety of man-in-the-middle attacks and poisoning DNS records","archived":false,"fork":false,"pushed_at":"2024-12-29T13:02:17.000Z","size":97,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-06T20:51:27.323Z","etag":null,"topics":["attack-tools","ipv6-network","pentesting","phishing","python3","redteam"],"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/ShkudW.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-10T10:11:25.000Z","updated_at":"2024-12-29T13:02:20.000Z","dependencies_parsed_at":"2024-09-11T10:58:54.946Z","dependency_job_id":null,"html_url":"https://github.com/ShkudW/Enviro6","commit_stats":null,"previous_names":["shkudw/enviro6"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ShkudW/Enviro6","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShkudW%2FEnviro6","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShkudW%2FEnviro6/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShkudW%2FEnviro6/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShkudW%2FEnviro6/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ShkudW","download_url":"https://codeload.github.com/ShkudW/Enviro6/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShkudW%2FEnviro6/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28991750,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-01T20:57:35.821Z","status":"ssl_error","status_checked_at":"2026-02-01T20:57:29.580Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["attack-tools","ipv6-network","pentesting","phishing","python3","redteam"],"created_at":"2024-11-06T01:25:05.532Z","updated_at":"2026-02-01T21:33:59.492Z","avatar_url":"https://github.com/ShkudW.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Enviro6 -  IPv6 DHCP \u0026 DNS Server Configuration Tool and Sniffing Tool\n\n\nThis tool is designed to automatically set up and configure a Linux-based server (e.g., Kali Linux) as an IPv6 DHCP, DNS, and Router Advertisement Daemon (RADVD) server. The script facilitates the deployment of a fully functional IPv6 environment, where the server can act as the default gateway, DNS server, and DHCPv6 server for the network clients.\n\n## Key Features\n\n- **DHCPv6**: Automatically set up a DHCPv6 server with a unique ULA (Unique Local Address) to assign IPv6 addresses to devices on the network.\n- **DNS**: Configure a DNS server that maps domains to IPv6 and IPv4 addresses as specified by the user.\n- **Router Advertisement (RA)**: Broadcast router advertisements in the network to inform devices about router addresses and other configurations.\n- **Sniffing**: Monitor and listen to Neighbor Discovery Protocol (NDP) activity in the network.\n- **Restore**: Restore network settings to their previous state before any changes were made by the tool.\n\n## Installation\n\nThe tool is Python-based and requires a few dependencies to be installed on a Kali Linux environment.\n\n1. Clone the repository:\n    ```bash\n    python3 -m venv Enviro6\n    Source Enviro6/bin/active\n    cd Enviro6\n    git clone https://github.com/ShkudW/Enviro6.git\n    cd Enviro6\n    ```\n\n2. Install the necessary dependencies:\n    ```bash\n    sudo apt-get update\n    sudo apt-get install isc-dhcp-server dnsmasq radvd python3-pip netplan\n    pip3 install colorama\n    ```\n\n### Examples\n\n- **Setting up DHCPv6 and DNSv6**:\n    ```bash\n    python3 Enviro6.py -iface \u003ceth0\u003e -dns -domain \u003cexample.co.il\u003e\n    ```\n\n- **Sniffing NDP traffic**:\n    ```bash\n    python3 Enviro6.py -iface \u003ceth0\u003e -sniff\n    ```\n\n- **Restoring configurations**:\n    ```bash\n    python3 Enviro6.py -restore\n    ```\n\n## PoC:\n\nStarting DHCP and DNS Servers:\n\n![image](https://github.com/user-attachments/assets/077d080a-a7eb-4abd-92e4-a07c0b784fd3)\n\n\nThe Victim (Windows 10 Machine, Before The Attack and After):\n![image](https://github.com/user-attachments/assets/ed9288f4-05ac-438b-9c6d-8d597aebbda5)\n\n\nThe Victim's DNS Server:\n\n![image](https://github.com/user-attachments/assets/38f5e133-d930-488d-bde9-7504c7563d32)\n\n\nStop The attack and Restore all the configuration on kali machine:\n\n![image](https://github.com/user-attachments/assets/72ed76a9-709b-4721-97dc-885711f2a936)\n\n\nSniffing function:\n\n![image](https://github.com/user-attachments/assets/e037883e-c98a-46aa-8f6c-206c5a8cf739)\n\n\n# Enjoy!\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshkudw%2Fenviro6","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshkudw%2Fenviro6","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshkudw%2Fenviro6/lists"}