Skip to content
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).

Launch EASE

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.py

The default commands

EASE 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

back command

The back command will be used to stop to use a module (return to EASE initial context)

ease > PLC Memory Cartography > back
ease > 

environment command

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

exit command

Used to kill the program

ease > exit
[+] INFO:     Bye !
$ 

Alias: quit

help command

run command

set command

setglobal command

show command

use command

Clone this wiki locally