Question

Network Security: Implement the following in kali linux virtual machine show all steps: Intrusion detection system...

Network Security:

Implement the following in kali linux virtual machine show all steps:

Intrusion detection system (Kismet Wireless)

0 0
Add a comment Improve this question Transcribed image text
Answer #1

To install kismet on kali linux

tell network manager to ignore the wifi device by adding lines

[keyfile]

unmanaged-devices=interface-name:wlan0

to

/etc/NetworkManager/NetworkManager.conf

then,restart network manager:

root@kali:~# systemctl restart NetworkManager

next,install updates of kismet ,

# apt update

# apt upgrade

#git clone https://www.kismetwireless.net/git/kismet

#apt install build-essential libmicrohttpd-dev libnl-3

#cd kismet

#./configure

#make

#make suidinstall

#/usr/local/bin/kismet_capture_tools/kismet_cap

#kismet -c wlan0

next browse to http://localhost:2501 to view kismet interface and login with the valid credentials in

~/.kismet/kismwt_httpd.conf

to get full functionality

now u can build and run to capture tools

Add a comment
Know the answer?
Add Answer to:
Network Security: Implement the following in kali linux virtual machine show all steps: Intrusion detection system...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT