ESPAÑOL
PentestBox es una gran herramienta, sin embargo si esta quedando obsoleta, en cuanto a las actualzaciones.
Uno de los Scripts que uso es el update.py el que esta por defecto en la herramienta, el detalle es que no actualiza ninguna de las herramientas y toca estar actualizando una por una.Por otro lado trabaja en la version 2 de python cuando existen ya tools que trabajan en la version 3.
¿Como podria crear un comando que ejecute el python3 como el que tiene por defecto que ejecuta python2?
INGLES
PentestBox is a great tool, however if it is becoming obsolete, in terms of updates.
One of the Scripts I use is the update.py which is by default in the tool, the detail is that it does not update any of the tools and it's time to update one by one. On the other hand, it works on version 2 of python when tools already exist that work in version 3.
How could I create a command that executes python3 as the default one that executes python2?