How to Install and Uninstall quark-engine Package on Kali Linux

Last updated: May 17,2024

1. Install "quark-engine" package

Please follow the guidelines below to install quark-engine on Kali Linux

$ sudo apt update $ sudo apt install quark-engine

2. Uninstall "quark-engine" package

Please follow the guidelines below to uninstall quark-engine on Kali Linux:

$ sudo apt remove quark-engine $ sudo apt autoclean && sudo apt autoremove

3. Information about the quark-engine package on Kali Linux

Package: quark-engine
Version: 23.9.1-0kali2
Architecture: all
Maintainer: Kali Developers
Installed-Size: 423
Depends: androguard, python3-click, python3-colorama, python3-graphviz, python3-prettytable, python3-requests, python3-rzpipe, python3-tqdm, python3-plotly, python3-prompt-toolkit, python3:any
Recommends: python3-ciphey
Homepage: https://github.com/quark-engine/quark-engine
Priority: optional
Section: misc
Filename: pool/main/q/quark-engine/quark-engine_23.9.1-0kali2_all.deb
Size: 85576
SHA256: 525c355084837c3db837527ca5babb916c11d264a6006d302bd67c8abc60ba60
SHA1: 9a5fc849b6ac09f626ae8d1b06001fb2bd421282
MD5sum: c50be6507190c914428f794f3862611c
Description: Android Malware (Analysis | Scoring System)
Quark-Engine is a full-featured Android analysis framework written in
Python for hunting threat intelligence inside the APK, DEX files.
Since it is rule-based, you can use the ones built-in or customize as
needed.
With ideas decoded from criminal law, Quark-Engine has its unique
angles for Android analysis. A Dalvik bytecode loader has been developed
that has tainted analysis inside but also defeats the obfuscation
techniques used against reverse engineering. And surprisingly,
the loader matches perfectly the design of the malware scoring
system.
Quark-Engine is very easy to use and also provides flexible output
formats. There are three types of output reports: detail report, call
graph, and summary report. With these reports in mind, you can get an
overview of the high-risk behavior inside Android within seconds.
Also, by integrating with other Android analysis tools such as
Ghidra, APKLAB, Jadx, Quark-Engine can greatly improve the efficiency
of reverse engineers.
Description-md5:

5. The same packages on other Linux Distributions