GithubHelp home page GithubHelp logo

lubyruffy / tentacle Goto Github PK

View Code? Open in Web Editor NEW

This project forked from orleven/tentacle

0.0 1.0 0.0 107.83 MB

Tentacle is a POC vulnerability verification and exploit framework. It supports free extension of exploits and uses POC scripts. It supports calls to zooeyem, fofa, shodan and other APIs to perform bulk vulnerability verification for multiple targets.

Python 100.00%

tentacle's Introduction

Tentacle

.___________. _______ .__   __. .___________.    ___       ______  __       _______
|           ||   ____||  \ |  | |           |   /   \     /      ||  |     |   ____| {1.0.0#test}
`---|  |----`|  |__   |   \|  | `---|  |----`  /  ^  \   |  ,----'|  |     |  |__
    |  |     |   __|  |  . `  |     |  |      /  /_\  \  |  |     |  |     |   __|
    |  |     |  |____ |  |\   |     |  |     /  _____  \ |  `----.|  `----.|  |____
    |__|     |_______||__| \__|     |__|    /__/     \__\ \______||_______||_______| http://www.orleven.com


Tentacle is a POC vulnerability verification and exploit framework. It supports free extension of exploits and uses POC scripts. It supports calls to zooeyem, fofa, shodan and other APIs to perform bulk vulnerability verification for multiple targets. (Still in DEV...)

Python 3.5

show

Usage

# Show help for tentacle.
py -3 tentacle.py --help

# Show all modual, and you can see it in `script` path.
py -3 tentacle.py --show

# Load modual by -m (e.g. script/info/web_status,@web)
py -3 tentacle.py -m script/info/web_status               # Load web_status module
py -3 tentacle.py -m @web                                 # Load all module of web path
py -3 tentacle.py -m script/info/web_status,@web          # Load all module of web path and web_status module
py -3 tentacle.py -m *                                    # Load all module of script path

# Load target by iS/iN/iF/iT/iX/iE/gg/sd/ze/ff.
py -3 tentacle.py -m script/info/web_status -iS www.examples.com             # Load target by url or host
py -3 tentacle.py -m script/info/web_status -iN 192.168.111.0/24             # Load target by network
py -3 tentacle.py -m script/info/web_status -iF target.txt                   # Load target by file
py -3 tentacle.py -m script/info/web_status -iT dcc54c3e1cc2c2e1             # Load target by recode's target
py -3 tentacle.py -m script/info/web_status -iX nmap_xml.txt                 # Load target by nmap.xml
py -3 tentacle.py -m script/info/web_status -iE "powered by discuz"          # Load target by baidu/bing/360so
py -3 tentacle.py -m script/info/web_status -gg 'intext:powered by discuz'   # Load target by google api
py -3 tentacle.py -m script/info/web_status -sd 'apache'                     # Load target by shodan api
py -3 tentacle.py -m script/info/web_status -ze 'app:weblogic'               # Load target by zoomeye api
py -3 tentacle.py -m script/info/web_status -ff 'domain="example.com"'       # Load target by fofa api
py -3 tentacle.py -m script/info/web_status -fft                             # Load target by fofa today api

py -3 tentacle.py -gh "163"    # Search github's infomation about pass,email by api(need adjust)

# Show all function of module by -f show or -f help
py -3 tentacle.py -m script/info/web_status -f show
py -3 tentacle.py -m script/info/web_status -f help

# Use function of modual by -m and -f  (e.g. -m web_status -f prove), and you should make sure the function of module is exist.
py -3 tentacle.py -m script/info/web_status -f prove

# Show task' result by -tS 
py -3 tentacle.py -tS 8d4b37597aaec25e

# Export task' result by -tS to test.xlsx
py -3 tentacle.py -tS 8d4b37597aaec25e  -o test

# Update by git
py -3 tentacle.py --update

Update

  • [2018-11-15] Code refactoring and fix bug.
  • [2018-12-06] add config, e.g. proxy, api.
  • [2018-12-16] fix bug and add script

Thanks

  1. Sqlmap
  2. POC-T

tentacle's People

Contributors

orleven avatar

Watchers

 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.