Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/x86-512/qasm-exe-quacker
- Owner: x86-512
- Created: 2024-09-21T17:26:03.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-11-25T00:30:55.000Z (2 months ago)
- Last Synced: 2024-11-25T01:18:45.571Z (2 months ago)
- Topics: grovers-algorithm, malware, qiskit, quantum, quantum-computing
- Language: OpenQASM
- Homepage:
- Size: 104 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)