{"id":13826334,"url":"https://github.com/perunworks/zenected","last_synced_at":"2025-07-09T00:32:55.431Z","repository":{"id":216003503,"uuid":"81220391","full_name":"perunworks/zenected","owner":"perunworks","description":"Zenected Threat Defense VPN","archived":false,"fork":false,"pushed_at":"2017-04-28T02:35:22.000Z","size":37,"stargazers_count":13,"open_issues_count":1,"forks_count":5,"subscribers_count":0,"default_branch":"master","last_synced_at":"2024-08-05T09:15:10.147Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://zenected.com","language":"Shell","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/perunworks.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,"governance":null,"roadmap":null,"authors":null}},"created_at":"2017-02-07T15:02:23.000Z","updated_at":"2024-06-26T02:20:03.000Z","dependencies_parsed_at":"2024-01-28T03:45:18.908Z","dependency_job_id":"213cb4dc-501b-4d74-8c2b-268643db3d59","html_url":"https://github.com/perunworks/zenected","commit_stats":null,"previous_names":["perunworks/zenected"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/perunworks%2Fzenected","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/perunworks%2Fzenected/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/perunworks%2Fzenected/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/perunworks%2Fzenected/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/perunworks","download_url":"https://codeload.github.com/perunworks/zenected/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225476384,"owners_count":17480215,"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-08-04T09:01:35.796Z","updated_at":"2024-11-20T05:30:37.654Z","avatar_url":"https://github.com/perunworks.png","language":"Shell","funding_links":[],"categories":["\u003ca id=\"d62a971d37c69db9f3b9187318c3921a\"\u003e\u003c/a\u003e工具"],"sub_categories":["\u003ca id=\"8ea8f890cf767c3801b5e7951fca3570\"\u003e\u003c/a\u003e公网访问局域网"],"readme":"![Zenected](https://zenected.com/zenected_logo_h120.png)\nZenected Threat Defense VPN\n---------------------------\n\n__Zenected__ is a cloud based security threat protection service. It’s delivered through a set of pre-configured services. Once a user connects to the __Zenected__, that user’s network traffic is filtered to keep the bad things out (e.g. phishing sites, malware). The only thing this a user has to configure on the endpoint device (be it a mobile device, a desktop or laptop or IoT device) is a VPN connection.\n\nAll services are updated every hour with a new set of threat indicators prepared by Perun Works.\n\n__Zenected__ is easy to manage. It uses a web front-end for administrators to manage your instance. An administrator user can:\n- manage __Zenected__ users including adding more admin users\n- blacklist URLs or domain names that you don't want your users to access\n- whitelist URLs or domain names, that were identified as malicious but you still want your users to be able to get to them\n- review exception requests from users\n\nIf you are a __Zenected__ end-user what you will like about it, is:\n- no need to install additional software on your mobile phone, tablet or laptop – __Zenected__ uses standard OS features build-in into all modern systems\n- if you encounter a certain resource blocked by the system, you can request an exception. Each exception is then reviewed by an administrator.\n\nFor more info and resources visit: https://zenected.com\n\n__Zenected__ code posted on GitHub is licensed under GNU General Public License (https://www.gnu.org/licenses/gpl-3.0.en.html). More code will be posted in due course so please visit this pages regularly.\n\nRequirements\n------------\n1. Host running Ubuntu 14.04 LTS. You can use the mini install (https://help.ubuntu.com/community/Installation/MinimalCD)\n2. If you plan to run it at home, please make sure you have a routable IP address. If you are not sure about it, please ask you ISP for help.\n3. Make sure you open the following ports on your router:\n   `tcp 80` (webserver),\n   `tcp 443` (webserver - user admin and Zenected admin),\n   `udp 500` (VPN),\n   `udp 4500` (VPN)\n\nInstallation\n------------\nIt's fairly simple, but requires a few steps.\n\n1. Copy the **__zenected_install.sh__** into your future __Zenected__ server to __/opt__ folder.\n2. Make the file executable by:\n   `sudo chmod 750 /opt/zenected_install.sh`\n3. Run it:\n   `sudo /opt/zenected_install.sh`\n4. Relax for a few minutes. Now it's a good time to grab a coffee. The install will take a few minutes depending on your system specs.\n5. Once the script finishes, check if __Zenected__ got installed by:\n   `dpkg -s zenected-aws`\n6. If the __zenected__ package is not installed, you can install it by:\n   `sudo apt-get install zenected-aws`\n7. Once __zenected__ is installed on your system, please configure it by running:\n   `sudo /opt/zenected/zenected_setup.zenx`\n   \nThanks!\n-------\n__Zenected__ uses a lot of great free software. Here is a list:\n\n- Ubuntu (http://www.ubuntu.com/)\n- PHP (https://secure.php.net/)\n- MySQL (http://www.mysql.com/)\n- daloRADIUS (http://www.daloradius.com/)\n- Dnsmasq (http://www.thekelleys.org.uk/dnsmasq/doc.html)\n- Squid (http://www.squid-cache.org/)\n- SquidGuard (http://www.squidguard.org/)\n\nNews and updates\n----------------\nFor news and updates please follow us on:\n\n- Facebook: https://www.facebook.com/Zenected/\n- Twitter: https://twitter.com/zenected\n\nLast but not least...\n---------------------\nWe are proud to be presented on BlackHat Asia 2017 Arsenal.\n[![Black Hat Arsenal](https://zenected.com/wp-content/uploads/2017/02/blackhat_2017.png)](https://www.toolswatch.org/2017/02/the-black-hat-arsenal-asia-2017-great-line-up/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fperunworks%2Fzenected","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fperunworks%2Fzenected","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fperunworks%2Fzenected/lists"}