Giter Site home page Giter Site logo

cobweb's Introduction

cobweb 蛛网 - 子域名和解析IP对应关系数据可视化

cobweb

信息收集过程中,大型目标收集到的子域名和解析IP的关系错综复杂,肉眼分析起来费时又费力。

cobweb 蛛网 将关联数据进行可视化显示,方便快速定位目标资产。

效果图

测试页:https://www.se7ensec.cn/cobweb/

网状显示关系可拖动

可手动筛选单独高亮显示

使用依赖

仅限linux下使用

python3 [sudo pip3 install pyvis]

使用方法

  1. 安装dnsx
go install github.com/projectdiscovery/dnsx/cmd/dnsx@latest
  1. 运行dnsx,获取子域名collect_subdomains.txt解析结果active_subdomains2ips.txt
dnsx -l collect_subdomains.txt -silent -a -resp | sed 's/\[//g' | sed 's/\]//g' | tee active_subdomains/active_subdomains2ips.txt
  1. 运行Generate_yaml.sh,得到active_subdomains/active_subdomains2ips.yaml
bash Generate_yaml.sh
  1. 运行cobweb.py,浏览器会自动打开
sudo python3 cobweb.py --domain tesla.com --file active_subdomains/subdomains2ips.yaml

感谢

https://github.com/screetsec/Sudomy

cobweb's People

Contributors

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