This website requires JavaScript.
Explore
Help
Sign in
adulau
/
hashlookup-server
Watch
1
Star
0
Fork
You've already forked hashlookup-server
0
mirror of
https://github.com/adulau/hashlookup-server.git
synced
2024-11-21 17:47:06 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
main
hashlookup-server
/
etc
/
server.conf.sample
8 lines
94 B
Text
Raw
Permalink
Normal View
History
Unescape
Escape
new: [statistics] add an optional statistic option in the server to have a sorted set of hashes matching and non-matching.
2021-08-13 20:13:25 +00:00
[global]
new: [pub-sub] add a pub-sub functionality for searched hashes in two different channels: - nx: non-existing hash value - exist: existing hash value
2021-08-13 20:42:41 +00:00
stats = yes
stats_pubsub = yes
new: [api:stats/top] Add a new optional entry to point to get the top 100 of most queried hashes (existing and non-existing)
2021-08-29 12:06:35 +00:00
stats_public = yes
new: [feature] session handling added A user can now create a session, assign lookup results to a session and retrieve the lookup session results in one shot. This partially implement feature requested in issue #2 to support DFIR sessions. Thanks to Koen Van Impe for the idea.
2021-08-14 08:32:00 +00:00
[session]
enable = yes
ttl = 86400
Reference in a new issue
Copy permalink