Skip to content

Commit 9b045fe

Browse files
committed
add contact person for each assignment
1 parent 19379fe commit 9b045fe

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

delta/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Project 1 - DELTA: L2/L3 Scanner
22

3+
Contact person: pluskal@fit.vut.cz
4+
35
## Assignment
46
1. Create a simple network ICMP(v6), ARP/NDP scanner. The program discovers what devices are available from a selected range of IP addresses. It prints to standard output the availability status of the given IP addresses at the L2 and L3 layers.
57
2. Create relevant tests for the project.

omega/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Project 1 - OMEGA: L4 Scanner
22

3+
Contact person: pluskal@fit.vut.cz
4+
35
## Assignment
46
1. Create a simple TCP and UDP network L4 scanner. The program will scan the specified hostname or IP address(es) (plural IP addresses in the case of multiple answers to DNS query) and ports. It will output to stdout port statuses (open, filtered, closed).
57
2. Create relevant tests for the project.

0 commit comments

Comments
 (0)