у меня возникла ошибка типа
Код: Выделить всё
monk@server:~/flare-fakenet-ng$ sudo python3 -m fakenet.fakenet
______ _ ________ _ _ ______ _______ _ _ _____
| ____/\ | |/ / ____| \ | | ____|__ __| | \ | |/ ____|
| |__ / \ | ' /| |__ | \| | |__ | |______| \| | | __
| __/ /\ \ | < | __| | . ` | __| | |______| . ` | | |_ |
| | / ____ \| . \| |____| |\ | |____ | | | |\ | |__| |
|_|/_/ \_\_|\_\______|_| \_|______| |_| |_| \_|\_____|
Version 3.3
_____________________________________________________________
Developed by FLARE Team
Copyright (C) 2016-2024 Mandiant, Inc. All rights reserved.
_____________________________________________________________
01/08/25 04:59:07 AM [ FakeNet] Loaded configuration file: /home/monk/flare-fakenet-ng/fakenet/configs/default.ini
01/08/25 04:59:07 AM [ Diverter] Capturing traffic to packets_20250108_045907.pcap
01/08/25 04:59:07 AM [ DNS Server] Hiding logs from blacklisted processes
01/08/25 04:59:07 AM [ FTP] concurrency model: multi-thread
01/08/25 04:59:07 AM [ FTP] masquerade (NAT) address: None
01/08/25 04:59:07 AM [ FTP] passive ports: 60000->60010
Traceback (most recent call last):
File "/home/monk/flare-fakenet-ng/fakenet/diverters/linutil.py", line 378, in linux_get_current_nfnlq_bindings
with open(procfs_path, 'r') as f:
FileNotFoundError: [Errno 2] No such file or directory: '/proc/net/netfilter/nfnetlink_queue'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/usr/lib/python3.10/runpy.py", line 86, in _run_code
exec(code, run_globals)
File "/home/monk/flare-fakenet-ng/fakenet/fakenet.py", line 456, in
main()
File "/home/monk/flare-fakenet-ng/fakenet/fakenet.py", line 431, in main
fakenet.start()
File "/home/monk/flare-fakenet-ng/fakenet/fakenet.py", line 254, in start
self.diverter.start()
File "/home/monk/flare-fakenet-ng/fakenet/diverters/diverterbase.py", line 701, in start
return self.startCallback()
File "/home/monk/flare-fakenet-ng/fakenet/diverters/linux.py", line 130, in startCallback
qnos = self.linux_get_next_nfqueue_numbers(nhooks)
File "/home/monk/flare-fakenet-ng/fakenet/diverters/linutil.py", line 399, in linux_get_next_nfqueue_numbers
existing_queues = self.linux_get_current_nfnlq_bindings()
File "/home/monk/flare-fakenet-ng/fakenet/diverters/linutil.py", line 391, in linux_get_current_nfnlq_bindings
(procfs_path, e.message))
Подробнее здесь: https://stackoverflow.com/questions/793 ... -not-found