Answered step by step
Verified Expert Solution
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 : 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.
start snort in Ubuntu machine using the command below
snort dev tcp port
where tcp port restricts packet sniffing to packets with a TCP port
Leave the Snort command running on the
In a new terminal on the Target computer, navigate to a desired working directory eghomeuserworkingDir
Run the following command to set up a listener on port :
nc l p e binsh
Keep the nc command running on the Target computer.
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
Run the command ls after telnet connects successfully to the target computer, On Snort terminal use ControlC 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
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started