by Grant Collins | May 26, 2020 | Projects
The Hack The Box Walkthrough Project Overview Hack The Box is an online platform used to test and advance your skills in penetration testing by providing access to vulnerable machines. Using a large archive of active and retired machines, identify and walkthrough...
by Grant Collins | May 25, 2020 | Projects
Explore an Offensive Linux Distribution Overview Offensive Linux distributions such as Kali by Offensive Security or Parrot OS are used by penetration testers, forensic analysts, and web application security researchers to test and identify security vulnerabilities...
by Grant Collins | May 25, 2020 | Projects
Configure a Proxy in Linux Overview A proxy server is an application or appliance that acts as intermediary device to request for clients seeking specific types of services. Forward and reverse are a type of proxy which alter traffic depending on the type. Configure a...
by Grant Collins | May 25, 2020 | Projects
Build a NAS Overview A Network Attach Storage (NAS) device is a file-level computer data storage server to safely provide data and file access for a wide variety of clients. Implement a NAS solution through services such as NFS or Samba, build a small-scale file...
by Grant Collins | May 25, 2020 | Projects
Create a Centralized Syslog Server Overview A syslog server is a service used to send system logs or event message to a specific server. These servers are primarily used to collect various device logs from different machines to a centralized location for monitoring...
by Grant Collins | May 25, 2020 | Projects
Build a Backup Server in Linux Overview A backup server is used to safely store important data, files, and information. If and when data corruption were to happen, a backup server can restore the important information. Use a backup service like Amanda or Bacula to...