Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Task 0 1 : detecting network traffics. To use Snort as a sniffer only, Snort sniffer mode is enabled using the v command line option.

Task 01: detecting network traffics.
To use Snort as a sniffer only, Snort sniffer mode is enabled using the v command line option. Other common options include d (Dump packet payloads) and e (Display link layer data).
The second stage of an IDS is shallow packet inspection, where packets are filtered by header information. In sniffer mode, filters can also be specified to restrict the sniffer to certain packets, based on protocols, IP addresses, etc.
1.1 start snort in Ubuntu machine using the command below
snort dev tcp port 923
where tcp port 923 restricts packet sniffing to packets with a TCP port 923.
Leave the Snort command running on the
1.2 In a new terminal on the Target computer, navigate to a desired working directory (e.g.,/home/user/workingDir).
Run the following command to set up a listener on port 923:
nc -l -p 923-e /bin/sh
Keep the nc command running on the Target computer.
1.3 On the Attack computer, open or use a terminal
Enter and run the following command, replacing IP address of Target Computer by the IP address of Target Computer:
telnet IP address of Target Computer 923
Run the command ls after telnet connects successfully to the target computer, 1.4 On Snort terminal use Control-C to stop Snort.
Locate the sniffed textNote
Note: I need screen shots for each answer

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Mastering Real Time Analytics In Big Data A Comprehensive Guide For Everyone

Authors: Lennox Mark

1st Edition

B0CPTC9LY9, 979-8869045706

More Books

Students also viewed these Databases questions

Question

explain what is meant by experiential learning

Answered: 1 week ago

Question

identify the main ways in which you learn

Answered: 1 week ago