{"id":14637995,"url":"https://github.com/0xgkd/awvs","last_synced_at":"2025-09-07T06:31:41.979Z","repository":{"id":181427168,"uuid":"666760431","full_name":"0xgkd/awvs","owner":"0xgkd","description":"A version of awvs docker based on Ubuntu 18.04","archived":false,"fork":false,"pushed_at":"2024-11-29T04:07:30.000Z","size":2270,"stargazers_count":97,"open_issues_count":12,"forks_count":8,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-11-29T04:27:44.841Z","etag":null,"topics":["awvs","docker","docker-image","multi-engine"],"latest_commit_sha":null,"homepage":"","language":null,"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/0xgkd.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}},"created_at":"2023-07-15T13:40:11.000Z","updated_at":"2024-11-29T04:07:34.000Z","dependencies_parsed_at":"2023-11-29T11:30:40.462Z","dependency_job_id":"10a74a58-dc68-4061-8516-b8cdfcd9eaaa","html_url":"https://github.com/0xgkd/awvs","commit_stats":null,"previous_names":["0xgkd/awvs"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xgkd%2Fawvs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xgkd%2Fawvs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xgkd%2Fawvs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xgkd%2Fawvs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/0xgkd","download_url":"https://codeload.github.com/0xgkd/awvs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":232183037,"owners_count":18484723,"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":["awvs","docker","docker-image","multi-engine"],"created_at":"2024-09-10T02:01:32.263Z","updated_at":"2025-09-07T06:31:41.950Z","avatar_url":"https://github.com/0xgkd.png","language":null,"funding_links":[],"categories":["Others"],"sub_categories":[],"readme":"![Version](https://img.shields.io/badge/Version-V25.1.250204093-red)\n# Docker AWVS\nDocker awvs version manually created based on Pwn3rzs license and Ubuntu 18.04\n# Latest version: AWVS v25.1.250204093\n# Usage:\n- docker pull 0xgkd/awvs\n- docker run -it -d -p 13443:3443 0xgkd/awvs\n# Login Credentials:\n- username: admin@gkd.com\n- password: Oxgkd123\n# Update:\n- 2025.02.28 - AWVS v25.1.250204093\n- 2024.11.28 - AWVS v24.10.241106172\n- 2024.11.05 - AWVS v24.9.241015145\n- 2024.09.09 - AWVS v24.8.240828144\n- 2024.07.15 - AWVS v24.6.240626115\n- 2024.06.16 - AWVS v24.4.240514098\n- 2024.06.03 - AWVS v24.4.240427095\n- 2024.05.03 - AWVS v24.3.240322155\n- 2024.04.09 - AWVS v24.2.240226074\n- 2024.03.01 - AWVS v24.1.240111130(8c152dacb50f)\n\n- **~~2024.02.29 - AWVS v24.1.240111130~~**\n\u003e **v24.1240111130 official remove startup files caused image f65c263bf9ba abnormality, fixed in 8c152dacb50f**\n- 2024.01.17 - AWVS v23.11.231123131\n- 2023.11.29 - AWVS v23.9.231020153\n- 2023.10.19 - AWVS v23.9.231005181\n- 2023.10.10 - AWVS v23.8.230905089\n- 2023.08.25 - AWVS v23.7.230728157\n- 2023.07.15 - AWVS v23.6.230628115\n# Engine Update:\n- 2025.02.28 - Engine v25.1.250204093\n- 2024.11.28 - Engine v24.10.241106172\n- 2024.11.05 - Engine v24.9.241015145\n- 2024.10.16 - Engine v24.8.240828144\n# Multi-Engine:\n```\nStep 1: Pull Image\ndocker pull 0xgkd/awvs-engine\n\nStep 2: Start Container\ndocker run -it -d -p 13443:3443 --name main 0xgkd/awvs\ndocker run -it -d -p 13446:3443 --name worker1 0xgkd/awvs-engine\n\nStep 3: Confirm IP Address Of Container\ndocker inspect -f '{{.Name}} - {{.NetworkSettings.IPAddress }}' $(docker ps -aq)\nExample:\n/worker1 - 172.17.0.3\n/main - 172.17.0.2\n\nStep 4: Finish Registration\nAccess main and worker1 and use above ip address of container to fill in on the registration page\nExample:\nhttps://172.17.0.3:3443\nhttps://172.17.0.2:3443\n```\n# Image Size:\n![image](https://github.com/0xgkd/awvs/blob/main/image.jpg)\n![size](https://github.com/0xgkd/awvs/blob/main/size.jpg)\n![engine](https://github.com/0xgkd/awvs/blob/main/engine.jpg)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xgkd%2Fawvs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F0xgkd%2Fawvs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xgkd%2Fawvs/lists"}