diff --git a/CHANGELOG b/CHANGELOG index db233a2b..e0415f5b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ -Version 1.1.2 [] +Version 1.1.2 [19-05-2019] - Added new CMS: - Proximis Omnichannel - Quick.Cart diff --git a/README.md b/README.md index bdd9fac7..91d4b2da 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@
-
+
@@ -13,6 +13,7 @@
## Release History
```
+- Version 1.1.2 [19-05-2019]
- Version 1.1.1 [01-02-2019]
- Version 1.1.0 [28-08-2018]
- Version 1.0.9 [21-08-2018]
diff --git a/cmseekdb/basic.py b/cmseekdb/basic.py
index 586b9789..c6da7af6 100644
--- a/cmseekdb/basic.py
+++ b/cmseekdb/basic.py
@@ -61,10 +61,10 @@ def banner (txt):
# The sexy banner!!!
global cmseek_version
print(bold + fgreen + """
-{1}_{5}___ _ _ {1}__{5}__ ____ {1}____{5} _ {1}_{5}
+{1} {5}___ _ _ {1}__{5}__ ____ {1}____{5} _ {1}_{5}
| |{1}\/{5}| {1}[{5}__ {1}|{5}___ |{1}___{5} |{1}_{5}/ {0}by {4}@r3dhax0r{5}
-{1}|{5}_{1}__{5} | | ___{1}|{5} |{1}___{5} {1}|{5}___ {1}|{5} \{1}_{5} {2}Version {3}{1} Emporium
-""".format(orange, orange, yellow, cmseek_version, red, white))
+{1}|{5}_{1}__{5} | | ___{1}|{5} |{1}___{5} {1}|{5}___ {1}|{5} \{1}_{5} {2}Version {3}{1} SHELDON
+""".format(orange, lblue, yellow, cmseek_version, red, white))
if txt != "":
print(whitebg + black + bold)
print(" [+] " + txt + " [+] " + cln)
diff --git a/cmseekdb/config.py b/cmseekdb/config.py
index 7da9120c..a3078d82 100644
--- a/cmseekdb/config.py
+++ b/cmseekdb/config.py
@@ -15,7 +15,7 @@
cver = rv.read().replace('\n','')
cmseek_version = cver
except:
- cmseek_version = '1.1.1' # Failsafe measure i guess
+ cmseek_version = '1.1.2' # Failsafe measure i guess
# well the log containing variable
log = '{"url":"","last_scanned":"","detection_param":"","cms_id":"","cms_name":"","cms_url":""}'
diff --git a/current_version b/current_version
index 524cb552..45a1b3f4 100644
--- a/current_version
+++ b/current_version
@@ -1 +1 @@
-1.1.1
+1.1.2