Giter Club home page Giter Club logo

pocsuite3_pocs's Introduction

一些pocsuite3的脚本

shiro_key_brute

ShiroAttack2的检测和爆破key逻辑抠出来。用于批量测试shiro key是否可爆破。 使用步骤: 1.把shiro_keys.txt放入pocsuite3\data目录 2.修改pocsuite3\lib\core\common.py set_paths()函数中添加paths.SHIRO_KEYS = os.path.join(paths.POCSUITE_DATA_PATH, "shiro_keys.txt") 2.2或者直接修改poc中get_word_list()函数所打开的文件地址

cve_2022_0540

jira越权

shiziyuCMS_sqli

纯练手,详情见佩奇Wiki。 试了几个,能拿到表名,拿不到数据。也不能直接写文件getshell.我太菜了

drupal7_geddon2

针对7.x < 7.58版本的drupalgeddon2 exp,pocsuite3自带的poc是针对的8.x版本。阅读msf对应模块和已经公开的ruby版exp后写了这个, 略去了判断版本的步骤,未对命令执行结果做清洗————待优化,也可能不想写了。 verify、attack模式正常,--shell模式可用,反弹不成可用attack模式执行其他反弹命令尝试。 但是内置了一个写webshell的函数: --attack --command ws即可,修改shell内容可通过--shell_content 写入

http_request_smuggling_script

pocsuite3格式的http请求走私检测的脚本

原理与攻击面

协议层的攻击——HTTP请求走私

一篇文章带你读懂http请求走私

seebug这篇中提到的几篇blackhat议题建议都看看

检测脚本的实现

blackhat上提出的通过延时的方法,具体就不介绍了,上面提到的文章都有讲。 检测demo主要来自freebuf上斗象智能平台的文章。在此基础上我做了一些修改,但核心检测逻辑是没变的。 流量夹带(HTTP Request Smuggling) 检测方案的实现

吐槽

这漏洞检测出来了,想利用感觉也蛮困难的。

pocsuite3_pocs's People

Contributors

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