WithSecureLabs / needle

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

Push command not working in ubuntu #255

Closed pranavm2015 closed 5 years ago

pranavm2015 commented 6 years ago

Issue

Expected behaviour

Tell us what should happen. File should push to device

Actual behaviour

Tell us what happens instead. No action occurs

Steps to reproduce

  1. Run push command with parameters

needle error logs

Ensure verbose and debug mode are enabled:

[needle] > set VERBOSE True
VERBOSE => True
[needle] > set DEBUG True
DEBUG => True

No error logs arise.

Environment

Needle Version

Workstation Operating System

Ubuntu

Python Version

2.7.12

Python Packages (pip freeze)

Device iOS Version

10.3.3

Probable Fix

Add -> src = src.replace("'", "") After line 184 in /core/device/remote_operations.py

marco-lancini commented 6 years ago

In order to debug this issue, we require more information.

Ensure VERBOSE and DEBUG mode are enabled, this will provide us with more detailed needle logs:

[needle] > set VERBOSE True
VERBOSE => True
[needle] > set DEBUG True
DEBUG => True

Once you have this information, please attach the log files (starting from when you type python needle.py) to this thread and we can assist further.

marco-lancini commented 5 years ago

Closed due to inactivity