mandiant / flare-fakenet-ng

FakeNet-NG - Next Generation Dynamic Network Analysis Tool
Apache License 2.0
1.73k stars 357 forks source link

Bug in ProxyListener.py #161

Open tinajn opened 1 year ago

tinajn commented 1 year ago

Error:

Exception in thread Thread-4057:
Traceback (most recent call last):
  File "listeners\ProxyListener.py", line 131, in run
NameError: name 'exit' is not defined

Fix: exit(1) at L131 and L335 should be changed to sys.exit(1)

Thanks to Conor Quigley for reporting this!

htbuckley commented 1 year ago

Hi, I would love to be assigned to this bug fix.

This would be my first contribution to the Open Source community.

Regards, 0xsys

tinajn commented 1 year ago

@0xsys I have assigned it to you. Welcome to the community :)

htbuckley commented 1 year ago

Thanks for the warm welcome @tinajn !

Please let me know if I need to do anything else.