Code Monkey home page Code Monkey logo

poc-t-1's Introduction

POC-T: Pentest Over Concurrent Toolkit

Referer

使用

  • python POC-T.py --batch -iF 1.txt 使用fuzz脚本
  • python POC-T.py -eT -t 20 -s xx -iF 1w.txt
  • python POC-T.py -eT -t 10 --cms dedecms -iF url.txt

插件

  • waf 检测waf 并返回没有waf的url
  • craw 爬取链接中的相关地址
  • vulscan 检测sql注入漏洞
  • portscan 端口扫描,检测弱口令服务
  • findsub 查找子域名

请遵守法律

本程序含有一定的破坏性,请遵守当地法律后使用。不可用于非法用途!

cms目录下创建cms名称的文件夹,然后再该cms目录下自己写poc

cms目录结构
cms
├── dedecms
│   ├── dede.py
│   ├── dede_reinstall.py
│   ├── dede_short.py
│   └── __init__.py
├── ecshop
│   ├── ecshop-getshell.py
│   └── __init__.py
├── info
│   └── __init__.py
├── __init__.py
├── metinfo
│   ├── __init__.py
│   ├── metinfo-504-sqli.py
│   └── metinfo.py
├── phpcms
│   ├── __init__.py
│   ├── phpcms9.6.0-sqli.py
│   ├── phpcms_database.py
├── phpcms2008
│   ├── __init__.py
│   └── phpcms2008.py
├── qibo
│   ├── __init__.py
│   ├── qibo_admin.py
│   ├── qibo_download.py
│   └── qibo.py
├── redis
│   ├── __init__.py
│   └── redis-unauth.py
├── s-cms
│   ├── __init__.py
│   └── s-cms3.0sqli.py
├── ueditor
│   ├── __init__.py
│   └── ueditor.py
└── zzcms
    ├── __init__.py
    └── zzcms_getshell.py

11 directories, 33 files

poc-t-1's People

Contributors

ihoneysec avatar

Watchers

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