GithubHelp home page GithubHelp logo

polaris's Introduction

Polaris

Python License Author

项目简介

这是一款集信息收集、漏洞利用、漏洞爆破等功能的一体化渗透测试框架

使用帮助

  • 修改配置文件
    conf/setting.toml
    
    配置文件里配置了程序运行的必要参数以及插件的参数, 按需修改即可
  • 安装支持类库
    pip3 install -r requirements.txt -i https://pypi.douban.com/simple/
  • 查看帮助信息
    python Cli.py --help
    avatar
    python Cli.py {命令} --help
    avatar 可选命令: collectexploitloginauxiliary
  • 查看插件信息
    python Cli.py {命令} --list
    avatar
    python Cli.py {命令} --plugin '{插件}' --list
    avatar
    python Cli.py {命令} --plugin '@{类型}' --list
    avatar
    python Cli.py {命令} --plugin '!{插件}' --list
    avatar 可选类型: ipdomainsubdomainurlcompanyemailmd5
  • 运行命令格式
    python Cli.py --input {类型}:{目标/文件} {调用命令} {调用参数}
    avatar 可选输出文件类型: json

使用示例

收集信息

  • 收集子域名
    python Cli.py --input domain:360.com collect
    python Cli.py --input domain:360.com collect --plugin china
    python Cli.py --input domain:360.com collect --plugin china --pugin ip138
    python Cli.py --input domain:360.com collect --plugin !ksubdomain
  • 收集ip信息
    python Cli.py --input ip:x.x.x.x collect
  • 收集邮箱
    python Cli.py --input email:[email protected] collect

漏洞利用

python Cli.py --input url:http://example.com exploit
python Cli.py --input url:http://example.com exploit --plugin CVE-2021-22205
python Cli.py --input url:http://example.com exploit --plugin CVE-2021-22205 --shell

口令爆破

python Cli.py --input ip:x.x.x.x login
python Cli.py --input ip:x.x.x.x login --plugin ssh
python Cli.py --input ip:x.x.x.x login --plugin ssh --username root --password root --method 1
python Cli.py --input ip:x.x.x.x login --plugin ssh --username username.txt --password password.txt --method 2

method可选参数:

  1. 单点模式: 一个账号对应一个密码
  2. 交叉模式: 多个账号对应多个密码

渗透辅助

  • MD5解密
python Cli.py --input md5:1a79a4d60de6718e8e5b326e338ae533 auxiliary --plugin md5

命令联动

python Cli.py --input domain:example.com collect --plugin ip138 exploit --plugin CVE-2021-xxx 

插件开发

插件开发手册

版本日志

版本修改日志

使用声明

本工具仅用于安全测试目的
用于非法用途与开发者无关

polaris's People

Contributors

doimet avatar

Stargazers

Ayush Singh avatar 5l1v3r1 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.