by Grant Collins | May 31, 2020 | Projects
Code Analysis Project Overview Fuzzing or fuzz testing is an automated software used to test error handling of a software by providing invalid, unexpected, or random data inputs. Use a fuzz tool to test, track, and handle potential errors of a developed software...
by Grant Collins | May 31, 2020 | Projects
Code Analysis Project Overview Dynamic analysis is the testing and evaluation of a program by executing the program, code in real-time to find errors while the program is running. Static analysis is used to debug a program without the code executing the program. Using...
by Grant Collins | May 31, 2020 | Projects
The Injections Project Overview Web injections are used against websites and web-based applications to gain access to sensitive information, elevate privileges, and view private data. Learn about the different types of web injections through Google searching the...
by Grant Collins | May 31, 2020 | Projects
Raspberry Pi VPN Overview Using your Raspberry Pi device, create a VPN server using PiVPN. Connect to your Pi VPN and enjoy safe browsing anywhere you go under your direct control. Project Recommendations It is recommended you have familiarity with the foundations of...
by Grant Collins | May 31, 2020 | Projects
Raspberry Pi Cloud Overview Turn your Raspberry Pi into a personal cloud device. Use your Pi Cloud to store files locally and access your files from public networks. Project Recommendations It is recommended you have familiarity with the foundations of networking, a...
by Grant Collins | May 31, 2020 | Projects
Pi Hole Overview Want to create a local device to block advertisements from being displayed? Build a Raspberry Pi Hole. The Pi Hole is a device used to block advertisements from being displayed on web pages. Commonly known as the Pi Hole, build a device used to block...