Commit graph

46 commits

Author SHA1 Message Date
Ohpe
bee8be0134
add: customContent replacement in request.Body 2024-10-18 14:51:41 +02:00
Ohpe
4e32c2eca9
Update session.go 2024-04-10 22:11:46 +02:00
Ohpe
3cf02b5e4c
Load Redis only when Tracking is enabled 2024-04-04 11:53:56 +02: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
Ohpe
d650d525bb
Better logging and replacement rules 2023-11-22 16:52:11 +01:00
Ohpe
ef21d787a2
Better logging 2023-11-14 12:27:34 +01:00
Giuseppe Trotta
4defe76bfc
Hook necro also on responses 2022-12-19 13:39:30 +01:00
Giuseppe Trotta
0619dee321
Add Telegram module 2022-11-16 14:07:24 +01:00
Giuseppe Trotta
9d9262c178
Propagating the TLS configuration down to spawned proxy 2022-09-13 11:31:46 +02:00
Giuseppe Trotta
0c3363f317
Code linting 🌟 2021-05-27 10:38:06 +02:00
Giuseppe Trotta
4023872fe4
Fix: fixed bug in Craft configuration 2021-05-27 10:07:11 +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
2b3ae7767e
Better crawling 2021-02-28 22:04:18 +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
1c17ab7e17
Improved interactive console 2021-02-20 21:25:59 +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
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
3abf870558
Update config.go 2020-11-27 21:24:32 +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
827ee4753e Persistence support with Redis baby! 2020-11-27 12:59:11 +01:00
Ohpe
69a047c777
Merge branch 'necrobrowser' into release 2020-11-27 11:37:13 +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
db1ad4f748
Moving necrobrowser integration to external profile 2020-11-09 17:56:46 +01: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
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
Almog Moyal
4bbe3ac4a7
fix certificates configuration 2019-10-31 19:07:30 +02:00
Ohpe
a41e24116b Add support to track in URL.Path 2019-06-10 18:37:15 +02:00
Ohpe
feff19c9c9 new: add options in the prompt to print current victims and collected credentials #5 2019-05-17 12:27:06 +02:00
Ohpe
0f8ca0f81b Linting 🌟 2019-05-16 16:35:17 +02:00
Ohpe
2c4f4d6c36 new: added -version flag to print current version and build-related information 2019-05-16 11:46:52 +02:00
Ohpe
650caf560f Hello world 🎉 2019-05-14 16:17:16 +02:00