{"id":25406199,"url":"https://github.com/arch3rPro/PST-Bucket","last_synced_at":"2025-10-31T02:30:21.027Z","repository":{"id":157997398,"uuid":"631833067","full_name":"arch3rPro/PST-Bucket","owner":"arch3rPro","description":"Scoop-Buket for Penetration Suite Toolkit","archived":false,"fork":false,"pushed_at":"2024-05-28T16:31:23.000Z","size":627,"stargazers_count":97,"open_issues_count":0,"forks_count":16,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-05-28T21:17:27.921Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"PowerShell","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/arch3rPro.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":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-04-24T06:49:11.000Z","updated_at":"2024-05-30T04:10:27.743Z","dependencies_parsed_at":"2023-08-12T10:23:11.314Z","dependency_job_id":"63f7af77-ba9c-4712-9779-45976761e692","html_url":"https://github.com/arch3rPro/PST-Bucket","commit_stats":null,"previous_names":["arch3rpro/pst-bucket"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arch3rPro%2FPST-Bucket","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arch3rPro%2FPST-Bucket/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arch3rPro%2FPST-Bucket/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arch3rPro%2FPST-Bucket/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arch3rPro","download_url":"https://codeload.github.com/arch3rPro/PST-Bucket/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239088390,"owners_count":19579435,"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":"2025-02-16T05:08:27.610Z","updated_at":"2025-10-31T02:30:20.516Z","avatar_url":"https://github.com/arch3rPro.png","language":"PowerShell","funding_links":[],"categories":["PowerShell"],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\r\n    \u003ch1 align=\"center\"\u003eScoop Bucket\u003c/h1\u003e\r\n\u003c/p\u003e\r\n\u003cp align=\"center\"\u003e\r\n\u003cb\u003e\u003ca href=\"https://github.com/arch3rPro/PentestTools\"\u003ePentestTools\u003c/a\u003e\u003c/b\u003e\r\n|\r\n\u003cb\u003e\u003ca href=\"https://github.com/arch3rPro/Pentest-Windows\"\u003ePentest-Windows\u003c/a\u003e\u003c/b\u003e\r\n\u003c/p\u003e\r\n\r\n### SCOOP介绍\r\n\r\nScoop**是一款适用于Windows平台的命令行软件（包）管理工具**。 简单来说，就是可以通过命令行工具（PowerShell、CMD等）实现软件（包）的安装管理等需求，通过简单的一行代码实现软件的下载、安装、卸载、更新等操作。\r\n\r\nScoop bucket **就是一个软件仓库**,本项目旨在服务于项目[Pentest-Windows](https://github.com/arch3rPro/Pentest-Windows)，提供windows渗透测试环境工具进行快捷安装、管理和自动更新。\r\n\r\n\r\n\r\n#### 版权相关：\r\n\r\n**个人仓库，未经授权，禁止其他桶合并；如需使用个别工具配置文件，请保留原作者信息，谢谢！！**\r\n\r\n**本仓库大部分工具是本人编写，测试，计算MD5值，编写预安装脚本，一步步花心思维护的**\r\n\r\n**如果想要添加自己的工具，欢迎克隆项目自行更新，但是把我的项目下载下来，删除我编写的scoop bucket by arch3rPro，甚至改成自己的ID着实过分了**\r\n\r\n### scoop基础使用\r\n\r\n官网安装说明书： [ScoopInstaller](https://github.com/ScoopInstaller)\r\n\r\n1. 先决条件\r\n\r\n   - [PowerShell](https://aka.ms/powershell)最新版本或[Windows PowerShell 5.1](https://aka.ms/wmf5download)\r\n\r\n2. PowerShell执行策略：\r\n\r\n   ```\r\n   Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser\r\n   ```\r\n\r\n3. 下载安装脚本,在Powershell中执行以下命令\r\n\r\n   ```\r\n   irm get.scoop.sh -outfile 'install.ps1'\r\n   ```\r\n\r\n4. 管理员执行安装脚本\r\n\r\n   ```\r\n   .\\install.ps1 -RunAsAdmin -ScoopDir 'D:\\Base' -ScoopGlobalDir 'D:\\Global' -NoProxy\r\n   ```\r\n\r\n   其中`-RunAsAdmin`是使用管理员角色执行脚本，`-ScoopDir`指定scoop安装目录，软件默认安装在此。`-ScoopGlobalDir`指定全局程序安装到自定义目录。\r\n\r\n5. 安装应用程序\r\n\r\n   ```\r\n   scoop install xxxxx -g\r\n   ```\r\n\r\n   `xxxx` 为所要安装的软件名称，`-g`指定程序安装到自定义目录，不加`-g`选项则安装到默认目录-g\r\n\r\n### 安装该软件仓库中的软件\r\n\r\n确保你已经有 Scoop 环境后，执行以下命令订阅本软件仓库：\r\n\r\n```powershell\r\nscoop bucket add ar https://github.com/arch3rPro/PST-Bucket\r\n```\r\n\r\n执行以下命令安装本仓库中的软件：\r\n\r\n```powershell\r\nscoop install ar/\u003c软件名\u003e -g\r\n```\r\n\r\n例如\r\n\r\n```powershell\r\nscoop install ar/xray -g\r\nscoop install ar/windterm -g\r\nscoop install ar/nuclei -g\r\nscoop install ar/afrog -g\r\nscoop install ar/antsword -g\r\n.......\r\n```\r\n\r\n大多数情况下，是可以省略 `ar/`，只需要执行类似 `scoop install nuclei -g` 的命令\r\n\r\n### 软件自动更新\r\n\r\n这个仓库已经添加 github ci 自动化，每隔几个小时会自动更新所有软件到最新版本\r\n\r\n使用者可以自行在系统中加个定时任务，这样就能自动更新 scoop 软件了，当然也可以手工更新\r\n\r\n```powershell\r\nscoop update *\r\n```\r\n\r\n单个软件的更新可以使用下列命令，大多数情况下软件名不重复的话，可以省略 `ar/`，只需要执行类似 `scoop update xray` 的命令\r\n\r\n```powershell\r\nscoop update ar/xray\r\nscoop update ar/windterm\r\nscoop update ar/screentogif\r\n.......\r\n```\r\n\r\n## 现有适配软件\r\n\r\n| **关注持续更新, 有问题提 issue**\r\n\r\n---\r\n\r\n| 软件                            | 描述                                                         | 官网地址                                                     |\r\n| :------------------------------ | :----------------------------------------------------------- | :----------------------------------------------------------- |\r\n| scoop install afrog             | afrog 是一款性能卓越、快速稳定、PoC 可定制化的漏洞扫描工具 - A tool for finding vulnerabilities | \u003chttps://github.com/zan8in/afrog\u003e                            |\r\n| scoop install antsword          | 中国蚁剑加载器，安装完成后需要初始化                         | https://github.com/AntSwordProject/AntSword-Loader           |\r\n| scoop install av_evasion_tool   | 掩日 - 免杀执行器生成工具                                    | https://github.com/1y0n/AV_Evasion_Tool                      |\r\n| scoop install bantam            | A PHP backdoor management and generation tool/C2 featuring end to end encrypted payload streaming designed to bypass WAF, IDS, SIEM systems.s | https://github.com/gellin/bantam                             |\r\n| scoop install behinder          | “冰蝎”动态二进制加密网站管理客户端                           | https://github.com/rebeyond/Behinder                         |\r\n| scoop install beroot            | 本地提权辅助工具 - Privilege Escalation Project - Windows / Linux / Mac | \u003chttps://github.com/AlessandroZ/BeRoot\u003e                      |\r\n| scoop install broxy             | GO编写的HTTP协议代理抓包工具 -An HTTP/HTTPS intercept proxy written in Go. | \u003chttps://github.com/rhaidiz/broxy\u003e                           |\r\n| scoop install burpsuite         | Burpsuite 吾爱破解版，需自行检测后门，安装后需注册           | https://www.52pojie.cn/thread-1544866-1-1.html               |\r\n| scoop install burpsuite-np      | Burpsuite 官方版，安装后需注册                               | https://portswigger.net/                                     |\r\n| scoop install cobaltstrike      | cobaltstrike 雨苁大佬版                                      | \u003chttps://www.ddosi.org/?s=cobalt+strike\u003e                     |\r\n| scoop install ct                | ct 是一款性简单易用的域名爆破工具                            | \u003chttps://github.com/knownsec/ct\u003e                             |\r\n| scoop install dalfox            | 🌙🦊 Dalfox is a powerful open-source XSS scanner and utility focused on automation. | https://github.com/hahwul/dalfox                             |\r\n| scoop install DeimosC2          | DeimosC2 is a Golang command and control framework for post-exploitation. | \u003chttps://github.com/DeimosC2/DeimosC2\u003e                       |\r\n| scoop install dig               | dig (domain information groper) is a flexible tool for interrogating DNS name servers | \u003chttps://www.isc.org/bind/\u003e                                  |\r\n| scoop install dirbuster         | DirBuster是一个多线程的基于Java的应用程序设计用于暴力破解Web 应用服务器上的目录名和文件名的工具 | \u003chttps://sourceforge.net/projects/dirbuster/\u003e                |\r\n| scoop install dnsx              | A fast and multi-purpose DNS toolkit allow to run multiple DNS queries | \u003chttps://github.com/projectdiscovery/dnsx\u003e                   |\r\n| scoop install ehole             | EHole(棱洞)3.0 重构版-红队重点攻击系统指纹探测工具           | https://github.com/EdgeSecurityTeam/EHole                    |\r\n| scoop install feroxbuster       | 用 Rust 编写的快速、简单、递归的内容发现工具                 | https://github.com/epi052/feroxbuster                        |\r\n| scoop install ffuf              | Fast web fuzzer written in Go                                | \u003chttps://github.com/ffuf/ffuf\u003e                               |\r\n| scoop install finalshell        | 国产软件 FinalShell SSH 工具,服务器管理,远程桌面加速软件,支持 Windows,macOS,Linux | \u003chttps://www.hostbuf.com/t/988.html\u003e                         |\r\n| scoop install fluentsearch      | 支持工作流的高颜值 Windows 搜索启动器                        | \u003chttps://www.fluentsearch.net/\u003e                              |\r\n| scoop install fscan             | 一款内网综合扫描工具，方便一键自动化、全方位漏扫扫描         | https://github.com/shadow1ng/fscan                           |\r\n| scoop install girsh             | Automatically spawn a reverse shell fully interactive for Linux or Windows victim | \u003chttps://github.com/nodauf/Girsh\u003e                            |\r\n| scoop install gitrob            | Reconnaissance tool for GitHub organizations                 | \u003chttps://github.com/michenriksen/gitrob\u003e                     |\r\n| scoop install goby              | 新一代网络安全技术，通过为目标建立完整的资产数据库，实现快速的安全应急 | https://gobysec.net/                                         |\r\n| scoop install godzilla          | 哥斯拉WebShell管理工具                                       | \u003chttps://github.com/BeichenDream/Godzilla\u003e                   |\r\n| scoop install goproxy           | 🔥 Proxy是一个高性能的http代理、https代理、socks5代理、内网穿透代理服务器 | https://github.com/snail007/goproxy/                         |\r\n| scoop install govenom           | Generate MSFVenom shells in command line :)  作者自己写的辣鸡工具 | https://github.com/arch3rPro/Govenom                         |\r\n| scoop install hetty             | An HTTP toolkit for security research.                       | \u003chttps://hetty.xyz\u003e                                          |\r\n| scoop install hackbrowserdata   | 一款可全平台运行的浏览器数据导出解密工具                     | https://github.com/moonD4rk/HackBrowserData                  |\r\n| scoop install httpx             | httpx is a fast and multi-purpose HTTP toolkit that allows running multiple probes using the retryablehttp library. It is designed to maintain result reliability with an increased number of threads | \u003chttps://projectdiscovery.io\u003e                                |\r\n| scoop install hydra             | 著名的密码爆破工具windows版本                                | \u003chttps://github.com/maaaaz/thc-hydra-windows\u003e                |\r\n| scoop install interactsh        | An OOB interaction gathering server and client library       | \u003chttps://app.interactsh.com\u003e                                 |\r\n| scoop install jar-analyzer      | 一个用于分析 Jar 包的 GUI 工具，可以用多种方式搜索你想要的信息，自动构建方法调用关系，支持分析 Spring 框架（A Java GUI Tool for Analyzing Jar） | \u003chttps://github.com/4ra1n/jar-analyzer\u003e                      |\r\n| scoop install jndinjector       | 一个高度可定制化的 JNDI 和 Java 反序列化利用工具             | \u003chttps://github.com/rebeyond/JNDInjector\u003e                    |\r\n| scoop install johnny            | GUI frontend to John the Ripper password cracker             | \u003chttps://openwall.info/wiki/john/johnny\u003e                     |\r\n| scoop install john-the-ripper   | John the Ripper jumbo - advanced offline password cracker, which supports hundreds of hash and cipher types, and runs on many operating systems, CPUs, GPUs, and even some FPGAs | \u003chttps://www.openwall.com/john/\u003e                             |\r\n| scoop install katana            | A next-generation crawling and spidering framework           | \u003chttps://github.com/projectdiscovery/katana\u003e                 |\r\n| scoop install kscan             | Kscan 是一款纯 go 开发的全方位扫描器，具备端口扫描、协议检测、指纹识别，暴力破解等功能。支持协议 1200+，协议指纹 10000+，应用指纹 2000+，暴力破解协议 10 余种。 | \u003chttps://github.com/lcvvvv/kscan\u003e                            |\r\n| scoop install ksubdomain        | Subdomain enumeration tool, asynchronous dns packets, use pcap to scan 1600,000 subdomains in 1 second | \u003chttps://github.com/boy-hack/ksubdomain\u003e                     |\r\n| scoop install layerdomainfinder | Layer子域名挖掘机是一款域名查询工具，可提供网站子域名查询服务 | \u003chttps://github.com/euphrat1ca/LayerDomainFinder\u003e            |\r\n| scoop install masscan           | Mass IP port scanner 快速端口扫描工具                        | https://github.com/robertdavidgraham/masscan                 |\r\n| scoop install mateuszex         | bypass AV生成工具                                            | https://github.com/sairson/MateuszEx                         |\r\n| scoop install maye              | Maye 一个简洁小巧的快速启动工具                              | \u003chttps://blog.arae.cc/post/25830.html\u003e                       |\r\n| scoop install mdut              | MDUT - Multiple Database Utilization Tools                   | \u003chttps://github.com/SafeGroceryStore/MDUT\u003e                   |\r\n| scoop install  mimikatz         | 一款功能强大的轻量级调试神器,通常用来获取系统账号密码        | https://github.com/gentilkiwi/mimikatz                       |\r\n| scoop install myexploit         | 一款扩展性高的渗透测试框架渗透测试框架端                     | \u003chttps://github.com/achuna33/MYExploit\u003e                      |\r\n| scoop install naabu             | projectdiscovery/naabu: A fast port scanner written in go with a focus on reliability and simplicity. Designed to be used in combination with other tools for attack surface discovery in bug bounties and pentests | \u003chttps://github.com/projectdiscovery/naabu/\u003e                 |\r\n| scoop install natpass           | 🔥居家办公，远程开发神器                                      | \u003chttps://github.com/lwch/natpass\u003e                            |\r\n| scoop install netsparker        | 综合型的web应用安全漏洞扫描工具                              | https://www.invicti.com/                                     |\r\n| scoop install nimscan           | 一款快速端口扫描器                                           | \u003chttps://github.com/elddy/NimScan\u003e                           |\r\n| scoop install  nps              | 十分强大的内网穿透代理工具，自带WebUI管理端                  | https://github.com/ehang-io/nps                              |\r\n| scoop install nuclei            | 基于简单的基于 YAML 的 DSL 的快速且可定制的漏洞扫描器        | \u003chttps://nuclei.projectdiscovery.io\u003e                         |\r\n| scoop install observerward      | 跨平台社区网页指纹识别工具                                   | \u003chttps://0x727.github.io/ObserverWard/\u003e                      |\r\n| scoop install oneforall         | OneForAll是一款功能强大的子域收集工具                        | https://github.com/shmilylty/OneForAll                       |\r\n| scoop install  pagodo           | pagodo (Passive Google Dork) - Automate Google Hacking Database scraping and searching | https://github.com/opsdisk/pagodo                            |\r\n| scoop install peass-ng          | PEASS - 非常牛逼的特权升级查询工具                           | \u003chttps://github.com/carlospolop/PEASS-ng\u003e                    |\r\n| scoop install phpenv            | 专业优雅强大的PHP集成环境                                    | https://www.phpenv.cn/                                       |\r\n| scoop install platypus          | 🔨用 go 编写的现代多反向 shell 会话管理器                     | https://github.com/WangYihang/Platypus                       |\r\n| scoop install portforward       | Golang开发的端口转发工具，解决某些场景下内外网无法互通的问题 | https://github.com/knownsec/PortForward                      |\r\n| scoop install postman-cn        | Postman中文版, Complete API development environment          | https://github.com/hlmd/postman-cn                           |\r\n| scoop install PowerRun          | PowerRun (Run with highest privileges) 可以使用 TrustedInstaller/System 的权限来启动一些程序 | \u003chttps://www.sordum.org/downloads/?power-run\u003e                |\r\n| scoop install PrintNotifyPotato | 又一个土豆，使用PrintNotify COM服务进行提权                  | https://github.com/BeichenDream/PrintNotifyPotatog           |\r\n| scoop install proguard          | ProGuard, Java optimizer and obfuscator                      | \u003chttps://github.com/Guardsquare/proguard\u003e                    |\r\n| scoop install pyxis             | pyxis可以自动识别http和https请求，并获取响应头、状态码、响应大小、响应时间、指纹识别工具（favicon has、service、CMS、framework等） | https://github.com/zan8in/pyxis                              |\r\n| scoop install quake_rs          | Quake搜索引擎-命令行工具                                     | \u003chttps://quake.360.cn\u003e                                       |\r\n| scoop install quasar            | Windows远程管理工具-RAT                                      | \u003chttps://github.com/quasar/Quasar\u003e                           |\r\n| scoop install rad               | 一款专为安全扫描而生的浏览器爬虫                             | \u003chttps://github.com/chaitin/rad\u003e                             |\r\n| scoop install rakshasa          | 基于go编写的跨平台、稳定、隐秘的多级代理内网穿透工具         | https://github.com/Mob2003/rakshasa                          |\r\n| scoop install RegConverter      | Reg Converter is a portable freeware utility to convert .reg data to .bat, .vbs, or .au3. (RegConverter 可以将.reg 文件转换为.bat，.vbs 或.au3。这对于需要管理员权限才能合并到注册表中的文件或无人参与的自动化安装时特别有用。) | \u003chttps://www.sordum.org/downloads/?reg-converter\u003e            |\r\n| scoop install reverse_ssh       | 基于SSH的反弹shell工具                                       | https://github.com/NHAS/reverse_ssh                          |\r\n| scoop install rport             | 适用于 Windows、macOS 和 Linux 的自托管开源远程管理解决方案  | https://github.com/realvnc-labs/rport                        |\r\n| scoop install rubick            | 基于 electron 的开源工具箱，自由集成丰富插件（类uTools工具） | https://rubickcenter.github.io/rubick/                       |\r\n| scoop install rustcat           | 现代端口侦听器和反向shell,用Rust编写的类netcat工具           | https://github.com/robiot/rustcat                            |\r\n| scoop install scan4all          | 官方仓库vuls扫描：15000+PoC；23种应用密码破解；7000+网页指标；146个协议和90000+条规则端口扫描；Fuzz, HW,很棒的BugBounty(͡°͜ʖ͡°)... | https://github.com/hktalent/scan4all                         |\r\n| scoop install  scaninfo         | 红队快速漏洞扫描工具                                         | https://github.com/redtoolskobe/scaninfo                     |\r\n| scoop install screentogif       | Screen, webcam and sketchboard recorder with an integrated editor. | \u003chttps://www.screentogif.com/\u003e                               |\r\n| scoop install searchdiggity     | Google Hacking Diggity是一个利用搜索引擎（如 Google、Bing）快速识别系统弱点和敏感数据的工具集项目 | https://resources.bishopfox.com/resources/tools/google-hacking-diggity/attack-tools/ |\r\n| scoop install shellcodeloader   | shellcode加载器                                              | https://github.com/knownsec/shellcodeloader                  |\r\n| scoop install skyscorpion       | 基于冰蝎加密流量进行WebShell通信管理客户端                   | \u003chttps://github.com/shack2/skyscorpion\u003e                      |\r\n| scoop install sliver            | Adversary Emulation Framework                                | \u003chttps://github.com/BishopFox/sliver\u003e                        |\r\n| scoop install  socat            | Socat 是Linux 下的一个多功能的网络工具，此处为非官方的windows版本 | https://github.com/StudioEtrange/socat-windows               |\r\n| scoop install stowaway          | 渗透测试多层网络代理、跳板工具                               | https://github.com/ph4ntonn/Stowaways                        |\r\n| scoop install subfinder         | Subfinder is a subdomain discovery tool that discovers valid subdomains for websites. Designed as a passive framework to be useful for bug bounties and safe for penetration testing | \u003chttps://projectdiscovery.io\u003e                                |\r\n| scoop install suo5              | 一款高性能 HTTP 代理隧道工具                                 | A high-performance http proxy tunneling tool                 |\r\n| scoop install super-xray        | XRAY GUI Starter (Web Vulnerability Scanner)                 | \u003chttps://github.com/4ra1n/super-xray\u003e                        |\r\n| scoop install termite           | Tool for tunnel (Version 2)                                  | https://github.com/rootkiter/Termite                         |\r\n| scoop install tidefinger        | TideFinger——指纹识别小工具，汲取整合了多个web指纹库，结合了多种指纹检测方法，让指纹检测更快捷、准确 | https://github.com/TideSec/TideFinger                        |\r\n| scoop install transfer          | 集合多个 API 的大文件传输工具                                | \u003chttps://github.com/Mikubill/transfer\u003e                       |\r\n| scoop install  txportmap        | 端口扫描、指纹识别工具                                       | https://github.com/4dogs-cn/TXPortMap                        |\r\n| scoop install venom             | 渗透测试多层网络代理、跳板工具                               | https://github.com/Dliv3/Venom                               |\r\n| scoop install verycapture       | 支持长截图，矩形截图，延时截图，任意区域截图，gif 录制，录屏，ocr 翻译等功能 | \u003chttps://verycapture.com/cn/download.html\u003e                   |\r\n| scoop install vscan             | 开源、轻量、快速、跨平台 的网站漏洞扫描工具，帮助您快速检测网站安全隐患。功能 端口扫描(port scan) 指纹识别(fingerprint) 漏洞检测(nday check) 智能爆破 (admin brute) 敏感文件扫描(file fuzz) | \u003chttps://github.com/veo/vscan\u003e                               |\r\n| scoop install w3cschool         | w3cschool 离线版，包含 HTML,CSS,Javascript,jQuery,C,PHP,Java,Python,Sql,Mysql 等编程语言和开源技术的在线教程及使用手册 | \u003chttps://www.w3cschool.cn\u003e                                   |\r\n| scoop install webpathbrute      | 7kbscan-WebPathBrute Web路径暴力探测工具                     | https://github.com/7kbstorm/7kbscan-WebPathBrute             |\r\n| scoop install webshell_generate | 用于生成各类免杀 webshell                                    | \u003chttps://github.com/cseroad/Webshell_Generate\u003e               |\r\n| scoop install websocat          | A command-line client for WebSockets, like netcat (or curl) for ws:// with advanced socat-like functions. | https://github.com/vi/websocat                               |\r\n| scoop install windterm          | A professional cross-platform SSH/Sftp/Shell/Telnet/Serial terminal. | \u003chttps://github.com/kingToolbox/WindTerm\u003e                    |\r\n| scoop install windynamicdesktop | Port of macOS Mojave Dynamic Desktop feature to Windows 10   | \u003chttps://github.com/t1m0thyj/WinDynamicDesktop\u003e              |\r\n| scoop install wub               | wub 彻底关闭 Win10 自动更新工具(Windows Update Blocker)      | \u003chttps://www.sordum.org/downloads/?st-windows-update-blocker\u003e |\r\n| scoop install xray              | 一款完善的安全评估工具，支持常见 web 安全问题扫描和自定义 poc | \u003chttps://github.com/chaitin/xray\u003e                            |\r\n| scoop install yakit             | 交互式应用安全测试平台，安装成功后需手动启动并初始化本地引擎 | https://github.com/yaklang/yakit                             |\r\n| scoop install ysomap            | Java反序列化利用工具-很棒                                    | \u003chttps://github.com/wh1t3p1g/ysomap\u003e                         |\r\n| scoop install yujianportscan    | 一个基于VB.NET + IOCP模型开发的高效端口扫描工具，支持IP区间合并，端口区间合并，端口指纹深度探测。 | \u003chttps://github.com/foryujian/yujianportscan\u003e                |\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farch3rPro%2FPST-Bucket","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farch3rPro%2FPST-Bucket","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farch3rPro%2FPST-Bucket/lists"}