打开/关闭菜单
切换首选项菜单
打开/关闭个人菜单
未登录
未登录用户的IP地址会在进行任意编辑后公开展示。

工具和科普:修订间差异

来自迷雾wiki
无编辑摘要
无编辑摘要
 
(未显示同一用户的3个中间版本)
第3行: 第3行:
{{顶部海报|title=工具和科普|subtitle=工欲善其事,必先利其器}}
{{顶部海报|title=工具和科普|subtitle=工欲善其事,必先利其器}}


== 本地软件工具 ==
== 工具分享 ==
 
{{档案面板头|title= 音频分析工具
{{档案面板头|title= 音频分析工具
  |subtitle = AUDIO
  |subtitle = AUDIO
第17行: 第16行:
  }}
  }}


<!-- 1. 音频分析 (蓝色系) -->
{{档案面板头|title= 图像分析工具
<div style="background: #161616; border: 1px solid #333; border-left: 4px solid #64b5f6; border-radius: 4px; padding: 20px; margin-bottom: 25px; box-shadow: 0 4px 8px rgba(0,0,0,0.2);">
|subtitle = IMAGE
     <h3 style="margin-top: 0; color: #64b5f6; border-bottom: 1px dashed #333; padding-bottom: 10px; font-family: 'Microsoft YaHei', sans-serif;">
|accent  = #ab47bc
        🎵 音频分析工具 <span style="font-size: 0.6em; color: #555; margin-left: 10px; font-family: Consolas;">// AUDIO</span>
|col1    = 工具名称
    </h3>
|col2    = 功能说明
    {| style="width: 100%; border-collapse: collapse; margin-top: 15px; font-size: 0.95rem;"
|col3     = 下载/详情
    |-
}}{{档案行|c1=StegSolve        |s1=font-size: 1.3em;color: #fff;font-family: 'Microsoft YaHei';font-weight: bold;|c2=图像隐写分析工具,可查看不同色彩通道、LSB隐写等|c3=[https://github.com/zardus/ctf-tools/tree/master/stegsolve/ github下载]|s2=color:#aaa;|s3=color:#666;font-family:Consolas;}}{{档案行|c1=Stegdetect            |s1=font-size: 1.3em;color: #fff;font-family: 'Microsoft YaHei';font-weight: bold;|c2=检测JPEG图像中的隐写信息            |c3=[https://www.provos.org/tags/steganography 官网下载]  |alt=1|s2=color:#aaa;|s3=color:#666;font-family:Consolas;}}{{档案行|c1=ExifTool      |s1=font-size: 1.3em;color: #fff;font-family: 'Microsoft YaHei';font-weight: bold;|c2=读取、编辑图像元数据(EXIF)信息|c3=[https://exiftool.org 官网下载] |s2=color:#aaa;|s3=color:#666;font-family:Consolas;}}{{档案行|alt=1|c1=GIMP|s1=font-size: 1.3em;color: #fff;font-family: 'Microsoft YaHei';font-weight: bold;|c2=开源图像编辑软件,功能类似Photoshop|s2=color:#aaa;|c3=[https://www.gimp.org 官网下载]|s3=color:#666;font-family:Consolas;}}{{档案面板尾
    ! style="text-align: left; padding: 10px; color: #888; font-family: Consolas; width: 25%;" | 工具名称
}}
    ! style="text-align: left; padding: 10px; color: #888; font-family: Consolas; width: 45%;" | 功能说明
    ! style="text-align: left; padding: 10px; color: #888; font-family: Consolas; width: 30%;" | 下载/详情
    |-
    | style="padding: 12px 10px; border-bottom: 1px dashed #333; color: #fff; font-weight: bold;" | RXSSTV
    | style="padding: 12px 10px; border-bottom: 1px dashed #333; color: #aaa;" | SSTV(慢扫描电视)信号解码工具,用于将音频信号转换为图像
    | style="padding: 12px 10px; border-bottom: 1px dashed #333;" | [[RXSSTV|<span style="color: #64b5f6;">📖 查看详情</span>]]
    |-
    | style="padding: 12px 10px; border-bottom: 1px dashed #333; background: #1a1a1a; color: #fff; font-weight: bold;" | Audacity
    | style="padding: 12px 10px; border-bottom: 1px dashed #333; background: #1a1a1a; color: #aaa;" | 开源音频编辑软件,支持频谱分析、音频可视化
    | style="padding: 12px 10px; border-bottom: 1px dashed #333; background: #1a1a1a;" | [https://www.audacityteam.org/ <span style="color: #64b5f6;">🔗 官网下载</span>]
    |-
    | style="padding: 12px 10px; border-bottom: 1px dashed #333; color: #fff; font-weight: bold;" | Sonic Visualiser
    | style="padding: 12px 10px; border-bottom: 1px dashed #333; color: #aaa;" | 专业音频分析工具,适合查看隐藏在音频中的频谱图像
    | style="padding: 12px 10px; border-bottom: 1px dashed #333;" | [https://www.sonicvisualiser.org/ <span style="color: #64b5f6;">🔗 官网下载</span>]
    |}
</div>


{{档案面板头|title= 音频分析工具
{{档案面板头|title= 密码学工具
  |subtitle = AUDIO
  |subtitle = CRYPTO
  |accent  = #64b5f6
  |accent  = #66bb6a
  |col1    = 工具名称
  |col1    = 工具名称
  |col2    = 功能说明
  |col2    = 功能说明
  |col3    = 下载/详情
  |col3    = 下载/详情
}}
}}{{档案行|c1=CyberChef         |s1=font-size: 1.3em;color: #fff;font-family: 'Microsoft YaHei';font-weight: bold;|c2=强大的在线"网络瑞士军刀",支持数百种编解码和加解密操作|c3=[https://gchq.github.io/CyberChef 在线使用]|s2=color:#aaa;|s3=color:#666;font-family:Consolas;}}{{档案行|c1=OpenSSL             |s1=font-size: 1.3em;color: #fff;font-family: 'Microsoft YaHei';font-weight: bold;|c2=命令行加密工具,支持各种加密算法           |c3=[https://www.openssl.org 官网下载]  |alt=1|s2=color:#aaa;|s3=color:#666;font-family:Consolas;}}{{档案行|c1=John the Ripper     |s1=font-size: 1.3em;color: #fff;font-family: 'Microsoft YaHei';font-weight: bold;|c2=密码破解工具,支持多种Hash算法|c3=[https://www.openwall.com/john 官网下载] |s2=color:#aaa;|s3=color:#666;font-family:Consolas;}}{{档案面板尾
{{档案行|c1=RXSSTV         |c2=SSTV(慢扫描电视)信号解码工具,用于将音频信号转换为图像|c3=[[RXSSTV|查看详情]]|s2=color:#aaa;|s3=color:#666;font-family:Consolas;}}
{{档案行|c1=Audacity             |c2=开源音频编辑软件,支持频谱分析、音频可视化           |c3=[https://www.audacityteam.org/ 官网下载]  |alt=1|s2=color:#aaa;|s3=color:#666;font-family:Consolas;}}
{{档案行|c1=Sonic Visualiser     |c2=专业音频分析工具,适合查看隐藏在音频中的频谱图像|c3=[https://www.sonicvisualiser.org/ 官网下载] |s2=color:#aaa;|s3=color:#666;font-family:Consolas;}}{{档案面板尾
  }}
  }}


<div style="background: #161616; border: 1px solid #333; border-left: 4px solid #ab47bc; border-radius: 4px; padding: 20px; margin-bottom: 25px; box-shadow: 0 4px 8px rgba(0,0,0,0.2);">
{{档案面板头|title= 文件分析工具
    <h3 style="margin-top: 0; color: #ab47bc; border-bottom: 1px dashed #333; padding-bottom: 10px; font-family: 'Microsoft YaHei', sans-serif;">
|subtitle = FILE
        🖼️ 图像分析工具 <span style="font-size: 0.6em; color: #555; margin-left: 10px; font-family: Consolas;">// IMAGE</span>
|accent  = #ffa726
    </h3>
|col1     = 工具名称
    {| style="width: 100%; border-collapse: collapse; margin-top: 15px; font-size: 0.95rem;"
|col2     = 功能说明
     |-
|col3     = 下载/详情
    ! style="text-align: left; padding: 10px; color: #888; font-family: Consolas; width: 25%;" | 工具名称
}}{{档案行|c1=Binwalk        |s1=font-size: 1.3em;color: #fff;font-family: 'Microsoft YaHei';font-weight: bold;|c2=固件分析工具,可从文件中提取嵌入的文件和数据|c3=[https://github.com/ReFirmLabs/binwalk github]|s2=color:#aaa;|s3=color:#666;font-family:Consolas;}}{{档案行|c1=HxD            |s1=font-size: 1.3em;color: #fff;font-family: 'Microsoft YaHei';font-weight: bold;|c2=十六进制编辑器,用于查看和编辑二进制文件            |c3=[https://mh-nexus.de/en/hxd 官网下载]   |alt=1|s2=color:#aaa;|s3=color:#666;font-family:Consolas;}}{{档案行|c1=7-Zip      |s1=font-size: 1.3em;color: #fff;font-family: 'Microsoft YaHei';font-weight: bold;|c2=强大的解压缩工具,支持多种压缩格式|c3=[https://www.7-zip.org 官网下载] |s2=color:#aaa;|s3=color:#666;font-family:Consolas;}}{{档案面板尾
     ! style="text-align: left; padding: 10px; color: #888; font-family: Consolas; width: 45%;" | 功能说明
}}
     ! style="text-align: left; padding: 10px; color: #888; font-family: Consolas; width: 30%;" | 下载/详情
    |-
    | style="padding: 12px 10px; border-bottom: 1px dashed #333; color: #fff; font-weight: bold;" | StegSolve
    | style="padding: 12px 10px; border-bottom: 1px dashed #333; color: #aaa;" | 图像隐写分析工具,可查看不同色彩通道、LSB隐写等
    | style="padding: 12px 10px; border-bottom: 1px dashed #333;" | [https://github.com/zardus/ctf-tools/tree/master/stegsolve <span style="color: #ab47bc;">🔗 GitHub</span>]
    |-
    | style="padding: 12px 10px; border-bottom: 1px dashed #333; background: #1a1a1a; color: #fff; font-weight: bold;" | Stegdetect
    | style="padding: 12px 10px; border-bottom: 1px dashed #333; background: #1a1a1a; color: #aaa;" | 检测JPEG图像中的隐写信息
    | style="padding: 12px 10px; border-bottom: 1px dashed #333; background: #1a1a1a;" | [http://www.outguess.org/ <span style="color: #ab47bc;">🔗 官网下载</span>]
    |-
    | style="padding: 12px 10px; border-bottom: 1px dashed #333; color: #fff; font-weight: bold;" | ExifTool
    | style="padding: 12px 10px; border-bottom: 1px dashed #333; color: #aaa;" | 读取、编辑图像元数据(EXIF)信息
    | style="padding: 12px 10px; border-bottom: 1px dashed #333;" | [https://exiftool.org/ <span style="color: #ab47bc;">🔗 官网下载</span>]
    |-
    | style="padding: 12px 10px; border-bottom: 1px dashed #333; background: #1a1a1a; color: #fff; font-weight: bold;" | GIMP
    | style="padding: 12px 10px; border-bottom: 1px dashed #333; background: #1a1a1a; color: #aaa;" | 开源图像编辑软件,功能类似Photoshop
    | style="padding: 12px 10px; border-bottom: 1px dashed #333; background: #1a1a1a;" | [https://www.gimp.org/ <span style="color: #ab47bc;">🔗 官网下载</span>]
    |}
</div>


<!-- 3. 密码学 (绿色系) -->
{{档案面板头|title= 网络分析工具
<div style="background: #161616; border: 1px solid #333; border-left: 4px solid #66bb6a; border-radius: 4px; padding: 20px; margin-bottom: 25px; box-shadow: 0 4px 8px rgba(0,0,0,0.2);">
|subtitle = NETWORK
    <h3 style="margin-top: 0; color: #66bb6a; border-bottom: 1px dashed #333; padding-bottom: 10px; font-family: 'Microsoft YaHei', sans-serif;">
|accent  = #ef5350
         🔐 密码学工具 <span style="font-size: 0.6em; color: #555; margin-left: 10px; font-family: Consolas;">// CRYPTO</span>
|col1    = 工具名称
    </h3>
|col2    = 功能说明
    {| style="width: 100%; border-collapse: collapse; margin-top: 15px; font-size: 0.95rem;"
|col3    = 下载/详情
    |-  
}}{{档案行|c1=Wireshark        |s1=font-size: 1.3em;color: #fff;font-family: 'Microsoft YaHei';font-weight: bold;|c2=网络协议分析工具,捕获和分析网络数据包|c3=[https://www.wireshark.org/ 官网下载]|s2=color:#aaa;|s3=color:#666;font-family:Consolas;}}{{档案行|c1=Burp Suite            |s1=font-size: 1.3em;color: #fff;font-family: 'Microsoft YaHei';font-weight: bold;|c2=Web应用安全测试工具,可拦截和修改HTTP请求            |c3=[https://portswigger.net/burp 官网下载]  |alt=1|s2=color:#aaa;|s3=color:#666;font-family:Consolas;}}{{档案行|c1=Postman      |s1=font-size: 1.3em;color: #fff;font-family: 'Microsoft YaHei';font-weight: bold;|c2=API测试工具,方便发送HTTP请求|c3=[https://www.postman.com 官网下载] |s2=color:#aaa;|s3=color:#666;font-family:Consolas;}}{{档案面板尾
    ! style="text-align: left; padding: 10px; color: #888; font-family: Consolas; width: 25%;" | 工具名称
}}{{档案面板头|title= 在线工具网站
    ! style="text-align: left; padding: 10px; color: #888; font-family: Consolas; width: 45%;" | 功能说明
|subtitle = ONLINE
    ! style="text-align: left; padding: 10px; color: #888; font-family: Consolas; width: 30%;" | 下载/详情
|accent  = #4fc3f7
    |-
|col1    = 工具名称
    | style="padding: 12px 10px; border-bottom: 1px dashed #333; color: #fff; font-weight: bold;" | CyberChef
|col2    = 功能说明
    | style="padding: 12px 10px; border-bottom: 1px dashed #333; color: #aaa;" | 强大的在线"网络瑞士军刀",支持数百种编解码和加解密操作
|col3    = 网页入口
    | style="padding: 12px 10px; border-bottom: 1px dashed #333;" | [https://gchq.github.io/CyberChef/ <span style="color: #66bb6a;">🔗 在线使用</span>]
}}{{档案行|c1=CyberChef         |s1=font-size: 1.3em;color: #fff;font-family: 'Microsoft YaHei';font-weight: bold;|c2=GCHQ开发的在线工具集,支持数百种编码、加密、压缩、数据分析操作|c3=[https://gchq.github.io/CyberChef/ 访问]|s2=color:#aaa;|s3=color:#666;font-family:Consolas;}}{{档案行|c1=dCode.fr            |s1=font-size: 1.3em;color: #fff;font-family: 'Microsoft YaHei';font-weight: bold;|c2=密码学工具箱,支持各种经典密码的加解密            |c3=[https://www.dcode.fr 访问]  |alt=1|s2=color:#aaa;|s3=color:#666;font-family:Consolas;}}{{档案行|c1=Cryptii      |s1=font-size: 1.3em;color: #fff;font-family: 'Microsoft YaHei';font-weight: bold;|c2=编码和密码学在线工具,界面友好,支持实时转换|c3=[https://cryptii.com/ 访问] |s2=color:#aaa;|s3=color:#666;font-family:Consolas;}}{{档案行|alt=1|c1=Quipqiup|s1=font-size: 1.3em;color: #fff;font-family: 'Microsoft YaHei';font-weight: bold;|c2=自动破解替换密码(如凯撒密码)的在线工具|s2=color:#aaa;|c3=[https://quipqiup.com 访问]|s3=color:#666;font-family:Consolas;}}{{档案行|c1=Steganography Online|s1=font-size: 1.3em;color: #fff;font-family: 'Microsoft YaHei';font-weight: bold;|c2=在线图像隐写工具,支持嵌入和提取隐藏信息|s2=color:#aaa;|c3=[https://stylesuxx.github.io/steganography 访问]|s3=color:#666;font-family:Consolas;}}{{档案行|alt=1|c1=QR Code Generator|s1=font-size: 1.3em;color: #fff;font-family: 'Microsoft YaHei';font-weight: bold;|c2=二维码生成和识别工具|s2=color:#aaa;|c3=[https://www.the-qrcode-generator.com 访问]|s3=color:#666;font-family:Consolas;}}{{档案行|c1=Wayback Machine|s1=font-size: 1.3em;color: #fff;font-family: 'Microsoft YaHei';font-weight: bold;|c2=互联网档案馆,查看网站的历史快照(需要科学上网)|s2=color:#aaa;|c3=[https://web.archive.org 访问]|s3=color:#666;font-family:Consolas;}}{{档案行|alt=1|c1=WHOIS Lookup|s1=font-size: 1.3em;color: #fff;font-family: 'Microsoft YaHei';font-weight: bold;|c2=域名信息查询工具|s2=color:#aaa;|c3=[https://whois.domaintools.com/ 访问]|s3=color:#666;font-family:Consolas;}}{{档案行|c1=焖肉面|s1=font-size: 1.3em;color: #fff;font-family: 'Microsoft YaHei';font-weight: bold;|c2=一个结合了多种工具的中文puzzle hunt工具集|s2=color:#aaa;|c3=[https://puzz.cipherpuzzles.com/cipher_machine/ 访问]|s3=color:#666;font-family:Consolas;}}{{档案面板尾
    |-
}}
    | style="padding: 12px 10px; border-bottom: 1px dashed #333; background: #1a1a1a; color: #fff; font-weight: bold;" | OpenSSL
    | style="padding: 12px 10px; border-bottom: 1px dashed #333; background: #1a1a1a; color: #aaa;" | 命令行加密工具,支持各种加密算法
    | style="padding: 12px 10px; border-bottom: 1px dashed #333; background: #1a1a1a;" | [https://www.openssl.org/ <span style="color: #66bb6a;">🔗 官网下载</span>]
    |-
    | style="padding: 12px 10px; border-bottom: 1px dashed #333; color: #fff; font-weight: bold;" | John the Ripper
    | style="padding: 12px 10px; border-bottom: 1px dashed #333; color: #aaa;" | 密码破解工具,支持多种Hash算法
    | style="padding: 12px 10px; border-bottom: 1px dashed #333;" | [https://www.openwall.com/john/ <span style="color: #66bb6a;">🔗 官网下载</span>]
    |}
</div>


<!-- 4. 文件分析 (橙色系) -->
== 名词科普 ==
<div style="background: #161616; border: 1px solid #333; border-left: 4px solid #ffa726; border-radius: 4px; padding: 20px; margin-bottom: 25px; box-shadow: 0 4px 8px rgba(0,0,0,0.2);">
{{档案面板头|title= 加密与编码
    <h3 style="margin-top: 0; color: #ffa726; border-bottom: 1px dashed #333; padding-bottom: 10px; font-family: 'Microsoft YaHei', sans-serif;">
|subtitle = ENCRYPTION
        📁 文件分析工具 <span style="font-size: 0.6em; color: #555; margin-left: 10px; font-family: Consolas;">// FILE</span>
|accent  = #80deea
     </h3>
|col1     = 技术名称
     {| style="width: 100%; border-collapse: collapse; margin-top: 15px; font-size: 0.95rem;"
|col2     = 简单说明
    |-
|col3     = 介绍入口
     ! style="text-align: left; padding: 10px; color: #888; font-family: Consolas; width: 25%;" | 工具名称
}}{{档案行|c1=CyberChef        |s1=font-size: 1.3em;color: #fff;font-family: 'Microsoft YaHei';font-weight: bold;|c2=GCHQ开发的在线工具集,支持数百种编码、加密、压缩、数据分析操作|c3=[https://gchq.github.io/CyberChef/ 访问]|s2=color:#aaa;|s3=color:#666;font-family:Consolas;}}{{档案行|c1=dCode.fr            |s1=font-size: 1.3em;color: #fff;font-family: 'Microsoft YaHei';font-weight: bold;|c2=密码学工具箱,支持各种经典密码的加解密            |c3=[https://www.dcode.fr 访问]   |alt=1|s2=color:#aaa;|s3=color:#666;font-family:Consolas;}}{{档案行|c1=Cryptii      |s1=font-size: 1.3em;color: #fff;font-family: 'Microsoft YaHei';font-weight: bold;|c2=编码和密码学在线工具,界面友好,支持实时转换|c3=[https://cryptii.com/ 访问] |s2=color:#aaa;|s3=color:#666;font-family:Consolas;}}{{档案行|alt=1|c1=Quipqiup|s1=font-size: 1.3em;color: #fff;font-family: 'Microsoft YaHei';font-weight: bold;|c2=自动破解替换密码(如凯撒密码)的在线工具|s2=color:#aaa;|c3=[https://quipqiup.com 访问]|s3=color:#666;font-family:Consolas;}}{{档案行|c1=Steganography Online|s1=font-size: 1.3em;color: #fff;font-family: 'Microsoft YaHei';font-weight: bold;|c2=在线图像隐写工具,支持嵌入和提取隐藏信息|s2=color:#aaa;|c3=[https://stylesuxx.github.io/steganography 访问]|s3=color:#666;font-family:Consolas;}}{{档案行|alt=1|c1=QR Code Generator|s1=font-size: 1.3em;color: #fff;font-family: 'Microsoft YaHei';font-weight: bold;|c2=二维码生成和识别工具|s2=color:#aaa;|c3=[https://www.the-qrcode-generator.com 访问]|s3=color:#666;font-family:Consolas;}}{{档案行|c1=Wayback Machine|s1=font-size: 1.3em;color: #fff;font-family: 'Microsoft YaHei';font-weight: bold;|c2=互联网档案馆,查看网站的历史快照(需要科学上网)|s2=color:#aaa;|c3=[https://web.archive.org 访问]|s3=color:#666;font-family:Consolas;}}{{档案行|alt=1|c1=WHOIS Lookup|s1=font-size: 1.3em;color: #fff;font-family: 'Microsoft YaHei';font-weight: bold;|c2=域名信息查询工具|s2=color:#aaa;|c3=[https://whois.domaintools.com/ 访问]|s3=color:#666;font-family:Consolas;}}{{档案行|c1=焖肉面|s1=font-size: 1.3em;color: #fff;font-family: 'Microsoft YaHei';font-weight: bold;|c2=一个结合了多种工具的中文puzzle hunt工具集|s2=color:#aaa;|c3=[https://puzz.cipherpuzzles.com/cipher_machine/ 访问]|s3=color:#666;font-family:Consolas;}}{{档案面板尾
    ! style="text-align: left; padding: 10px; color: #888; font-family: Consolas; width: 45%;" | 功能说明
}}
    ! style="text-align: left; padding: 10px; color: #888; font-family: Consolas; width: 30%;" | 下载/详情
    |-
    | style="padding: 12px 10px; border-bottom: 1px dashed #333; color: #fff; font-weight: bold;" | Binwalk
    | style="padding: 12px 10px; border-bottom: 1px dashed #333; color: #aaa;" | 固件分析工具,可从文件中提取嵌入的文件和数据
    | style="padding: 12px 10px; border-bottom: 1px dashed #333;" | [https://github.com/ReFirmLabs/binwalk <span style="color: #ffa726;">🔗 GitHub</span>]
    |-
    | style="padding: 12px 10px; border-bottom: 1px dashed #333; background: #1a1a1a; color: #fff; font-weight: bold;" | HxD
    | style="padding: 12px 10px; border-bottom: 1px dashed #333; background: #1a1a1a; color: #aaa;" | 十六进制编辑器,用于查看和编辑二进制文件
    | style="padding: 12px 10px; border-bottom: 1px dashed #333; background: #1a1a1a;" | [https://mh-nexus.de/en/hxd/ <span style="color: #ffa726;">🔗 官网下载</span>]
    |-
    | style="padding: 12px 10px; border-bottom: 1px dashed #333; color: #fff; font-weight: bold;" | 7-Zip
    | style="padding: 12px 10px; border-bottom: 1px dashed #333; color: #aaa;" | 强大的解压缩工具,支持多种压缩格式
    | style="padding: 12px 10px; border-bottom: 1px dashed #333;" | [https://www.7-zip.org/ <span style="color: #ffa726;">🔗 官网下载</span>]
    |}
</div>
 
<!-- 5. 网络分析 (红/橙色系) -->
<div style="background: #161616; border: 1px solid #333; border-left: 4px solid #ef5350; border-radius: 4px; padding: 20px; margin-bottom: 25px; box-shadow: 0 4px 8px rgba(0,0,0,0.2);">
    <h3 style="margin-top: 0; color: #ef5350; border-bottom: 1px dashed #333; padding-bottom: 10px; font-family: 'Microsoft YaHei', sans-serif;">
        🌐 网络分析工具 <span style="font-size: 0.6em; color: #555; margin-left: 10px; font-family: Consolas;">// NETWORK</span>
    </h3>
    {| style="width: 100%; border-collapse: collapse; margin-top: 15px; font-size: 0.95rem;"
    |-
    ! style="text-align: left; padding: 10px; color: #888; font-family: Consolas; width: 25%;" | 工具名称
    ! style="text-align: left; padding: 10px; color: #888; font-family: Consolas; width: 45%;" | 功能说明
    ! style="text-align: left; padding: 10px; color: #888; font-family: Consolas; width: 30%;" | 下载/详情
    |-
    | style="padding: 12px 10px; border-bottom: 1px dashed #333; color: #fff; font-weight: bold;" | Wireshark
    | style="padding: 12px 10px; border-bottom: 1px dashed #333; color: #aaa;" | 网络协议分析工具,捕获和分析网络数据包
    | style="padding: 12px 10px; border-bottom: 1px dashed #333;" | [https://www.wireshark.org/ <span style="color: #ef5350;">🔗 官网下载</span>]
    |-
    | style="padding: 12px 10px; border-bottom: 1px dashed #333; background: #1a1a1a; color: #fff; font-weight: bold;" | Burp Suite
    | style="padding: 12px 10px; border-bottom: 1px dashed #333; background: #1a1a1a; color: #aaa;" | Web应用安全测试工具,可拦截和修改HTTP请求
    | style="padding: 12px 10px; border-bottom: 1px dashed #333; background: #1a1a1a;" | [https://portswigger.net/burp <span style="color: #ef5350;">🔗 官网下载</span>]
    |-
    | style="padding: 12px 10px; border-bottom: 1px dashed #333; color: #fff; font-weight: bold;" | Postman
    | style="padding: 12px 10px; border-bottom: 1px dashed #333; color: #aaa;" | API测试工具,方便发送HTTP请求
    | style="padding: 12px 10px; border-bottom: 1px dashed #333;" | [https://www.postman.com/ <span style="color: #ef5350;">🔗 官网下载</span>]
    |}
</div>
 
== <span id="在线工具"></span>🌐 在线工具网站 ==
<div style="background: #1a1a1a; border: 1px solid #333; border-top: 3px solid #4fc3f7; border-radius: 4px; padding: 20px; margin-bottom: 30px;">
    <div style="font-size: 0.9rem; color: #888; margin-bottom: 15px;">大部分链接指向外部网站,请注意网络环境。</div>
   
    {| style="width: 100%; border-collapse: collapse; font-size: 0.95rem;"
    |-
    ! style="text-align: left; padding: 10px; color: #4fc3f7; border-bottom: 2px solid #4fc3f7; width: 30%;" | 网站名称
    ! style="text-align: left; padding: 10px; color: #4fc3f7; border-bottom: 2px solid #4fc3f7; width: 50%;" | 功能说明
    ! style="text-align: left; padding: 10px; color: #4fc3f7; border-bottom: 2px solid #4fc3f7; width: 20%;" | 入口
    |-
    | style="padding: 12px 10px; border-bottom: 1px dashed #333; font-weight: bold; color: #fff;" | CyberChef
    | style="padding: 12px 10px; border-bottom: 1px dashed #333; color: #aaa;" | GCHQ开发的在线工具集,支持数百种编码、加密、压缩、数据分析操作
    | style="padding: 12px 10px; border-bottom: 1px dashed #333;" | [https://gchq.github.io/CyberChef/ <span style="color: #4fc3f7;">🔗 访问</span>]
    |-
    | style="padding: 12px 10px; border-bottom: 1px dashed #333; background: #222; font-weight: bold; color: #fff;" | dCode.fr
    | style="padding: 12px 10px; border-bottom: 1px dashed #333; background: #222; color: #aaa;" | 密码学工具箱,支持各种经典密码的加解密
    | style="padding: 12px 10px; border-bottom: 1px dashed #333; background: #222;" | [https://www.dcode.fr/ <span style="color: #4fc3f7;">🔗 访问</span>]
    |-
    | style="padding: 12px 10px; border-bottom: 1px dashed #333; font-weight: bold; color: #fff;" | Cryptii
    | style="padding: 12px 10px; border-bottom: 1px dashed #333; color: #aaa;" | 编码和密码学在线工具,界面友好,支持实时转换
    | style="padding: 12px 10px; border-bottom: 1px dashed #333;" | [https://cryptii.com/ <span style="color: #4fc3f7;">🔗 访问</span>]
    |-
    | style="padding: 12px 10px; border-bottom: 1px dashed #333; background: #222; font-weight: bold; color: #fff;" | Quipqiup
    | style="padding: 12px 10px; border-bottom: 1px dashed #333; background: #222; color: #aaa;" | 自动破解替换密码(如凯撒密码)的在线工具
    | style="padding: 12px 10px; border-bottom: 1px dashed #333; background: #222;" | [https://quipqiup.com/ <span style="color: #4fc3f7;">🔗 访问</span>]
    |-
    | style="padding: 12px 10px; border-bottom: 1px dashed #333; font-weight: bold; color: #fff;" | Steganography Online
    | style="padding: 12px 10px; border-bottom: 1px dashed #333; color: #aaa;" | 在线图像隐写工具,支持嵌入和提取隐藏信息
    | style="padding: 12px 10px; border-bottom: 1px dashed #333;" | [https://stylesuxx.github.io/steganography/ <span style="color: #4fc3f7;">🔗 访问</span>]
    |-
    | style="padding: 12px 10px; border-bottom: 1px dashed #333; background: #222; font-weight: bold; color: #fff;" | QR Code Generator
    | style="padding: 12px 10px; border-bottom: 1px dashed #333; background: #222; color: #aaa;" | 二维码生成和识别工具
    | style="padding: 12px 10px; border-bottom: 1px dashed #333; background: #222;" | [https://www.the-qrcode-generator.com/ <span style="color: #4fc3f7;">🔗 访问</span>]
    |-
    | style="padding: 12px 10px; border-bottom: 1px dashed #333; font-weight: bold; color: #fff;" | Wayback Machine
    | style="padding: 12px 10px; border-bottom: 1px dashed #333; color: #aaa;" | 互联网档案馆,查看网站的历史快照
    | style="padding: 12px 10px; border-bottom: 1px dashed #333;" | [https://web.archive.org/ <span style="color: #4fc3f7;">🔗 访问</span>]
    |-
    | style="padding: 12px 10px; border-bottom: 1px dashed #333; background: #222; font-weight: bold; color: #fff;" | WHOIS Lookup
    | style="padding: 12px 10px; border-bottom: 1px dashed #333; background: #222; color: #aaa;" | 域名信息查询工具
    | style="padding: 12px 10px; border-bottom: 1px dashed #333; background: #222;" | [https://whois.domaintools.com/ <span style="color: #4fc3f7;">🔗 访问</span>]
    |}
</div>


== <span id="名词科普"></span>📖 名词科普 ==
== <span id="名词科普"></span>📖 名词科普 ==

2026年3月4日 (三) 15:52的最新版本


       > 系统设置... 完成
> 解码中...

工具和科普

> 工欲善其事,必先利其器


工具分享

音频分析工具// AUDIO

工具名称。功能说明下载/详情
RXSSTVSSTV(慢扫描电视)信号解码工具,用于将音频信号转换为图像查看详情
Audacity开源音频编辑软件,支持频谱分析、音频可视化官网下载
Sonic Visualiser专业音频分析工具,适合查看隐藏在音频中的频谱图像官网下载


图像分析工具// IMAGE

工具名称功能说明下载/详情
StegSolve图像隐写分析工具,可查看不同色彩通道、LSB隐写等github下载
Stegdetect检测JPEG图像中的隐写信息官网下载
ExifTool读取、编辑图像元数据(EXIF)信息官网下载
GIMP开源图像编辑软件,功能类似Photoshop官网下载


密码学工具// CRYPTO

工具名称功能说明下载/详情
CyberChef强大的在线"网络瑞士军刀",支持数百种编解码和加解密操作在线使用
OpenSSL命令行加密工具,支持各种加密算法官网下载
John the Ripper密码破解工具,支持多种Hash算法官网下载


文件分析工具// FILE

工具名称功能说明下载/详情
Binwalk固件分析工具,可从文件中提取嵌入的文件和数据github
HxD十六进制编辑器,用于查看和编辑二进制文件官网下载
7-Zip强大的解压缩工具,支持多种压缩格式官网下载


网络分析工具// NETWORK

工具名称功能说明下载/详情
Wireshark网络协议分析工具,捕获和分析网络数据包官网下载
Burp SuiteWeb应用安全测试工具,可拦截和修改HTTP请求官网下载
PostmanAPI测试工具,方便发送HTTP请求官网下载

在线工具网站// ONLINE

工具名称功能说明网页入口
CyberChefGCHQ开发的在线工具集,支持数百种编码、加密、压缩、数据分析操作访问
dCode.fr密码学工具箱,支持各种经典密码的加解密访问
Cryptii编码和密码学在线工具,界面友好,支持实时转换访问
Quipqiup自动破解替换密码(如凯撒密码)的在线工具访问
Steganography Online在线图像隐写工具,支持嵌入和提取隐藏信息访问
QR Code Generator二维码生成和识别工具访问
Wayback Machine互联网档案馆,查看网站的历史快照(需要科学上网)访问
WHOIS Lookup域名信息查询工具访问
焖肉面一个结合了多种工具的中文puzzle hunt工具集访问


名词科普

加密与编码// ENCRYPTION

技术名称简单说明介绍入口
CyberChefGCHQ开发的在线工具集,支持数百种编码、加密、压缩、数据分析操作访问
dCode.fr密码学工具箱,支持各种经典密码的加解密访问
Cryptii编码和密码学在线工具,界面友好,支持实时转换访问
Quipqiup自动破解替换密码(如凯撒密码)的在线工具访问
Steganography Online在线图像隐写工具,支持嵌入和提取隐藏信息访问
QR Code Generator二维码生成和识别工具访问
Wayback Machine互联网档案馆,查看网站的历史快照(需要科学上网)访问
WHOIS Lookup域名信息查询工具访问
焖肉面一个结合了多种工具的中文puzzle hunt工具集访问


📖 名词科普

🔐 加密与编码 // ENCRYPTION

对称加密技术
凯撒加密 凯撒加密 - 最简单的替换加密,将字母按固定位移替换
A1Z26 A1z26 - 将字母转换为其在字母表中的位置数字(A=1, Z=26)
DES/3DES DES/3DES - 数据加密标准,对称加密算法
AES AES - 高级加密标准,目前广泛使用的对称加密算法
非对称加密技术
RSA RSA - 基于大数分解的非对称加密算法
DSA DSA - 数字签名算法
DSS DSS - 数字签名标准
Hash 算法
MD4、MD5 MD4、MD5 - 消息摘要算法,生成128位哈希值
SHA家族 SHA家族 - 安全散列算法,包括SHA-1、SHA-256等
CRC家族 CRC家族 - 循环冗余校验,用于数据完整性验证
常见编码
Base家族 Base家族 - Base64、Base32等编码方式
ASCII编码 ASCII编码 - 美国信息交换标准代码
一次一密 一次一密 - 理论上不可破解的加密方式
Brainfuck/Ook Brainfuck/Ook/shortOok - 极简编程语言,常用于编码
ITA2码 ITA2码 - 电传打字机编码
莫斯电码 莫斯电码 - 用点和划表示字符的编码方式
文件与技术
Code49条形码 Code49条形码 - 二维条形码标准
ALGOL68 ALGOL68 - 一种编程语言

📚 学习资源与社区

🎓 密码学学习

📣 ARG 社区

🧩 解谜挑战

🧰 工具资源库

其他页面

📄 编辑守则 — wiki编辑注意事项
📚 ARG档案 — 查看ARG项目档案
🧩 ARG编年史 — 查看ARG编年史
🔧 工具和科普 — 了解ARG工具和术语