File tree Expand file tree Collapse file tree 4 files changed +6
-1
lines changed Expand file tree Collapse file tree 4 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 94
94
"httpx" : {} // httpx 配置,
95
95
"enableEsSv" : true , // 开启结果send 到es
96
96
"esthread" : 8 // 结果写入Elasticsearch的线程数,
97
- "esUrl" : " http://127.0.0.1:9200/" // Elasticsearch url
97
+ "esUrl" : " http://127.0.0.1:9200/%s_index/_doc/%s " // Elasticsearch url
98
98
}
99
99
```
100
100
Original file line number Diff line number Diff line change 55
55
"KsubdomainRegxp" : " ([0-9a-zA-Z\\ -]+\\ .[0-9a-zA-Z\\ -]+)$" ,
56
56
"naabu_dns" : {},
57
57
"naabu" : {"TopPorts" : " 1000" ,"ScanAllIPS" : true },
58
+ "priorityNmap" : true ,
58
59
"nuclei" : {},
59
60
"enablEmbedYaml" : true ,
60
61
"httpx" : {},
Original file line number Diff line number Diff line change 56
56
"naabu_dns" : {},
57
57
"naabu" : {"TopPorts" : " 1000" ,"ScanAllIPS" : true },
58
58
"nuclei" : {},
59
+ "priorityNmap" : true ,
59
60
"enablEmbedYaml" : true ,
60
61
"httpx" : {},
61
62
"enableEsSv" : true ,
Original file line number Diff line number Diff line change @@ -165,6 +165,9 @@ func GetNmap() string {
165
165
var hvNmap = false
166
166
167
167
func CheckHvNmap () bool {
168
+ if "true" != GetVal ("priorityNmap" ) {
169
+ return false
170
+ }
168
171
if hvNmap {
169
172
return hvNmap
170
173
}
You can’t perform that action at this time.
0 commit comments