Day 2 First Half anyway

Published: (March 14, 2026 at 03:11 PM EDT)
2 min read
Source: Dev.to

Source: Dev.to

Environment Details

  • IP address: 10.0.2.15

Issues Encountered

  • Unable to copy and paste from the Kali terminal to chat.
  • unable to locate package build-essentials
  • tshark: the capture session could not be initiated due to error getting information on pipe or socket: Permission Denied
  • Syntax error when running a capture filter:
sudo tshark -i eth0 tcp.flags.syn==1
# Output:
# tshark: Invalid capture filter

Knowledge Check Answers

#QuestionAnswer
1What protocol does ping use?B
2What packet starts a TCP Connection?A
3What tool is commonly used to scan ports?B

Note: Do not continue past the knowledge questions until an answer input is received and the answers have been reviewed.

Additional Quiz Responses

  • 1:B 2:B 3:A
  • 1:B 2:B 3:B
  • 1:B 2:A 3:C
  • 1:A 2:A 3:B
  • 1:B 2:A 3:B (multiple instances)
  • 1:A 2:B 3:B
  • 1:B 2:C 3:B
  • 1:B 2:A 3:B (repeated)

Observations & Reflections

  • Detected ICMP and DNS traffic but no TCP or SYN packets initially.
  • After adjusting the capture filter, TCP SYN packets were observed.
  • Noted many different port alerts suggesting a possible port‑scanning attack.
  • No RST packets were observed during the scan.
  • The scanner (Nmap) did not complete the full three‑way handshake; only the SYN was sent.
  • The target system remained the same source IP while multiple destination ports were probed.
  • The scan appeared to be a reconnaissance activity rather than an attempt to establish a full connection.
  • Potential impact of a large‑scale scan: overload system resources, cause slowdown, or possible shutdown.
0 views
Back to Blog

Related posts

Read more »

Travigo

Travel as fast as you speak with Gemini! Where live agents meet immersive storytelling & 3D navigation. This project was created for entering the Gemini Live Ag...

Micro games

Hey Gamers! 👾 As part of the Rapid Games Prototyping module, we are tasked with reviewing a peer's game. The challenge is to analyse a prototype built in just...