diff --git a/bin/packages/config.cfg.sample b/bin/packages/config.cfg.sample index 0bc6fe4b..5ed7caa8 100644 --- a/bin/packages/config.cfg.sample +++ b/bin/packages/config.cfg.sample @@ -1,14 +1,30 @@ [Directories] bloomfilters = Blooms pastes = PASTES + wordtrending_csv = var/www/static/csv/wordstrendingdata wordsfile = files/wordfile +protocolstrending_csv = var/www/static/csv/protocolstrendingdata +protocolsfile = files/protocolsfile + +tldstrending_csv = var/www/static/csv/tldstrendingdata +tldsfile = AILENV/lib/faup/src/data/mozilla.tlds + +domainstrending_csv = var/www/static/csv/domainstrendingdata + ##### Flask ##### [Flask] #Number of minutes displayed for the number of processed pastes. minute_processed_paste = 10 +#Maximum number of character to display in the toolip +max_preview_char = 250 +#Maximum number of character to display in the modal +max_preview_modal = 800 +#Default number of header to display in trending graphs +default_display = 10 + ##### Redis ##### [Redis_Cache] host = localhost @@ -36,6 +52,11 @@ host = localhost port = 2013 db = 0 +[Redis_Level_DB_Domain] +host = localhost +port = 2016 +db = 3 + [Redis_Level_DB_Hashs] host = localhost port = 2013 diff --git a/var/www/templates/Protocolstrending.html b/var/www/templates/Protocolstrending.html deleted file mode 100644 index 18752d01..00000000 --- a/var/www/templates/Protocolstrending.html +++ /dev/null @@ -1,149 +0,0 @@ - - - - - - - - Analysis Information Leak framework Dashboard - - - - - - - - - - - - - - - -
- -
-
-
-

ProtocolsTrendings

-
- -
- -
-
-
-
- Protocols Trend -
-
- - -
-
- -
- - - -
- -
- -
- -
-
- -
-
- -
- - - - - - - - - - - -
- - - - diff --git a/var/www/templates/Trending.html b/var/www/templates/Trending.html index 113b1101..8928f948 100644 --- a/var/www/templates/Trending.html +++ b/var/www/templates/Trending.html @@ -28,22 +28,16 @@