{"id":19904076,"url":"https://github.com/yqcs/prismx","last_synced_at":"2025-04-09T18:17:32.270Z","repository":{"id":214022238,"uuid":"735493683","full_name":"yqcs/prismx","owner":"yqcs","description":":: Prism X · Automated Enterprise Network Security Risk Detection and Vulnerability Scanning Tool  / 棱镜 X · 自动化企业网络安全风险检测、漏洞扫描工具","archived":false,"fork":false,"pushed_at":"2025-02-13T01:32:41.000Z","size":23643,"stargazers_count":606,"open_issues_count":2,"forks_count":72,"subscribers_count":9,"default_branch":"main","last_synced_at":"2025-04-09T18:17:25.016Z","etag":null,"topics":["appscan","awvs","exp","fscan","goby","nessus","nuclei","poc","prismx","vulnerability","webscanner"],"latest_commit_sha":null,"homepage":"https://prismx.io/","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yqcs.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":"2023-12-25T06:08:41.000Z","updated_at":"2025-04-09T14:22:47.000Z","dependencies_parsed_at":"2024-01-22T10:54:43.717Z","dependency_job_id":"8299325c-c821-49c3-b7b3-55d4d7eb4c73","html_url":"https://github.com/yqcs/prismx","commit_stats":null,"previous_names":["yqcs/prismx"],"tags_count":14,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yqcs%2Fprismx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yqcs%2Fprismx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yqcs%2Fprismx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yqcs%2Fprismx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yqcs","download_url":"https://codeload.github.com/yqcs/prismx/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248085321,"owners_count":21045139,"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":["appscan","awvs","exp","fscan","goby","nessus","nuclei","poc","prismx","vulnerability","webscanner"],"created_at":"2024-11-12T20:26:33.313Z","updated_at":"2025-04-09T18:17:32.244Z","avatar_url":"https://github.com/yqcs.png","language":"Go","funding_links":[],"categories":["扫描器_资产收集_子域名","Go"],"sub_categories":["资源传输下载"],"readme":"\u003ch1 align=\"left\"\u003ePrism X · Open Source\u003c/h1\u003e \n\n\u003ca href=\"README.md\"\u003e`English`\u003c/a\u003e • \u003ca href=\"README_CN.md\"\u003e`中文`\u003c/a\u003e \n\n---\n\n**Prism X integrates asset discovery, fingerprint recognition, weak password detection, and vulnerability verification, adopting a modular YAML plugin strategy configuration to achieve a PoC verification mechanism highly similar to real attack chains.**\n\n- Cross-platform and lightweight design: Supports multiple operating systems, making it easy to deploy and use.\n- Host and asset fingerprint recognition: Provides host survival scanning and asset fingerprint recognition functions to fully grasp the status of network assets.\n- Weak password and vulnerability detection: Capable of identifying weak passwords and scanning for vulnerabilities to detect security risks in a timely manner and ensure system security.\n- Built-in JNDI external link service: Supports scanning of vulnerabilities that require external connections, such as JNDI and RMI.\n- Port fingerprint recognition framework: [**`yqcs/fingerscan`**](https://github.com/yqcs/fingerscan) \n\n \u003ch1 align=\"center\"\u003e\n    \u003cimg src=\"images/scan.png\" width=\"95%\"\u003e\n\u003c/h1\u003e\n\n### Usage Command\n\n```\nUsage of prismx_cli.exe:\n\n  -t  string\n        Target hosts to scan, supporting formats like 192.168.1.1/24, 16, 8, 192.168.3.1-80, prismx.io, separated by commas.\n  -p  string\n        Ports to scan, supporting formats like 80,22,8000-8080.\n  -bip  string\n        Filter hosts, supporting IP ranges.\n  -bp  string\n        Filter ports, supporting port ranges.\n  -m  string\n        Scan speed, options: s (slow), d (medium), f (fast). Default is \"d\".\n  -ping  boolean\n        ICMP packets may not be sent under low privileges. Default is -ping=false.\n  -pn  boolean\n        Do not perform host survival detection. Default is -pn=false.\n  -s  boolean   \n        Enable online subdomain scanning. Default is -s=false.\n  -vul  boolean\n        Enable vulnerability detection. Default is -vul=true.\n  -weak  boolean\n        Enable weak password scanning. Default is -weak=true.\n```\n\n### Source Code Structure\n\u003cTree\u003e \u003cul\u003e \u003cli\u003e core: System Core \u003cul\u003e \u003cli\u003e aliveCheck: Host and port survival detection \u003c/li\u003e \u003cli\u003e hydra: Weak password detection \u003c/li\u003e \u003cli\u003e jsFind: Detection of sensitive content in JS files \u003c/li\u003e \u003cli\u003e owaspTop10: Tools for detecting XSS, SQL injection, etc. (Not completed yet, needs further optimization) \u003c/li\u003e \u003cli\u003e plugins: Plugin registration center and plugin files \u003c/li\u003e \u003cli\u003e subdomain: Subdomain scanning \u003c/li\u003e \u003cli\u003e vulnerability: Vulnerability detection module \u003c/li\u003e \u003cli\u003e models: Dependencies for public modules \u003c/li\u003e \u003c/ul\u003e \u003c/li\u003e \u003cli\u003e scan: Task scheduling center \u003c/li\u003e \u003cli\u003e utils: Utility package \u003cul\u003e \u003cli\u003eTask list\u003c/li\u003e \u003cli\u003eCreate new task\u003c/li\u003e \u003c/ul\u003e \u003c/li\u003e \u003cli\u003e main.go: Program entry point \u003c/li\u003e \u003c/ul\u003e \u003c/Tree\u003e\n\n \u003ch1 align=\"center\"\u003e\n    \u003cimg src=\"images/img.png\" width=\"95%\"\u003e\n\u003c/h1\u003e\n\n### Build\n\nTips: It is recommended to use Golang version 1.20 for compilation (newer versions of Go no longer support Windows 7 and earlier versions).\n\n```bash\n  go build -ldflags \"-s -w   -buildid=\" -buildmode=\"pie\"  -trimpath  \n```\n\n---\n\n## [**`Customized: Prismx.io`**](https://prismx.io/)\n\n \u003ch1 align=\"center\"\u003e \n\u003ca href=\"https://prismx.io/\"\u003e\u003cimg src=\"https://prismx.io/static/pc_home.jpg\"  width=\"90%\"\u003e\u003c/a\u003e\n\n\u003ca href=\"https://prismx.io/\"\u003e\u003cimg src=\"https://prismx.io/static/view.jpg\"  width=\"90%\"\u003e\u003c/a\u003e\n\u003c/h1\u003e\n\n#### WeChat（left）| Follow（right）\n\u003cimg src=\"images/wx.jpg\" width=\"150\"\u003e \u003cimg src=\"images/wx_qrcode.jpg\" width=\"150\"\u003e\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyqcs%2Fprismx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyqcs%2Fprismx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyqcs%2Fprismx/lists"}