Releases: mandiant/flare-fakenet-ng
Releases · mandiant/flare-fakenet-ng
FakeNet-NG 3.2-alpha
FakeNet NG 3.2-alpha is a pre-release version that requires further testing. Please feel free to report any bugs or issues you may encounter by creating GitHub issues with relevant details.
- Use .1 for default gateway instead of .254 because this is the default Virtual
Adapter address for VMWare and VirtualBox. - Update documentation to use new year
- Update documentation links to current working links
- Update documentation to use Mandiant instead of FireEye
- Fix the filepath of HTML report template to work in all methods of installations
including Pyinstaller bundles.
FakeNet-NG 3.0-alpha
- Migrate diverters, listeners and other components to Python 3
- Retire BITS listener for now
- Fix hard-coded FakeNet path for linux platform in test.py
- Update documentation
- Add copyright notice to files
Version 1.4.11
- Support HTTP custom response
- Support TCP and UDP custom response
- Move ICMP redirection to SingleHost mode only on Linux platforms
LinuxRestrictInterface
feature: Support the ability to restrict Fakenet-NG to only handle traffic on a specific interface on Linux platforms- Reduce output for readability
- Fakenet-NG now terminates upon any listener exceptions
FakeNet-NG 1.4.3
Version 1.4.3
- Fixed unbound
proto
variable error in Windows PyDivert error case
Version 1.4.2
- Updated contact information
- Whitespace wrangling
Version 1.4.1
- Syslog support
Version 1.4.0
- Refactor FakeNet-NG to unify Windows and Linux packet handling
- Remove Proxy Listener UDP stream abstraction to prevent issue where
subsequent clients do not receive response packets because the proxy listener
continues to send them to the old (expired) ephemeral port for the previous
client - Stop flag command-line support for rudimentary IPC-based start/stop
automation - Integration test script for MultiHost and SingleHost mode
- Fixed Errno 98 (
TIME_WAIT
) issue withRawTcpListener
- WinDivert
GetLastError
exception work-around for WinDivert issue
#32
FakeNet-NG 1.3
Version 1.3
- Protocol autodetection (thanks Matthew Haigh)
- Security: fix for path traversal vulnerability (thanks Cody Pierce and Antony Saba)
- Randomized banner generation (thanks Michael Bailey!)
- Listener: BITS protocol support
- Various bug fixes
Version 1.2
- Linux support (thanks Michael Bailey!)
- Bug fixes
Version 1.1
- POP Listener (Basic mode only)
- TFTP Listener
- IRC Listener
- FTP Listener (with SSL support, Passive and Active modes).
- Specify port ranges for listeners (e.g. 80, 8080-8085, 8888).
- VMWare Host-Only mode autoconfiguration.
- Support for Pydivert 2.x branch.
- Many bug and stability fixes.
FakeNet-NG 1.0
First public release.