Leonardo

Results 26 issues of Leonardo

This is related to #32 . Fixes build warnings for the tracker module.

I installed this module on 5.18.0-kali5-amd64 using `./install.sh` but it doesn't load (only the wired adapter shows up). Here is my installation log: ``` $ sudo ./install.sh [sudo] password for...

### First Check - [X] I added a very descriptive title to this issue. - [X] I used the GitHub search to find a similar issue and didn't find it....

question

This pull request introduces enhancements to the getdescriptorinfo RPC command, specifically by incorporating the functionality to return the `normalized_descriptor` alongside the original `descriptor` information. This improvement addresses the need for...

RPC/REST/ZMQ
CI failed

Create Docker image with Kali Linux and necessary tools installed.

enhancement

The program needs to handle the kill signal when it is running a wifi jamming attack on infinite loop, by deleting the *.csv files and restarting the Network Manager.

bug
enhancement
good first issue

Add a UI option to generate a .zip file for backup purposes containing the hashed password and database file.

enhancement

Fixed the following compiler warning: ``` ase64.c:146:71: warning: argument 2 of type ‘char[3]’ with mismatched bound [-Warray-parameter=] 146 | ssize_t base64_decode_tail_using_maps(const base64_maps_t *maps, char dest[3], | ~~~~~^~~~~~~ In file included...