diff --git a/config/banner/Knight_Edt-v1.1.2.txt b/config/banner/Knight_Edt-v1.1.2.txt index a4e4f74e0..7da484d3d 100644 --- a/config/banner/Knight_Edt-v1.1.2.txt +++ b/config/banner/Knight_Edt-v1.1.2.txt @@ -1,5 +1,5 @@ -EMBA version 1.1.2 - Knight Rider Edt. +EMBA version 1.1.2 - Knight Rider Edt. (Historic edt.) .............................................................................. diff --git a/config/banner/MSF_Edt-v1.1.3.txt b/config/banner/MSF_Edt-v1.1.3.txt new file mode 100644 index 000000000..ec26dca8e --- /dev/null +++ b/config/banner/MSF_Edt-v1.1.3.txt @@ -0,0 +1,14 @@ + +EMBA version 1.1.3 - Metasploit Edt. + + , , + / \ + ((__---,,,---__)) + (_) O O (_)_______________ + \ _ / |\ + o_o \ M S F + EMBA | \ + \ _____________| * + ||| WW||| + ||| ||| + + diff --git a/emba.sh b/emba.sh index 625f3af87..e3c78df62 100755 --- a/emba.sh +++ b/emba.sh @@ -316,8 +316,8 @@ main() export EMBA_PID="$$" # if this is a release version set RELEASE to 1, add a banner to config/banner and name the banner with the version details - export RELEASE=0 - export EMBA_VERSION="1.1.x" + export RELEASE=1 + export EMBA_VERSION="1.1.3" export STRICT_MODE=0 export UPDATE=0 export ARCH_CHECK=1