hanc00l / wooyun_public

This repo is archived. Thanks for wooyun! 乌云公开漏洞、知识库爬虫和搜索 crawl and search for wooyun.org public bug(vulnerability) and drops
http://www.wooyun.org
4.38k stars 1.94k forks source link

下载了所谓完整版的虚拟机文件,但是elasticsearch的目录并不存在,要自己安装,但是没有root权限。 #18

Open tuhaolam opened 8 years ago

hanc00l commented 8 years ago

root可以用sudo,如果要用root和安装elasticsearch请参考https://github.com/hanc00l/wooyun_public/issues/11https://github.com/hanc00l/wooyun_public/issues/9

tuhaolam commented 8 years ago

挺奇怪,没装elasticsearch之前我这边显示漏洞总数为4W+,现在却只有500个

关键字【】的搜索结果共500记录

查看mongodb,数据库大小也挺正常:

wooyun  5.951171875GB
hanc00l commented 8 years ago

出现这个原因是因为在用mongodb-connector同步数据到elasticsearch的时候了问题,没有同步完就报错退出了。你把elasticsearchg的data目录删除掉,再重新同步一次看看。同时看一下mongo-connecotor是不是有报错。如果有报错的话,看看报错的内容。

Felix4A commented 8 years ago

所以是下了虚拟机1也要自己装 elasticsearch 吗?

hanc00l commented 8 years ago

8.5更新后的虚拟机集成了elasticsearch。之前的虚拟机需要直接安装。

han2008@qq.com

在 2016年8月25日,10:30,FelixAi notifications@github.com 写道:

所以是下了虚拟机1也要自己装 elasticsearch 吗?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

tuhaolam commented 8 years ago

mongodb-connector执行过程中没有报错,但是卡住了,跑了几个小时都没同步完成。修改了app.py为auto状态后,一查询直接返回500,服务器内部错误了。这个有遇到吗