Dev
Cuckoo Sandbox: Unable to stop auxiliary module: Sniffer 본문
Cyber Security
Cuckoo Sandbox: Unable to stop auxiliary module: Sniffer
flutterbylily 2023. 7. 21. 01:30Cuckoo Sandbox를 설치하고 사용하다 보면 로그에서
이런에러가 발생하는 경우가 있다.
[cuckoo.core.plugins] ERROR: Unable tp stop auxiliary module: Sniffer

다음과 같은 Command 입력:
sudo groupadd pcap
sudo useradd cuckoo
sudo usermod -a -G pcap cuckoo
sudo chgrp pcap /usr/bin/tcpdump
sudo setcap cap_net_raw,cap_net_admin=eip /usr/bin/tcpdump
sudo chmod +s /usr/bin/tcpdump

'Cyber Security' 카테고리의 다른 글
| Cuckoo Sandbox Install: (3) (0) | 2023.04.24 |
|---|---|
| Cuckoo Sandbox Install: (2) (0) | 2023.04.24 |
| Cuckoo Sandbox Install: (1) (0) | 2023.04.18 |
| tcpdump directory issue: /usr/sbin/tcpdump (0) | 2023.03.02 |
| yara와 yara의 대체를 찾아서(1) (0) | 2023.02.12 |