Giuseppe Trotta
4e893df736
Merge branch 'moreNecro' into release
...
* moreNecro:
Using Debug log verbosity instead of info in victim tracker
Added necrobrowser auto-trigger functionality based on cookie jar items. Fixed tracking via path (now supports not-existing paths too). Added example Github configuration
Added export <sessionID> to export a full session cookieJar as JSON (ready for browser manual import)
2021-02-22 15:06:08 +01:00
Giuseppe Trotta
8eb5df1ca7
New: add support to specify network listener type
2021-02-20 22:06:38 +01:00
Giuseppe Trotta
1c17ab7e17
Improved interactive console
2021-02-20 21:25:59 +01:00
Giuseppe Trotta
7a5968452b
Merge branch 'cleaning' into release
...
* cleaning:
Better logs
2021-02-20 11:54:22 +01:00
Giuseppe Trotta
0e74f27dde
New #47 : Allow tracking module to customize headers
2021-02-20 11:49:55 +01:00
Giuseppe Trotta
d37323c4cf
Better logs
2021-02-20 11:21:30 +01:00
Giuseppe Trotta
86093f7ddf
Add watchdog: a module that helps to manage the access control based on rules 🎉
2021-02-20 11:02:55 +01:00
Giuseppe Trotta
7049b18c96
Updated dependencies
2021-02-17 17:31:10 +01:00
Giuseppe Trotta
14f6815872
Update Makefile
2021-02-17 17:31:01 +01:00
antisnatchor
46e7ca3198
Using Debug log verbosity instead of info in victim tracker
2021-02-15 16:20:01 +01:00
antisnatchor
6776a45773
Added necrobrowser auto-trigger functionality based on cookie jar items. Fixed tracking via path (now supports not-existing paths too). Added example Github configuration
2021-02-15 14:33:07 +01:00
antisnatchor
23d595e6bd
Added export <sessionID> to export a full session cookieJar as JSON (ready for browser manual import)
2021-02-15 09:47:40 +01:00
Ohpe
0341e42349
Releasing v1.1.0
2021-02-01 09:44:05 +01:00
Giuseppe Trotta
93fcc62833
Updated config.yml
2021-02-01 09:38:15 +01:00
Ohpe
14d0b311d1
Releasing v1.1
2021-01-31 12:19:01 +01:00
Ohpe
b6862637ea
Linting 🌟
2021-01-31 12:16:27 +01:00
Ohpe
e513697122
Fix #44
2021-01-31 12:16:15 +01:00
Ohpe
17241b9c37
Linting 🌟
2021-01-23 18:30:17 +01:00
Ohpe
12eb5c0601
Fix #43 : Invalid nil pointer in tracking module
2021-01-23 18:23:01 +01:00
Ohpe
8a17a9643f
Fix : #42
2021-01-04 12:26:24 +01:00
antisnatchor
fe1d024a4e
dep vendor/ in git ignore.
2020-11-29 10:34:32 +01:00
antisnatchor
ea67344ae1
Removed dep vendor/ dir from the repo. We don't need reproducible build atm. Updated Logo.
2020-11-29 10:34:04 +01:00
Giuseppe Trotta
a091f978c6
Merge pull request #39 from muraenateam/release
...
Release v1.0
2020-11-28 17:19:03 +01:00
Giuseppe Trotta
9d27c75333
Revert "Releasing v1.0 ( #37 )" ( #38 )
...
This reverts commit 2962b79320 .
2020-11-28 17:17:18 +01:00
Ohpe
7dc62e0b94
Releasing v1.0
2020-11-28 16:15:04 +01:00
Ohpe
74155a8bbc
Releasing v1.0
2020-11-28 16:14:06 +01:00
Giuseppe Trotta
2962b79320
Releasing v1.0 ( #37 )
...
* Add support for newer version of Necrobrowser
* Add session support with Redis
* Migrated configurations to TOML
* House cleaning
2020-11-28 16:13:39 +01:00
Ohpe
cb2c107bec
add: test mmdb
2020-11-28 15:56:51 +01:00
Ohpe
f2f7c0df6a
Update README.md
2020-11-28 15:18:54 +01:00
Giuseppe Trotta
d3c660ef82
Merge pull request #36 from muraenateam/toml
...
new: migrated configurations to Toml
2020-11-28 15:06:02 +01:00
Ohpe
ad302d1c7e
Update config.toml
2020-11-27 22:01:48 +01:00
Ohpe
3abf870558
Update config.go
2020-11-27 21:24:32 +01:00
Ohpe
0216f0ae9d
Update config.toml
2020-11-27 21:18:11 +01:00
Ohpe
38b32c0b98
house cleaning
2020-11-27 18:39:27 +01:00
Ohpe
71cfbc3784
Update .gitignore
2020-11-27 18:38:20 +01:00
Ohpe
8514195617
new: refactored config structure
2020-11-27 18:34:18 +01:00
Ohpe
6848e6fee3
new: migrated json config to toml
2020-11-27 17:27:34 +01:00
antisnatchor
be5684a789
Fixed time parsing. Prevented adding duplicates to cookiejar_entries redis list.
2020-11-27 14:15:22 +01:00
antisnatchor
827ee4753e
Persistence support with Redis baby!
2020-11-27 12:59:11 +01:00
Giuseppe Trotta
2d165da555
Add support for necrobrowser-ng ( #35 )
2020-11-27 11:45:50 +01:00
Ohpe
69a047c777
Merge branch 'necrobrowser' into release
2020-11-27 11:37:13 +01:00
antisnatchor
b27b4e9b69
More code refactoring to use Redis and drop old SyncMap implementation.
2020-11-26 12:58:52 +01:00
Ohpe
83715f6521
cleaning
2020-11-24 22:33:00 +01:00
Ohpe
6ee9ec4856
Update necrobrowser.go
2020-11-24 22:29:27 +01:00
Ohpe
81e8e139df
Update github.com.json
2020-11-24 22:25:28 +01:00
Ohpe
d6bdc43050
Instrumentation examples
2020-11-24 22:22:24 +01:00
antisnatchor
d0b4b0f30c
WIP refactoring code to use REDIS instead of in-memory sync maps
2020-11-23 10:18:22 +01:00
antisnatchor
8cf1d31a18
WIP adding session persistence via Redis. WIP MaxMind/Whois queries on new IPs.
2020-11-22 11:06:28 +01:00
Ohpe
4251f5b856
new: add support for mapping listening port to target port #33
2020-11-17 12:25:08 +01:00
Ohpe
d75e5ce504
Moving necrobrowser integration to external profile
2020-11-12 21:26:45 +01:00