Make the banner smaller or add option to suppress it

The current banner is pretty excessive (line-wise). Not an issue if you are working with REPL but as soon a you need the output for reporting.

$ poetry run expliot


          ____|   \    /    __ \    |       __  __|           __  __|
         |         \  /    |    |   |          |       __ \      |
          __|        (      ___/    |          |      /    \     |
         |         /  \    |        |          |      \    /     |
        ______|  _/   _\  _|       ______|  ______|   ____/     _|


                IoT Security Testing and Exploitation Framework                 
                             Version: 0.10.0 - agni                             
                          Web: https://www.expliot.io                           
                 Documentation: https://expliot.readthedocs.io                  

                           by the EXPLIoT developers  
ef> 
$ poetry run expliot

          ____|   \    /    __ \    |       __  __|           __  __|
         |         \  /    |    |   |          |       __ \      |
          __|        (      ___/    |          |      /    \     |
         |         /  \    |        |          |      \    /     |
        ______|  _/   _\  _|       ______|  ______|   ____/     _|

                IoT Security Testing and Exploitation Framework - 0.10.0                 
     Web: https://www.expliot.io, Documentation: https://expliot.readthedocs.io                  

ef> 

For me, the lettering feels too big. Especially if you want to use the output for reporting and alike.

Edited by Fabian Affolter