Commit graph

40 commits

Author SHA1 Message Date
Ohpe
1631e41a2a
Update necrobrowser config/documentation 2024-03-13 09:41:19 +01:00
Ohpe
9a621193de
Update configuration 2024-03-09 12:45:22 +01:00
Ohpe
1cbd95dcea
House cleaning 2024-03-08 15:32:05 +01:00
Ohpe
d51d8cd5ce
Config refactoring and code adjustments 2024-03-06 21:57:03 +01:00
Giuseppe Trotta
0619dee321
Add Telegram module 2022-11-16 14:07:24 +01:00
Giuseppe Trotta
826336d941
Add support to blacklist visitors by User-Agent #61 2021-10-06 17:36:11 +02:00
Giuseppe Trotta
1e91424178
Fix config files 2021-10-05 16:08:25 +02:00
Giuseppe Trotta
2a11a17d2b
New: add option to add custom HTTP headers in request/response
The Crafting rules apply right after the Remove rules. This allows to drop unwanted headers and replace with desired ones: e.g.
* remove.request: User-Agent
* craft.add.request.header: custom User-Agent
2021-05-04 12:19:08 +02:00
Giuseppe Trotta
bb650b1c8f
Add TLS RenegotiationSupport 2021-04-27 16:49:20 +02:00
Giuseppe Trotta
ebb4df1346
Fixed multiple Redis issues
- Removed the option to have Redis disabled. The connection must be enabled to have Muraena working.

- Fixed bug in Redis authentication method.
2021-03-06 14:31:17 +01:00
Giuseppe Trotta
5828c4e9f1
Add support to customize server TLS
Add the following configuration options:

- minVersion: contains the minimum TLS version that is acceptable. Default is set to TLS1.0
- preferServiceCipherSuites: controls whether the server selects the client's most preferred ciphersuite, or the server's most preferred ciphersuite. Default is set to true
- sessionTicketsDisabled: may be set to true to disable session ticket and PSK (resumption) support. Default is set to true
- insecureSkipVerify: controls whether muraena verifies the server's certificate chain and host name. Default is set to false
2021-03-06 14:29:08 +01:00
Giuseppe Trotta
35203681f9
Add support to configure the access to Redis via configuration file 2021-03-05 22:51:53 +01:00
Giuseppe Trotta
c1d540a53e
Linting 🌟 2021-02-22 20:43:35 +01:00
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
0e74f27dde
New #47: Allow tracking module to customize headers 2021-02-20 11:49:55 +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
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
Ohpe
cb2c107bec
add: test mmdb 2020-11-28 15:56:51 +01:00
Ohpe
ad302d1c7e
Update config.toml 2020-11-27 22:01:48 +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
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
Ohpe
69a047c777
Merge branch 'necrobrowser' into release 2020-11-27 11:37:13 +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
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
Ohpe
db1ad4f748
Moving necrobrowser integration to external profile 2020-11-09 17:56:46 +01:00
Ohpe
7d957ae83f
fix: improved template configs 2020-09-26 10:54:22 +02:00
Ohpe
c3fbb85512
new: add support for redirecting HTTP to HTTPS #29 2020-07-27 17:29:26 +02:00
Ohpe
ee15c6c3a3
new: add support for customizing listening IP address and port #28 2020-07-27 17:20:28 +02:00
Ohpe
7325bd3260
fix: Improved logging #26 2020-07-27 16:26:35 +02:00
Ohpe
5e287a4f20 misc: updated config files 2020-07-24 15:12:13 +02:00
Ohpe
cc6801d6ab new: Changed body transformation settings 2020-07-23 17:21:55 +02:00
Ohpe
e8700f0706 new: Tracking IP source can be selected via custom HTTP header 2020-07-22 22:13:03 +02:00
Ohpe
c4e133dad9 new: Tracking cookies can have custom domain 2020-07-17 13:07:08 +02:00
Ohpe
a0e4d92fbc Update github.com.json 2020-07-17 12:55:41 +02:00
Ohpe
650caf560f Hello world 🎉 2019-05-14 16:17:16 +02:00