Skip to content

Commit

Permalink
🔖 Version 1.0.8 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Tuhinshubhra committed Aug 13, 2018
1 parent 81d0306 commit 10723cf
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Version 1.0.8 []
Version 1.0.8 [14-08-2018]
- Added new CMS:
- SilverStripe
- Silva CMS
Expand Down
7 changes: 4 additions & 3 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.7-brightgreen.svg?style=style=flat-square" alt="version">
<img src="https://img.shields.io/badge/Version-1.0.8-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,6 +10,7 @@
## Release History
```
- 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]
Expand All @@ -22,7 +23,7 @@
[Changelog File](https://github.com/Tuhinshubhra/CMSeeK/blob/master/CHANGELOG)

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

## Supported CMSs:
CMSeeK currently can detect **40** 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 **82** 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/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.7' # Failsafe measure i guess
cmseek_version = '1.0.8' # 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.7
1.0.8

0 comments on commit 10723cf

Please sign in to comment.