{"id":13845943,"url":"https://github.com/Lee-0x00/sec-awvs-agent","last_synced_at":"2025-07-12T03:33:04.019Z","repository":{"id":202204023,"uuid":"86685342","full_name":"Lee-0x00/sec-awvs-agent","owner":"Lee-0x00","description":"High Concurrency of Awvs Scan Agent By AWVS HTTP API","archived":false,"fork":false,"pushed_at":"2017-11-17T06:57:15.000Z","size":395,"stargazers_count":42,"open_issues_count":1,"forks_count":20,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-29T16:58:50.494Z","etag":null,"topics":["agent","awvs","flask","python"],"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/Lee-0x00.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}},"created_at":"2017-03-30T09:36:50.000Z","updated_at":"2024-04-07T04:55:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"fd546f14-00f4-4b54-b8e3-d568de2315e6","html_url":"https://github.com/Lee-0x00/sec-awvs-agent","commit_stats":null,"previous_names":["lee-0x00/sec-awvs-agent","0x00-x/sec-awvs-agent"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lee-0x00%2Fsec-awvs-agent","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lee-0x00%2Fsec-awvs-agent/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lee-0x00%2Fsec-awvs-agent/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lee-0x00%2Fsec-awvs-agent/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Lee-0x00","download_url":"https://codeload.github.com/Lee-0x00/sec-awvs-agent/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225791458,"owners_count":17524792,"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":["agent","awvs","flask","python"],"created_at":"2024-08-04T17:04:04.350Z","updated_at":"2024-11-21T19:30:53.673Z","avatar_url":"https://github.com/Lee-0x00.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"[![License](https://img.shields.io/:license-gpl3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0.html)\r\n[![platform](https://img.shields.io/badge/platform-osx%2Flinux%2Fwindows-green.svg)](https://github.com/Canbing007/sec-portscan-agent)\r\n[![python](https://img.shields.io/badge/python-2.7-blue.svg)](https://www.python.org/downloads/)\r\n\r\n# awvs_agent    \r\n--- \r\ncall awvs http api interface to add scan task\r\n\r\n## Introduce  \r\n---\r\nWeb.py:flask web api    \r\nModels.py:control data operation     \r\n\r\nInterface information:      \r\n\r\n|API_URL         | Parmerter           | Return  |\r\n| ------------- |:-------------:| -----:|\r\n| index     | null | ```{\"status\":1,\"data\":task_count}`` |\r\n| add     | vultype,loginseq,target | ```{\"status\":1,\"data\":data}   data= [{\"id\":taskid,\"target\":domain,\"status\":status}]``` |\r\n| report | taskid | ```{\"status\":1,\"data\":taskid}``` |\r\n| del | taskid | ```{\"status\":1}``` |\r\n| process | process | ```{\"status\":1,\"data\":process}``` |\r\n| loginseq | null | ```{\"status\":1,\"data\":[loginseq]}``` |\r\n\r\n## Usage   \r\n---\r\n1.Set the access ip in web.py     \r\n2.Set the loginseq default directory in web.py       \r\n3.Set the report directory and loginsql default directory in models.py    \r\n\r\nafter then:  \r\n```\r\npython web.py \r\n```\r\n\r\nAs follow:        \r\n\r\n#### Running agent   \r\n![awvs_agent](https://raw.githubusercontent.com/Canbing007/awvs_agent/master/screen/1.png)\r\n\r\n#### Add some tasks on WEB Control PlatFrom     \r\n![awvs_agent](https://raw.githubusercontent.com/Canbing007/awvs_agent/master/screen/2.png)\r\n\r\n#### Show tasks process and list       \r\n![awvs_agent](https://raw.githubusercontent.com/Canbing007/awvs_agent/master/screen/3.png)\r\n\r\n#### Show tasks report and statistics       \r\n![awvs_agent](https://raw.githubusercontent.com/Canbing007/awvs_agent/master/screen/4.png)\r\n\r\n#### According to a single bug report        \r\n![awvs_agent](https://raw.githubusercontent.com/Canbing007/awvs_agent/master/screen/5.png)\r\n\r\n## Issue\r\nif you have what do you need to ask me,you can give me leave a message.     \r\nor if you have any questions,tell me by message.   \r\n\r\n\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FLee-0x00%2Fsec-awvs-agent","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FLee-0x00%2Fsec-awvs-agent","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FLee-0x00%2Fsec-awvs-agent/lists"}