My Initial Splunk Lab
I built and configured a Splunk home lab with Ubuntu and Kali Linux. I ran into some configuration problems and had to work through those as well as some log issues with Kali Linux. Please download the PDF for a full documentation of my journey.
Utilizing Wireshark
I built a virtual network lab using VirtualBox, Kali-Linux, Ubuntu, and then used Wireshark to analyze network traffic including ARP and DHCP, ICMP, FTP, and TCP packets. Please download the PDF for the full documentation of my journey.
Python Port Scanner.
Using Python I created a script to scan for open ports on a target via the command line interface. You can see this on my GitHub. https://github.com/DrgnReborn
Kali Linux vs Mr. Robot 1
Used a combination of nmap, nmap exploitation, and Kali tools such as Burp Suite and Hydra to hack the Mr. Robot 1 VM from VulnHub. Please download the PDF for the full documentation of my journey.
Encryption with Python
I used Python, with the help of ChatGPT, to create three Python scripts that can create a key pair, encrypt a small file, and decrypt the file. https://github.com/DrgnReborn