Closed humanUnit closed 6 years ago
Hi @humanUnit, from the log above you can see that:
[D] [REMOTE CMD] Remote Command: lipo -info /Applications/AppStore.app/AppStore
[!] sh: lipo: command not found
This means lipo
is not installed on your device. Please install it and feel free to reopen this issue if the problem still persists
@marco-lancini but as I understand lipo
is for arm64 devices, if I have arm32 device like iPhone5, then I can't use needle?
Also I started get this issue, I am not sure what happened. After I run sudo python needle.py
. Before needle started without any issues.
File "needle.py", line 57, in <module>
main()
File "needle.py", line 54, in main
launch_ui(args)
File "needle.py", line 31, in launch_ui
x = cli.CLI(cli.Mode.CONSOLE)
File "/Users/ekaterinak/needle/needle/core/framework/cli.py", line 47, in __init__
self._history_load()
File "/Users/ekaterinak/needle/needle/core/framework/framework.py", line 158, in _history_load
readline.read_history_file(history_path)
IOError: [Errno 2] No such file or directory ```
@marco-lancini but as I understand
lipo
is for arm64 devices, if I have arm32 device like iPhone5, then I can't use needle?
I'm afraid not.
Also I started get this issue, I am not sure what happened. After I run
sudo python needle.py
. Before needle started without any issues.File "needle.py", line 57, in <module> main() File "needle.py", line 54, in main launch_ui(args) File "needle.py", line 31, in launch_ui x = cli.CLI(cli.Mode.CONSOLE) File "/Users/ekaterinak/needle/needle/core/framework/cli.py", line 47, in __init__ self._history_load() File "/Users/ekaterinak/needle/needle/core/framework/framework.py", line 158, in _history_load readline.read_history_file(history_path) IOError: [Errno 2] No such file or directory ```
You shouldn't run needle with sudo
@humanUnit try the solution here: https://github.com/mwrlabs/needle/issues/172#issuecomment-310624746
@marco-lancini but if run it without sudo, then I have error IOError: [Errno 13] Permission denied
.
__ _ _______ _______ ______ _______
| \ | |______ |______ | \ | |______
| \_| |______ |______ |_____/ |_____ |______
Needle v1.3.2 [mwr.to/needle]
[MWR InfoSecurity (@MWRLabs) - Marco Lancini (@LanciniMarco)]
Traceback (most recent call last):
File "needle.py", line 57, in <module>
main()
File "needle.py", line 54, in main
launch_ui(args)
File "needle.py", line 31, in launch_ui
x = cli.CLI(cli.Mode.CONSOLE)
File "/Users/ekaterinak/needle/needle/core/framework/cli.py", line 47, in __init__
self._history_load()
File "/Users/ekaterinak/needle/needle/core/framework/framework.py", line 158, in _history_load
readline.read_history_file(history_path)
IOError: [Errno 13] Permission denied
Issue
Hi Marco, could you please help me? This issue happens when I connect to needle, I restart my workstation and then connect. All
use
actions don't run, I always catch same issue. Needle Agent is running.Steps to reproduce
needle error logs
Needle Version
Needle v1.3.2 [mwr.to/needle]
Workstation Operating System
macOS Mojave 10.14
Python Version
2.7, but 3.2 doesn't work at all.
Python Packages (
pip freeze
)asn1crypto==0.24.0 bcrypt==3.1.4 biplist==1.0.3 cffi==1.11.5 cryptography==2.3.1 enum34==1.1.6 frida==12.2.11 gnureadline==6.3.8 idna==2.7 ipaddress==1.0.22 paramiko==2.4.2 pyasn1==0.4.4 pycparser==2.19 PyNaCl==1.3.0 six==1.11.0 sshtunnel==0.1.4
Device iOS Version
Iphone 5 IOS 10.3.3