Coder Social home page Coder Social logo

wooyun_offline_ui's Introduction

说明

花了10分钟重做了一套乌云离线Web UI,重做总共有两个目的,

  1. 没必要使用14GB的虚拟机,经过处理,40K漏洞只占用500MB mongodb 硬盘空间
  2. 上述作者没有提取 关注数、是否为有奖励或者漏洞预警的漏洞 等几个关键字段

特性

支持漏洞标题搜索、漏洞wooyun id搜索

alt tag

支持漏洞查看(删除了评论),原始 wooyun UI

alt tag

安装

复制 src 到 web 目录,e.g

cp -R src ~/web/wooyun_offline

安装 php-mongo 扩展

mongo 默认为 127.0.0.1:27017,如有不同,修改 src/config.php 即可

<?php
	$config = array(
		'mongodb' => 'mongodb://127.0.0.1:27017'
	);
?>

导入数据

导入到 wooyun 数据库,bugs 表即可

由于政策风险,我不能提供数据,可以用网上的14GB虚拟机导出

然后使用 src/scripts/minify.pl 精简 mongo 数据库

已知问题

  1. 缺少 images/blood.png
  2. 漏洞库不全,可惜没用高权限账号爬

wooyun_offline_ui's People

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.