chainreactors / neutron

nano nuclei engine. no side effect.
https://chainreactors.github.io/wiki/libs/neutron/
17 stars 7 forks source link

[Question] 并发性能问题 #2

Closed XiaoliChan closed 1 month ago

XiaoliChan commented 1 month ago

您好, 请问如何提高并发性能,扫描速度有点慢,对比如下

- xray core (from fscan)
- Nums of POC: 386 (format: yaml)
- Time usage: 523.758053ms
- neutron core
- Nums of POC: 80 (format: yaml)
- Time usage: 3.154950302s

But with a single POC, it would be faster than xray core.

- xray core: 95.482072ms
- neutron core: 28.979563ms

Any idea?

XiaoliChan commented 1 month ago

同时还不支持 variables

variables:
  content: '{{to_lower(rand_base(20))}}'