← 返回题库
高级

综合:检测和分析重放攻击

未完成

示例

输入
solve()
期望输出
Replay attack analysis:
Total attacks: 6
  body_tampered: 1 total, 1 detected (100.0%)
  nonce_reuse: 3 total, 2 detected (67.0%)
  timestamp_expired: 2 total, 2 detected (100.0%)
Undetected attacks: 1
  RPI-002: nonce_reuse nonce=nonce_dup
Overall detection rate: 83.3%
Python 代码 🔒 登录后使用
🔒

登录后即可练习

注册免费账号,在浏览器中直接运行 Python 代码