You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Marco Lancini edited this page Jun 5, 2017
·
3 revisions
needle-cli.py is the non-interactive interface of needle, which can be used to completely script the framework.
Supported options include:
Switch
Description
-G
show available global options
-g
set a global option (e.g., -g DEBUG=True)
-M
show modules
-C
runs a command at the global context (e.g., -C "exec_command id")
-m
specify the modules to run and their options. The format accepted is: -m <module_name>#<list of options> (e.g., -m binary/info/metadata -m device/agent_client#COMMAND=OS_VERSION)