Skip to content
This repository has been archived by the owner on Feb 5, 2022. It is now read-only.

Latest commit

 

History

History
22 lines (14 loc) · 602 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 602 Bytes

HardNestedGUI

Web-based dockerised GUI for a hard nested attack on MiFare Classic Cards

Compiling

The project is written for Java 11 and our build process makes use of Gradle. simply run:
Linux / macOS

./gradlew build

Windows

gradlew build

Dependencies are automatically handled by Gradle.

Running Instructions (Without Docker, on Kali Linux)

  1. Follow the compiling instructions
  2. Take the -dist jar in the build/libs folder, and place it inside the binaries directory.
  3. Run the jar file, and navigate to localhost:5078 in a web browser