Skip to content

Commit

Permalink
🔖 Version 1.1.0 (ForumZ) Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Tuhinshubhra committed Aug 28, 2018
1 parent 0778c87 commit ef88482
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 13 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Version 1.1.0 []
Version 1.1.0 [28-08-2018]
- Added new CMS:
- Advanced Electron Forum
- Arc Forum
Expand Down
14 changes: 5 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<p align='center'>
<img src="https://i.imgur.com/n2U6nVH.png" alt="Logo"> <br>
<img src="https://img.shields.io/badge/Version-1.0.9-brightgreen.svg?style=style=flat-square" alt="version">
<img src="https://img.shields.io/badge/Version-1.1.0-brightgreen.svg?style=style=flat-square" alt="version">
<img src="https://img.shields.io/badge/python-3-orange.svg?style=style=flat-square" alt="Python Version">
<img src="https://img.shields.io/aur/license/yaourt.svg?style=style=flat-square" alt="License">
</p>
Expand All @@ -10,21 +10,17 @@
## Release History
```
- Version 1.1.0 [28-08-2018]
- Version 1.0.9 [21-08-2018]
- Version 1.0.8 [14-08-2018]
- Version 1.0.7 [07-08-2018]
- Version 1.0.6 [23-07-2018]
- Version 1.0.5 [19-07-2018]
- Version 1.0.4 [17-07-2018]
- Version 1.0.3 [06-07-2018]
- Version 1.0.2 [06-07-2018]
- Version 1.0.1 [19-06-2018]
- Version 1.0.0 [15-06-2018]
...
```
[Changelog File](https://github.com/Tuhinshubhra/CMSeeK/blob/master/CHANGELOG)

## Functions Of CMSeek:
- Basic CMS Detection of over 80 CMS
- Basic CMS Detection of over 130 CMS
- Drupal version detection
- Advanced Wordpress Scans
- Detects Version
Expand Down Expand Up @@ -110,7 +106,7 @@ CMSeek detects CMS via the following:
- robots.txt

## Supported CMSs:
CMSeeK currently can detect **102** CMSs, you can find the list on [cmss.py](https://github.com/Tuhinshubhra/CMSeeK/blob/master/cmseekdb/cmss.py) file which is present in the `cmseekdb` directory.
CMSeeK currently can detect **133** CMSs, you can find the list on [cmss.py](https://github.com/Tuhinshubhra/CMSeeK/blob/master/cmseekdb/cmss.py) file which is present in the `cmseekdb` directory.
All the cmss are stored in the following way:
```
cmsID = {
Expand Down
2 changes: 1 addition & 1 deletion cmseekdb/basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def banner (txt):
print(bold + fgreen + """
{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} Diablo Dragon
{1}|{5}_{1}__{5} | | ___{1}|{5} |{1}___{5} {1}|{5}___ {1}|{5} \{1}_{5} {2}Version {3}{1} ForumZ
""".format(lblue, fgreen, yellow, cmseek_version, red, white))
if txt != "":
print(whitebg + black + bold)
Expand Down
2 changes: 1 addition & 1 deletion cmseekdb/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
cver = rv.read().replace('\n','')
cmseek_version = cver
except:
cmseek_version = '1.0.9' # Failsafe measure i guess
cmseek_version = '1.1.0' # Failsafe measure i guess

# well the log containing variable
log = '{"url":"","last_scanned":"","detection_param":"","cms_id":"","cms_name":"","cms_url":""}'
Expand Down
2 changes: 1 addition & 1 deletion current_version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.9
1.1.0

0 comments on commit ef88482

Please sign in to comment.