We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OS: Ubuntu 20.04 Python: 3.8.10 VM: VMWare Workstation 16 Latest commit: ac33a70 Steps to reproduce:
DivertTraffic: No
This can be fixed by moving this to line 139:
flare-fakenet-ng/fakenet/fakenet.py
Line 158 in ac33a70
Note that the same bug also reproduces on Windows with an older version of Fakenet on Python 2.7, I just happened to trigger it on Ubuntu
______ _ ________ _ _ ______ _______ _ _ _____ | ____/\ | |/ / ____| \ | | ____|__ __| | \ | |/ ____| | |__ / \ | ' /| |__ | \| | |__ | |______| \| | | __ | __/ /\ \ | < | __| | . ` | __| | |______| . ` | | |_ | | | / ____ \| . \| |____| |\ | |____ | | | |\ | |__| | |_|/_/ \_\_|\_\______|_| \_|______| |_| |_| \_|\_____| Version 3.0 (alpha) _____________________________________________________________ Developed by FLARE Team Copyright (C) 2016-2022 Mandiant, Inc. All rights reserved. _____________________________________________________________ 08/18/23 09:39:50 AM [ FakeNet] Loaded configuration file: /usr/local/lib/python3.8/dist-packages/fakenet/configs/default.ini Traceback (most recent call last): File "/usr/local/bin/fakenet", line 8, in <module> sys.exit(main()) File "/usr/local/lib/python3.8/dist-packages/fakenet/fakenet.py", line 420, in main fakenet.start() File "/usr/local/lib/python3.8/dist-packages/fakenet/fakenet.py", line 213, in start listener_config['ipaddr'] = fn_addr UnboundLocalError: local variable 'fn_addr' referenced before assignment
The text was updated successfully, but these errors were encountered:
No branches or pull requests
OS: Ubuntu 20.04
Python: 3.8.10
VM: VMWare Workstation 16
Latest commit: ac33a70
Steps to reproduce:
DivertTraffic: No
This can be fixed by moving this to line 139:
flare-fakenet-ng/fakenet/fakenet.py
Line 158 in ac33a70
Note that the same bug also reproduces on Windows with an older version of Fakenet on Python 2.7, I just happened to trigger it on Ubuntu
The text was updated successfully, but these errors were encountered: