Exercise 1 – Build a Custom SYN Scanner: ---------------------------------------- Task: Modify the scan script to scan ports 1–100 and output results to a file. Hints: - Use a for loop with range(1, 101) - Use with open(...) to write to file