Skip to content

v3.0.6 Dream a dream for you

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Jun 06:40
· 113 commits to main since this release
  • afrog 已更新了 POC 扫描逻辑,现在先扫描普通 POC,然后再扫描 OOB POC。这是因为 OOB POC 的并发扫描需要单独配置,并且速率远低于普通 POC。
  • -oob-rate-limit/-orl 设定 OOB POC 的每秒最大请求量,默认为 25;-oob-concurrency/-oc 则设置 OOB POC 的最大并发执行数量,默认为 25。
  • 修复了一个导致 ceye 验证接口不稳定时漏报的 BUG。
  • 将 SQLite3 数据表的 ID 修改为雪花算法,以支持分布式系统。
  • 首次使用 afrog 并指定 config 配置文件时,SQLite3 未初始化表,导致插入操作报错的 BUG。

  • afrog has updated the POC scanning logic, which now scans regular POCs first and then OOB POCs. This is because concurrent scanning for OOB POCs requires separate configuration and operates at a significantly lower rate than regular POCs.
  • The -oob-rate-limit/-orl sets the maximum number of requests per second for OOB POCs, defaulting to 5, while -oob-concurrency/-oc configures the maximum concurrent execution count for OOB POCs, defaulting to 2.
  • A bug that caused missed reports when the ceye verification interface was unstable has been fixed.
  • The IDs of SQLite3 data tables have been modified to use the Snowflake algorithm to support distributed systems.
  • When afrog was used for the first time with a specified config file, SQLite3 did not initialize the tables, resulting in errors for insert operations. This bug has been addressed.