Aaron Esau

Results 34 issues of Aaron Esau

Tried from two separate google accounts + computers

Hey! When I run `sudo ./ml_manage.sh load`, it returns no output, but my mouse pointer disappears until I unplug and re-plug it back in. Then, I execute `gcc -o ml_control...

Hey. I'm not sure if this would work, but would it be possible to deauth the clients of the AP you're trying to clone, then run the fake one so...

enhancement

You `malloc`ate a chunk for each request but don't free it. See below: ``` struct packet* data = (struct packet*) malloc(size_packet); ``` It never `free`s it though.

``` $ heaptrace -F /bin/bash -c 'help & help & help' > /dev/null ... ... #3232: malloc(0x10) = 0x555555683a10 ... #3233: malloc(0x20) = 0x555555683a30 ... #3234: malloc(0x20) = 0x555555683a60 ......

bug

Need to split it up into multiple files if possible. At least split some of the bigger functions up

enhancement

Literally changing it in any way makes it better code lol

enhancement
good first issue

Alert user when __free_hook and __malloc_hook get updated, if symbols are available. Hardware watchpoint?

enhancement

``` ... #471: malloc(0x18) = 0x7ffff792da40 ... #472: malloc(0x18) |-- warning: return value is not a heap pointer | * this indicates some form of heap corruption | * pointer...

Right now there aren't tests or anything. Maybe fuzz heaptrace too.

enhancement
help wanted
good first issue