Results 8 issues of p1g3

1. check_net、check_version等希望能够通过某个参数判断是否需要开启上面两者,否则会添加分布式下没必要的网络负担 2. 默认数据存储到数据库中,希望能够解耦合,因为在分布式场景下基本用不到OneForAll的sqlite3数据库,并且sqlite不支持多线程、多进程操作,默认情况下操作的是一个文件,在分布式的环境下有可能出现问题

bug
enhancement

建议后期可以考虑写一个插件编写的文档,这样就不需要再让使用者去了解代码结构后才能自己写插件。 比如现在有一个场景:用户寻找到了一个OneForAll中并不支持的api,此时为了这一个api单写一个模块太费时了,大多人希望的还是自己能够集成到OneForAll中,但是这玩意代码量又太大了,为了加个api看一堆代码感觉时间回报不成正比。 是否可以考虑一下?

enhancement

原S2-007漏洞环境中的漏洞细节处存在部分问题,容易引起误导,因此进行修改后提了个PR。

服务可以正常启动: ![image](https://user-images.githubusercontent.com/49426158/75792080-6ba3b080-5da8-11ea-83ea-d866de2747d8.png) DNS配置如下: ![image](https://user-images.githubusercontent.com/49426158/75792157-883fe880-5da8-11ea-9820-dcc3ae403206.png)

I noticed that cel-go supports the b'' format for representing bytes in expressions. I noticed that cel-go supports the b'' format for representing bytes in expressions. Why doesn't expr support...

feature

Recently, I encountered an issue. When the automatic filtering is enabled and the status code matched is set to "ALL", if the Content-Length of both 404 and 403 are the...

# Description 1. Fix unexpected behavior of Input getting mixed up in concurrent situations 2. Modify filter logic from adding the first matching filter to adding all matching filters ##...

**Describe the bug** Windows cannot open any files or folders **To Reproduce** Run spf, find a folder, use the E shortcut key to not open **Expected behavior** Open this folder...

bug