-
Notifications
You must be signed in to change notification settings - Fork 3
Usage
Thomas Aurel edited this page Oct 9, 2016
·
1 revision
This page contains all information about how to use EASE.
It will be useful if EASE has been already install on your system (see Installation page).
First of all, you have to launch the tool (I'm a genius, deal with it ;P).
Go inside the cloned repository and go inside the ease repository. After that, you just have to execute ease.py.
cd ease/ease
python ease.pyEASE has 9 default commands.
[?] HELP: COMMAND DESCRIPTION
[?] HELP: back Return to initial context
[?] HELP: environment Define environment value
[?] HELP: exit Quit ease
[?] HELP: help Show this help
[?] HELP: run Launch the selected module
[?] HELP: set Set an option value for a selected module
[?] HELP: setglobal Set an option value for all modules
[?] HELP: show Show information about the tool or the current module
[?] HELP: use Select a module for your next attack
The back command will be used to stop to use a module (return to EASE initial context)
ease > PLC Memory Cartography > back
ease >
The environment command will be used to show the environment values. At this development's step, only a debug value is available by default.
ease > environment
[+] INFO: This is Environment Variables
[+] INFO: MODE: DEBUG
This values also contains the values defined by the setglobal command.
Alias: env
Used to kill the program
ease > exit
[+] INFO: Bye !
$
Alias: quit
## Links