Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2021-44228 — Utilize Tai-e to identify the Log4shell (a.k.a. CVE-2021-44228) Vulnerability | Kitploit
Tools/GitHubGitHub/tai-e/cve-2021-44228
Static Code Analysis (SAST)Vulnerability AnalysisCode AnalysisLearning & Education
GitHubtai-e/cve-2021-44228

CVE-2021-44228

Utilize Tai-e to identify the Log4shell (a.k.a. CVE-2021-44228) Vulnerability

View Repository
911 month agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

Tai-e for CVE-2021-44228

This a sample project that utilizes Tai-e to identify Log4Shell (a.k.a. CVE-2021-44228) vulnerability and its trigger paths

Related video (in Chinese): https://www.bilibili.com/video/BV1dV411F781

Getting started

Clone this repository via Git:

root@kitploit:~
git clone https://github.com/Tai-e/CVE-2021-44228.git

Run the following command in your terminal (Java 17+ is required on your system):

root@kitploit:~
./gradlew run

Check the taint-flow-graph.dot and tai-e.log in the output directory ./output for the results.

Optional: you could use the following command to transform the dot file to svg file in the ./output directory

root@kitploit:~
dot -Tsvg -o taint-flow-graph.svg taint-flow-graph.dot

This repo is based on the Tai-e Template.

Download Tool