https://github.com/ferib/pkawizard
DIY security toolset for Cisco's Packet Tracer (version7.2)
https://github.com/ferib/pkawizard
cisco cisco-packet-tracer reverse-engineering
Last synced: about 2 months ago
JSON representation
DIY security toolset for Cisco's Packet Tracer (version7.2)
- Host: GitHub
- URL: https://github.com/ferib/pkawizard
- Owner: ferib
- License: bsd-3-clause
- Created: 2020-10-19T22:23:34.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-17T12:31:30.000Z (over 4 years ago)
- Last Synced: 2025-06-25T13:05:32.841Z (9 months ago)
- Topics: cisco, cisco-packet-tracer, reverse-engineering
- Language: C#
- Homepage: https://ferib.dev/blog.php?l=post/Protecting_Packet_Tracer_Myself_Because_No_One_Gives_a_Fuck
- Size: 4.46 MB
- Stars: 13
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# What is this?
PkaWizard is a set of tools designed to DIY secure Cisco's Packet Tracer *(version 7.2)*. The current versions of Packet Tracer does not keep up with modern security, making it easy to cheat exams, hence why I felt the need to create such a set of tools so anyone can modify their version of Packet Tracer to increase security and reduce exam fraud.

## Goal
The goal is to patch Packet Tracer in a way that a given .pka file can ONLY be used with the patched version of Packet Tracer. This allows us to implement additional security features inside Packet Tracer. This achieved by two basic steps:
1. Patching Packet Tracer
2. Re-packing **.pka**, **.pts** and **.ptd** files
# Solutions
- **PkaWizard** - Web based interface
- **PkaWizardCLI** - Command line interface
- **PkaWizardLib** - Core
## TL;DR
The purple lines represent actions that come from my PkaWizard toolset:

- **Re-packing** functionality is used to convert an original .pka file to a custom encoded version *(or vise versa)*
- **Patching** functionality is used to patch a custom algorithm inside an original PacketTracer binary *(or vise veras)*
# Research
The full research can be found [here](https://ferib.dev/blog.php?l=post/Protecting_Packet_Tracer_Myself_Because_No_One_Gives_a_Fuck)