WithSecureLabs / needle

The iOS Security Testing Framework
https://mobiletools.mwrinfosecurity.com/
Other
1.33k stars 284 forks source link

NeedleAgent debug log #166

Open tghosth opened 7 years ago

tghosth commented 7 years ago

Issue

NeedleAgent does not seem to provide any detailed debug log (without using xcode)

Expected behaviour

It would be great if NeedleAgent could have an option to produce some sort of debug log when requested (e.g. another toggle on the agent screen).

Actual behaviour

Unless I am mistaken, you have to use xcode to debug NeedleAgent and discover why it is not responding.

Device iOS Version

iPad 9.2.1

marco-lancini commented 7 years ago

Hi @tghosth, that's another good idea: we could add a second "tab" to the UI which contains the system log. My UI-related skills are pretty limited though, it would beneficial if we could find an Objective-C developer for these kind of implementations

tghosth commented 7 years ago

As a workaround for now, would it be possible to add a toggle which just dumps the debug output into the same place as the current output or onto a file on disk? It would really help me debug an agent issue I am having.

marco-lancini commented 7 years ago

I'll try to fit it in!