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
JavaDeRe — Class to base64 String,base64 String to class | Kitploit
Tools/GitHubGitHub/al1ex/javadere
Payload GenerationVulnerability AnalysisExploitationWeb Application ExploitationPenetration Testing
GitHubal1ex/javadere

JavaDeRe

Class to base64 String,base64 String to class

View Repository
214 years 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

Project Introduction

Mainly used for base64-encoding class files while constructing Java deserialization echo payloads, and for decoding base64 strings back into class files to view attack payloads during incident response.

PS: mainly because I'm lazy

Usage Examples

Run evil.java normally evil

Base64-encode the class file encode

Decode the base64-encoded string and restore it to a class file Decode

The decoded result viewed in IDEA is as follows: decodeResult

Download Tool