cryptax

Results 49 issues of cryptax
trafficstars

I tried to program a GoodTag11 with GoodV. The app returned a "PROGRAMMING ERROR :(" and logcat shows: ``` 01-28 14:51:44.379 32494 32494 D GoodV : Tag tapped to program....

## Environment ``` Tue 26 Jul 2022 04:04:40 PM CEST radare2 5.7.5 28611 @ linux-x86-64 git.5.7.4-104-g03b1b2325 commit: 03b1b23256edb52e5e33df3c44a24f919be1a10b build: 2022-07-26__16:09:06 Linux x86_64 ``` ## Description I want to **find where...

Students and I are working on unpacked malicious sample **TI.json**, sha256: `b87b564401214ffe26592ada3f619126e2d83e2fc9d2fe55e421c8fd6ab2bf2f`. This is an **Android/Flubot**, unpacked. The DEX can be downloaded [here](https://mega.nz/file/2Ax1CKgK#U402dQZcYRm-Pqw2cmuo7UvpBV6yGqmNqatPxm1gBAA): It is encrypted with GPG, using password...

enhancement
issue-processing-state-01

When parsing this sample: https://koodous.com/apks/5e30b1bcfc94bd41c69f33b24329297eda7f65f8b29490d7c3c6e169ecbcf494 I get errors "negative seek value -2", "Bad CRC-32 for file 'tex.header'", "Bad magic number for file header". Run this: ` apkid ./5e30b1bcfc94bd41c69f33b24329297eda7f65f8b29490d7c3c6e169ecbcf494.apk` ``` [+]...

I am unable to open project for malicious sample `08362_Video_Oynatıcı.apk` (sha256: `5b9049c392eaf83b12b98419f14ece1b00042592b003a17e4e6f0fb466281368`). Dexcalibur throws errors "Manifest parsing error : an service has not name", and "Unable to generate UID" and...

bug

In Dexcalibur hook manager panel, I click on attach to app. ![attach-toapp](https://user-images.githubusercontent.com/2493690/101803132-7e55cd80-3b10-11eb-8a6b-a055ce872ba0.png) Note that `frida_server` is running despite what the GUI says (see Issue: #32). ``` generic_x86_64:/ $ ps -u...

bug
device comm

This is a **feature request**, not a bug. Fortunately, probably easy to add :) I recommend you add by default hooks for `Cipher.doFinal`, and that in the hook, you show...

bug

This is not a bug, but a feature request. When you launch Hook > Run (e.g spawn), you get a list of logs of functions that got hooked. Unfortunately, if...

bug

I am trying to open a project, it fails and shows errors in console. ``` [INFO] [APK HELPER] APK extracted into : /root/dexcaliburWS/alien_0/apk TypeError: Cannot read property 'getUID' of undefined...

bug

![probeoff](https://user-images.githubusercontent.com/2493690/107042545-2e1e8300-67c2-11eb-8753-ef17ff5d389a.png) The image above shows a class init function (``) and on its left the Probe ON/OFF button. Clicking on this button does not work (nothing happens). I don't think...

bug