Qu1cksc0pe icon indicating copy to clipboard operation
Qu1cksc0pe copied to clipboard

All-in-One malware analysis tool.

Results 7 Qu1cksc0pe issues
Sort by recently updated
recently updated
newest added

### Module excecution improvements (for now only applied to the linux analyzer, other modules will be modified in dedicated PRs): - the simplest modules, which don't need any upfront input...

**This project could benefit from a suite of automated tests** (at different levels, mainly system-level/integration tests but also unit tests for in-depth testing the behavior of the analyzer modules) I...

Hello, Friend this script constitutes the first, tiny step towards automated testing. This relates to the integration testing part of #60 (see that issue for a broader overview/more details in...

`distutils.spawn.find_executable` is deprecated because `distutils` is gone in Python >= 3.12. However, this is basically the same functionality of `shutil.which`, and as we already import `shutil` in numerous places, just...

This tooling when executed triggers a deprecation warning at runtime. Because you have `import distutils.spawn`, the following deprecation warning is triggered: `qu1cksc0pe.py:10: DeprecationWarning: The distutils package is deprecated and slated...

I tried running it with this command `sudo docker run -it --rm -v ~/www/:/data qu1cksc0pe:latest --file samples/elf_sh.exe --analyze` AND `sudo docker run -it --rm -v $(pwd):/data qu1cksc0pe:latest --file samples/shell.bin --analyze`...

[*] Analyzing: crypto.exe [*] Target OS: Windows Error: >pythonnet< module not found. >>> You can execute: sudo apt install mono-complete && pip3 install pythonnet ┌──(sc0pe_venv)─(kali㉿kali)-[~/Desktop/Malware_Analysis/tools/Qu1cksc0pe] └─$ sudo apt install python3-pythonnet...