{"id":13843927,"url":"https://github.com/ExpLangcn/HvvInfo","last_synced_at":"2025-07-11T20:30:53.033Z","repository":{"id":165503194,"uuid":"527402132","full_name":"ExpLangcn/HvvInfo","owner":"ExpLangcn","description":"一款在红蓝对抗中快速对目标单位进行资产探测和基本扫描的工具","archived":true,"fork":false,"pushed_at":"2023-11-29T06:43:57.000Z","size":249,"stargazers_count":69,"open_issues_count":2,"forks_count":8,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-11-21T15:39:37.571Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/ExpLangcn.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}},"created_at":"2022-08-22T03:47:53.000Z","updated_at":"2024-08-12T20:26:23.000Z","dependencies_parsed_at":"2023-11-29T07:44:05.670Z","dependency_job_id":null,"html_url":"https://github.com/ExpLangcn/HvvInfo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ExpLangcn/HvvInfo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExpLangcn%2FHvvInfo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExpLangcn%2FHvvInfo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExpLangcn%2FHvvInfo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExpLangcn%2FHvvInfo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ExpLangcn","download_url":"https://codeload.github.com/ExpLangcn/HvvInfo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExpLangcn%2FHvvInfo/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264892032,"owners_count":23679208,"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-04T17:02:30.794Z","updated_at":"2025-07-11T20:30:52.658Z","avatar_url":"https://github.com/ExpLangcn.png","language":null,"funding_links":[],"categories":["Others"],"sub_categories":[],"readme":"**停止更新（归档处理），请关注后续项目**\n\n**[点击关注 Twitter](https://twitter.com/ExpLang_Cn) 以便快速了解我的动态.**\n\n----\n\n# HvvInfo\n\n**一款在红蓝对抗中快速对目标单位进行资产探测和基本扫描的工具**\n\n![image-20220901163642796](https://tva1.sinaimg.cn/large/e6c9d24egy1h5r6xw0tj8j214o0u0n0x.jpg)\n\n----\n\n## 使用注意\n\n**注意使用sudo权限运行程序**\n\n**Cookie只需要取auth_token字段即可**\n\n\u003cimg width=\"1203\" alt=\"image\" src=\"https://user-images.githubusercontent.com/52586866/220052242-68db78e4-e482-454c-b18f-a0b204b6f47e.png\"\u003e\n\n\n## 基础用法\n\n**对目标单位进行资产收集和子域名探测并进行存活探测**\n\n\u003e ./HvvInFo -n \"百度\" -c \"天眼查的cookie\"\n\n**对多个目标单位进行资产收集和子域名探测并进行存活探测**\n\n\u003e ./HvvInFo -f \"NameTarget.txt\"\n\n**对目标主域名进行子域名探测和存活检测**\n\n\u003e ./HvvInFo -df \"1.txt\"\n\n## 进阶用法\n\n**对目标单位进行信息搜集并对指定漏洞进行扫描**\n\n\u003e ./HvvInFo -n \"百度\" -c \"天眼查的cookie\" -pn \"xxx.yaml\"\n\n**对目标单位进行信息搜集并进行多漏洞扫描**\n\n\u003e ./HvvInFo -n \"百度\" -c \"天眼查的cookie\" -pf \"pocs/*\"\n\n**对多个目标单位进行信息搜集并对指定漏洞进行扫描**\n\n\u003e ./HvvInFo -f \"NameTarget.txt\" -pn \"xxx.yaml\"\n\n**对多个目标单位进行信息搜集并进行多漏洞扫描**\n\n\u003e ./HvvInFo -f \"NameTarget.txt\" -pf \"pocs/*\"\n\n**对目标主域名进行子域名探测和存活检测并对指定漏洞进行扫描**\n\n\u003e ./HvvInFo -f \"NameTarget.txt\" -pn \"xxx.yaml\"\n\n**对目标主域名进行子域名探测和存活检测并进行多漏洞扫描**\n\n\u003e ./HvvInFo -f \"NameTarget.txt\" -pf \"pocs/*\"\n\n**对指定Url进行指定漏洞扫描**\n\n\u003e ./HvvInFo -pu \"http://127.0.0.1/\" -pn \"xxx.yaml\"\n\n**对指定Url进行多漏洞扫描**\n\n\u003e ./HvvInFo -pu \"http://127.0.0.1/\" -pf \"pocs/*\"\n\n## 非盈利星球（免费）\n\n- [**个人博客**](https://blog.yunjianxx.com/) **- 专注分享信息安全新技术、新领域的技术和知识的学习笔记，不时发布原创实用安全工具、安全脚本.**\n- [**在线武器库**](https://link.yunjianxx.com/) **- 提供安全、渗透、社工等方面书签｜为广大网络安全爱好者提供网站导航,为小白提供黑客入门网站的安全站点收集.**\n- 😄 I’m ExpLang [**Twitter**](https://twitter.com/ExpLang_Cn)、**Discord: explang**、**[Telegram](https://t.me/ExpLang)**\n\n![image-20220822115559517](https://tva1.sinaimg.cn/large/e6c9d24egy1h5femrdq9zj20v90h6jsc.jpg)\n\n### 感谢\n\n感谢项目：\n* [httpx](https://github.com/projectdiscovery/httpx)\n* [subfinder](https://github.com/projectdiscovery/subfinder)\n* [ENScan_GO](https://github.com/wgpsec/ENScan_GO)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FExpLangcn%2FHvvInfo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FExpLangcn%2FHvvInfo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FExpLangcn%2FHvvInfo/lists"}