M09Ic

Results 20 issues of M09Ic

例如从 a.b.com开始爆破子域名,oneforall会解析到b.com开始爆破. 希望能提供一个配置选项关闭.

enhancement

I don't have write access to the home directory in particular environment, but I didn't find any flag to custom `.templates-config.json` file. So, I would like to customize the directory...

Type: Enhancement

默认的输出格式不太好解析, 能否格式化输出, 例如类似dnsx的输出格式.

在爆破子域名的时候, 可以生成10(可通过参数指定)个随机子域名进行请求, 如果这10个随机子域名都能被解析到某个或某几个ip地址, 那就认定这个能够解析到这些ip地址的子域名为通配符域名, 过滤或者标记同样解析到这个ip地址的子域名. 这种情况最好不要停止爆破, 因为通配符域名下也可能存活着一些真正被使用的域名, 如果解析到新的ip地址再将其正常输出.

example data: ip.txt: ``` 1.25.242.23/32 1.71.150.96/29 54.240.128.0/20 ``` cdn: ``` 109.199.57.0/24 101.79.149.0/24 116.128.128.0/24 115.231.186.0/24 103.22.200.0/22 61.155.165.0/24 113.20.148.0/23 185.254.242.0/24 59.36.120.0/24 70.132.0.0/18 52.78.247.128/26 110.93.176.0/20 54.240.128.0/18 46.51.216.0/21 70.132.0.0/16 104.16.0.0/12 121.12.98.0/24 103.31.4.0/22 204.246.164.0/22 42.236.6.0/24...

一些命令行工具通过quickcommand插件封装因为ANSI escape code, 格式与颜色会不正确. 例如: ![image](https://user-images.githubusercontent.com/29176200/188354121-f2e91aed-47aa-4297-b772-40539842a6de.png) 是否有办法支持这类带颜色的命令行工具呢.

我记得老版本复制比现在方便一些. 现在复制需要先选中再点击按钮, 感觉不太方便. thanks!

# 功能改善建议 🚀 这两天使用发现群聊内容较多时, 很难找到对应的session进行回复. 当开始角色扮演时, 可以在当前群自动创建一个新的bot, 用来扮演这个角色。

enhancement

``` type Option struct { Test string `config:"test"` } func TestConfig(t *testing.T) { var opt Option opt.Test = "test" con := config.New("test", func(opt *config.Options) { opt.DecoderConfig.TagName = "config" opt.ParseDefault =...

enhancement
question

support setting the default file when parsedefault complex structures. ``` type ConfigA struct { config ConfigB `config:"config" default:"configb.yaml"` } type ConfigB struct { A string `config:"a"` B string `config:"b"` }...

enhancement