Configuring Samba File Operation Auditing with full_audit VFS Module on CentOS
This walkthrough applies to CentOS-based environments.
The full_audit Samba Virtual File System (VFS) module extends native Samba logging by capturing granular shared resource operasions with contextual metadata, enabling post-incident investigation for security and compliance.
Key capabilities of full_audit include:
Tracking all configured fi ...
Posted on Mon, 10 Aug 2026 16:57:45 +0000 by mistercash60000
Exploiting Common Vulnerabilities Using Metasploit Framework
Experiment Overview
This session focuses on the Metasploit Framework, an open-source platform designed for vulnerability assessment and penetration testing. It offers a comprehensive set of tools and modules to identify, exploit, and validate software weaknesses.
Initial Reconnaisance
Host Discovery
Use auxiliary modules like arp_sweep to detec ...
Posted on Thu, 30 Jul 2026 16:58:19 +0000 by husslela03
Configuring an Ubuntu Virtual Machine for RK3399 Embedded Development
Provision a virtual machine using VMware Workstation Player or an equivalent hypervisor. Download the target Ubuntu ISO from the official release archive. During the guest OS installation, allocate a minimum of 100 GB for the virtual disk to accommodate large SDK archives, root filesystems, and build artifacts. After the initial boot, disable a ...
Posted on Mon, 29 Jun 2026 16:36:24 +0000 by khendar
Implementing File Sharing with Samba on Linux
Architecture and Core ComponentsSamba facilitates file and printer sharing between Linux and Windows systems, operating primarily over the NetBIOS protocol. The functionality relies on two critical daemons: smbd and nmbd.smbd: The core service responsible for file transfer, authentication, and resource locking. It establishes the session betwee ...
Posted on Wed, 10 Jun 2026 16:52:50 +0000 by gooney0