{"id":51287904,"url":"https://github.com/whatsmyaddress/vlab-toolkit","last_synced_at":"2026-06-30T07:32:10.188Z","repository":{"id":310713923,"uuid":"1040953450","full_name":"whatsmyaddress/vlab-toolkit","owner":"whatsmyaddress","description":"setup \u0026 check on misconfiguration stuff just in seconds just like ninja ","archived":false,"fork":false,"pushed_at":"2025-08-21T06:40:28.000Z","size":59,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-19T06:48:07.899Z","etag":null,"topics":["all-in-one","automation","bash","configuration","installer-script","security-tools","virtual-machine","vulnerability-scanners"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/whatsmyaddress.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,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-08-19T18:54:03.000Z","updated_at":"2025-08-20T08:36:16.000Z","dependencies_parsed_at":"2025-08-19T20:47:20.674Z","dependency_job_id":"5ae039cc-6c2c-414e-89a7-0d097d8c9390","html_url":"https://github.com/whatsmyaddress/vlab-toolkit","commit_stats":null,"previous_names":["vasillieux/vlab-toolkit","vasillesc/vlab-toolkit","yehmehneh/vlab-toolkit","whatsmyaddress/vlab-toolkit"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/whatsmyaddress/vlab-toolkit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whatsmyaddress%2Fvlab-toolkit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whatsmyaddress%2Fvlab-toolkit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whatsmyaddress%2Fvlab-toolkit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whatsmyaddress%2Fvlab-toolkit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/whatsmyaddress","download_url":"https://codeload.github.com/whatsmyaddress/vlab-toolkit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whatsmyaddress%2Fvlab-toolkit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34957626,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-30T02:00:05.919Z","response_time":92,"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":["all-in-one","automation","bash","configuration","installer-script","security-tools","virtual-machine","vulnerability-scanners"],"created_at":"2026-06-30T07:32:09.606Z","updated_at":"2026-06-30T07:32:10.176Z","avatar_url":"https://github.com/whatsmyaddress.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"## vlab\n\n- want to just get stuff done with no obselete dependencies \nwhen running your new qemu/docker/server lab?\n- wanna to get specific package but don't want to setup it few hours just to test something?\n- you're not sure that your lab-system is safe?\n- \u003cdel\u003ejust browse interesting scripts?\u003c/del\u003e\n\n```\n /\\_/\\           \n( o o )   go ahead!\n==_Y_==    check demo and quick start!\n  `-'      \n```\n\n## Demo\nCheck the demo! This is fresh-setuped Ubuntu 25.04 via [lima](https://github.com/lima-vm/lima). \nVlab's helping to perform all quick checks and setup neccessary software, even with hard compilation process\n\u003cp align=\"center\"\u003e\n    \u003cimg width=\"800\" height=\"450\" alt=\"demo\" src=\"https://github.com/user-attachments/assets/7d3fdebb-805a-4460-b53a-7cc802103bcb\" /\u003e\n\u003c/p\u003e\n\n## Screenshots\n\u003cp\u003e\n    \u003cimg width=\"500\" height=\"230\" alt=\"1\" src=\"https://github.com/user-attachments/assets/b8bd8d51-8feb-4cf9-8176-ed36b02574b1\" /\u003e\n\u003c/p\u003e\n\n\n## features\n\n-   **cross-distro support:** works on ubuntu, arch, and \u003cdel\u003enixos\u003c/del\u003e using the native package manager.\n-   **modular design:** logic is separated into a controller, installer modules, and os-specific definitions.\n-   **targeted installation:** install only the toolsets you need (recon, wifi, general, evm, docker).\n-   **sandbox verification:** analyzes the running environment to detect potential isolation weaknesses and provides hardening advice.\n-   **.sh only** no other deps.\n-   **user-defined modules**: install via remote repos \n-   **security**: verification 3rd party modules with hash\n\n## prerequisites\n\n-   a supported os: ubuntu (debian-based), arch linux, or nixos.\n-   root or `sudo` privileges. (for now..)\n-   an active internet connection.\n\n## usage\n\ninstall in one-line command \n```sh\ncurl -fsSL https://raw.githubusercontent.com/vasillieux/vlab-toolkit/main/bootstrap.sh | sudo bash\n```\n\nafter you can use the same command to call `vlab.sh` or \ncall it directly \\\n```sudo /usr/share/vlab/core/vlab.sh```\n\n## addons \n\nYou can install additional modules via vlab's menu \\\nThe recommended (yet empty) repo is:\n\n`https://github.com/vasillieux/vlab-modules-community`\n\n## todo \n\n- snapshots \n- more default and non-default stuff, kinda weirdo labs. suggest this requires catalogue..\n- linking, prebuilt docker images for weird project \n- setup vpn, rdp, and stuff.\n- \u003cdel\u003esimpler clone\u0026usage, better oneliner \u003c/del\u003e\n\n## disclaimer\n\nthis toolkit installs security software. use it responsibly and only on systems you are authorized to test. the authors are not responsible for any misuse.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwhatsmyaddress%2Fvlab-toolkit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwhatsmyaddress%2Fvlab-toolkit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwhatsmyaddress%2Fvlab-toolkit/lists"}