i. Building a simple port scanner using Python (Scapy/Socket) to detect open ports on a target system. ii. Enhance it with service detection (e.g., HTTP, FTP, SSH). This script uses socket for basic ...
These are very basic scripts for controlling a microcontroller via text commands on the serial port. Both scripts assume that a Pi Pico running the listen1 app is available on a COM port. This app ...