ttdennis / fpicker

fpicker is a Frida-based fuzzing suite supporting various modes (including AFL++ in-process fuzzing)
MIT License
254 stars 25 forks source link

Network device fuzzing with afl++ mode #6

Closed marcinguy closed 3 years ago

marcinguy commented 3 years ago

Hi,

So I have to put the Frida Server on the mobile, do port forwarding and then run fpicker

Assuming I have test-network binary on the phone

This is what I should run:

afl-fuzz -i examples/test-network/in -o ./examples/test-network/out -- \\
    ./fpicker --fuzzer-mode afl -e attach -p test-network -D remote -f ./examples/test-network/harness.js

Thanks,

ttdennis commented 3 years ago

I hope my answer in #5 covers this issue as well. In general: AFL++ mode only works on a local device (i.e., not in network or USB mode)