Code Monkey home page Code Monkey logo

reaper's Introduction

Reaper

一款SRC资产信息收集的工具,你身边的资产收割利器~

License

功能介绍

  • 支持基于oneforall收集资产的导入
  • 对oneforall导入资产进行二次梳理,优化显示
  • 支持cdn检测,基于cname与常见cdn段检测
  • 支持域名备案/同备案站点信息查询
  • 支持清理awvs
  • 支持清理数据之后快速提交给awvs扫描
  • 支持xray-poc编写,集成工具来源xray-poc-generation

演示截图

  1. 任务模块

    image-20200805160625405

  2. 删除任务模块

    image-20200805160929739

  3. 资产模块

    image-20200805160730948

  4. 同备案查询

    image-20200805161020441

  5. xray-poc编写模块

    image-20200805161049622

快速配置

测试环境:

  • windows
  • python 3.7
  • mysql8

环境安装: 1、python环境

# 可能没有标记完全,遇到缺少的库,自行pip一下
# 欢迎反馈一下缺少哪些库
pip install -r requirement.txt

2、mysql8安装

参考链接:https://www.cnblogs.com/luoli-/p/9249769.html

3、config.ini配置

;reaper配置文件

[email];只支持qq邮箱
email = 1
code = 2
emailpower = False

[mysql];密码不一致的话,注意修改reaper/reaper/settings.py中的DATABASES配置
host = 127.0.0.1
user = root
password = 123456
database = reaper

[awvs]
token = xxx
website = https://awvs

4、数据库建立使用说明

新建数据库reaper编码utf-8之后,使用reaper.sql文件快速建立各个表

快速使用

  1. web端

    cd reaper
    python manage.py runserver 0:80
    
    # 访问 127.0.0.1显示未授权,手动赋予 key 123456    cookie对即可使用
  2. tools端

    cd reaper_tools
    # 查看帮助
    python start.py -h
    
    # 注意事项,使用oneforall命令如下:
    python oneforall.py --target xxx.com --format json run
    
    # 之后将xxx.com.json文件挪到/reasult 路径下即可导入
    # awvs限制了最多同时并发三个扫描,充分利用学生云主机性能

吐槽与后续

此项目历经两次大改,现版本2.0

逐渐完善中,后续添加功能

目前应该暂时不会添加什么功能了,我的感觉是,有些没必要集成的功能,集成了反而是负担

感谢1.0版本中一起开发的三位小伙伴

@安逸猪 @打代码要优雅 @我不会翻转二叉树

感谢@b0ring师傅在2.0版本开发中的思路交流

reaper's People

Contributors

sp4rkw avatar kenuoseclab 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.