nmap notes
Nmap cheat-sheet covering host discovery, common scan types, timing, and evasion techniques.
Also lists service/OS detection, NSE scripting, verbosity/debugging, and output formats.
Nmap cheat-sheet covering host discovery, common scan types, timing, and evasion techniques.
Also lists service/OS detection, NSE scripting, verbosity/debugging, and output formats.
Description This Python script automates retrieving work schedules from ShiftAgent, converting them into iCalendar format, and emailing the result. It uses web scraping to access the schedule, parses the data, generates an iCal file, and sends it via email. Technical Breakdown 1. Web Scraping with Playwright 2. HTML Parsing with Read more
Python script that scans for new shifts every 30 seconds and notifies you if there are any new ones.
This project implements a web-based chat application where users can connect, set their usernames, and exchange messages in real-time. The application utilizes Flask, a Python web framework, for server-side logic and routing, and SocketIO for bi-directional communication between the server and clients.
Script that detects faces in a live video feed from the default camera and triggers customized alerts.