Skip to content

Commit a187058

Browse files
committed
fix Elasticsearch url双斜杠导致无法保存的bug 2022-06-30 23:37:1656603438
1 parent 38cb603 commit a187058

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ config/CreateEs.sh nuclei
134134
config/CreateEs.sh vscan
135135

136136
# 搜索语法,更多的查询方法,自己学 Elasticsearch
137-
http://127.0.0.1:9200/nmap_index/_doc/_search?q=92.168.0.111
137+
http://127.0.0.1:9200/nmap_index/_doc/_search?q=_id:192.168.0.111
138138
其中92.168.0.111 是要查询的目标
139139

140140
```

0 commit comments

Comments
 (0)