The rapid digitalization of Micro, Small, and Medium Enterprises (MSMEs) in Indonesia has raised the need for adequate website security, yet limited technical resources leave many MSME owners unaware of their platform's security posture. This research designs and implements VulnScope, a web-based vulnerability assessment (VA) system that integrates a Large Language Model (LLM) to analyze the attack surface and generate contextual remediation recommendations. The system is built on the FastAPI framework with eight core scanning modules, an aggressive scanner, and a VAPT Engine that classifies findings based on OWASP Top 10:2021 and CVSS v3.1. Artificial intelligence is integrated through the Claude and Nous Hermes models using an agentic tool-use pattern. Black box functional testing confirmed that all features work as specified. Applied to the MSME website ibadahterpanjang.com, the system detected four vulnerabilities (one Critical, one Medium, two Low) with an overall CRITICAL risk level (score 38/100). The results show that integrating VA with artificial intelligence effectively helps MSME owners independently identify and remediate website security vulnerabilities.
The development of Internet of Things (IoT) technology supports the implementation of automated student attendance systems to address limitations in attendance recording, data recapitulation, and real-time monitoring. This study aims to implement a Radio Frequency Identification (RFID)-based student attendance system integrated with IoT. The Prototype method was used, consisting of requirement analysis, system design, implementation, and testing. The system utilizes an RFID Reader RC522, NodeMCU ESP8266, HTTP Request communication, PHP API, and MySQL database. RFID data is transmitted through a Wi-Fi network and displayed on a web-based dashboard. Testing with 10 trials resulted in a 100% success rate for UID reading, data transmission, student validation, attendance data storage, and dashboard visualization. The average response time from card detection to data display on the dashboard was 1.82 seconds. These results indicate that the system can support real-time IoT-based student attendance monitoring.