Notice
Recent Posts
Recent Comments
Link
«   2025/11   »
1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30
Tags
more
Archives
Today
Total
관리 메뉴

Dev

Cuckoo Sandbox: Unable to stop auxiliary module: Sniffer 본문

Cyber Security

Cuckoo Sandbox: Unable to stop auxiliary module: Sniffer

flutterbylily 2023. 7. 21. 01:30

Cuckoo 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