Skip to content

Commit

Permalink
Updating version and contributor attribution for HTML NBIs (#176)
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Bailey <baileymz@google.com>
  • Loading branch information
strictlymike and Michael Bailey committed Apr 1, 2024
1 parent 315647e commit 7a68d00
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Version 3.1
-----------
* HTML and text NBI after-reporting courtesy of @3V3RYONE and @tinajohnson

Version 3.0 (alpha)
-----------
* Migrate diverters, listeners and other components to Python 3
Expand Down
8 changes: 8 additions & 0 deletions docs/contributors.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,11 @@ and Hidden Listener mechanisms for introducing both of these content-based
protocol detection features to FakeNet-NG. Matthew Haigh then [implemented
Content-Based Protocol
Detection](https://www.fireeye.com/blog/threat-research/2017/10/fakenet-content-based-protocol-detection.html).

## HTML- and Text-Based NBI After-Reporting

Google Summer of Code contributor Beleswar Prasad (@3V3RYONE) worked with
mentor Tina Johnson (@tinajohnson) to add HTML- and text-based reporting of
network-based indicators (NBIs) to FakeNet-NG, requiring significant work
throughout the codebase to facilitate the necessary communication and tracking
between components.
6 changes: 3 additions & 3 deletions fakenet/fakenet.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2016-2023 Mandiant, Inc. All rights reserved.
# Copyright (C) 2016-2024 Mandiant, Inc. All rights reserved.

#!/usr/bin/env python
#
Expand Down Expand Up @@ -349,10 +349,10 @@ def main():
| | / ____ \| . \| |____| |\ | |____ | | | |\ | |__| |
|_|/_/ \_\_|\_\______|_| \_|______| |_| |_| \_|\_____|
Version 3.0 (alpha)
Version 3.1
_____________________________________________________________
Developed by FLARE Team
Copyright (C) 2016-2022 Mandiant, Inc. All rights reserved.
Copyright (C) 2016-2024 Mandiant, Inc. All rights reserved.
_____________________________________________________________
""")

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

setup(
name='FakeNet NG',
version='3.0',
version='3.1',
description="",
long_description="",
author="Mandiant FLARE Team with credit to Peter Kacherginsky as the original developer",
Expand Down

0 comments on commit 7a68d00

Please sign in to comment.