Git Product home page Git Product logo

nemo's Introduction

Nemo

Nemo是用来进行自动化信息收集的一个简单平台,通过集成常用的信息收集工具和技术,实现对内网及互联网资产信息的自动收集,提高隐患排查和渗透测试的工作效率。

主要功能

IP收集

  • Nmap、Masscan端口扫描
  • 第三方接口查询IP归属地(hao7188、ip.cn)、自定义IP归属地

域名收集

标题指纹

API接口

Poc验证

其它

  • 资产的导出、统计、颜色标记与备忘录协作
  • RabbitMQ + Celery分布式任务
  • Docker安装
  • 环境:Python3.7、MySQL5.7、Flask、信息收集工具(Nmap、masscan、whatweb等)

安装

开发环境配置

MacOS安装配置

Docker

git clone --recursive https://github.com/hanc00l/nemo
cd nemo
docker build  -t nemo/app:v1 .
docker run -it -d --name nemo_app -p 5000:5000 nemo/app:v1

使用

浏览器输入 http://localhost:5000,默认密码:nemo

login

dashbord

版本更新

  • 0.3.0:2021-3-1,更新域名的任务控制功能;Sublist3r更换为pip安装;端口扫描中增加扫描中排除的IP;
  • 0.2.5:2021-2-16,不再打包Xray二进制文件(文件更新快、体积太大);如果需要使用xray需手工将mac或linux下的xray二进制文件复制到nemo/common/thirdparty/xray目录下;
  • 0.2:2021-2-8,增加子域名收集Subfinder、JSFinder,增加标题指纹HTTPX;重构任务相关代码;
  • 0.1:2021-2-3,重构任务管理功能,集成Pocsuite3与XRay进行验洞验证;

参考

jeffzh3ng:https://github.com/jeffzh3ng/fuxi

TideSec:https://github.com/TideSec/Mars

nemo's People

Contributors

hanc00l 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.