GithubHelp home page GithubHelp logo

qixiaomao / stealth Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 72 KB

这是一个信息搜集器(This is a Stealth. ),来源模仿一个大神的项目,同时也是希望给自己写项目开始的一个开始。

Python 100.00%

stealth's Introduction

Description

这是一款收集CMS、WHOIS、DNS、robots.txt、子域名、端口信息,系统信息、服务信息的工具

Operating environment

python 3+

linux or windows

nmap

Installation guide

linux

git clone https://github.com/Qixiaomao/Stealth.git

pip install -r requirements.txt

Strcuture

.
├── config(配置文件)
│   ├── cms.txt
│   └── config.py

├── README.md(说明文档)
├── requirements.txt(依赖库)
├── static(静态资源目录)
│   ├── Bootsrap.css
│   ├── main.css
│   ├── subdomian.css
│   ├── whois_base.css
│   └── whois.css
├── Stealth.py(主函数)
└── util(功能函数目录)
    ├── cms_info.py
    ├── dns_info.py
    ├── help.py
    ├── http_request.py
    ├── is_select.py
    ├── nmap_port_info.py
    ├── output_html.py
    ├── robots.py
    ├── subdomain.py
    ├── termcolor.py
    ├── termcolor.pyc
    ├── welcome.py
    └── who_is.py


stealth's People

Contributors

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