Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/x86-512/qasm-exe-quacker

A Qiskit implementation of Grover's Algorithm capable of cracking an encrypted malware sample on a quantum computer.
https://github.com/x86-512/qasm-exe-quacker

grovers-algorithm malware qiskit quantum quantum-computing

Last synced: 15 days ago
JSON representation

A Qiskit implementation of Grover's Algorithm capable of cracking an encrypted malware sample on a quantum computer.

Awesome Lists containing this project

README

        

# Exe QUacker

I have changed the script to run on a local simulation instead of on IBM's quantum computers.

This is a rewrite of one of my previous projects for qiskit. I have acutally tested this program on a quantum computer. Quantum Error Correction has not been implemented, instead I increased the amount of times the circuit is run on a quantum computer. I am planning on adding error suppression soon, so the script can run for less time.

# Examples:
Encrypted metasploit windows/x86/reverse_tcp payload (uniform xor encryption)
![Metasploit Reverse TCP Windows x86 Payload being cracked](demos/quantum_computer_output.png)
![Script in queue to run](demos/quantum_computer_queue.png)