Analyzing E-MAIL HEADERS

Sometimes you might receive some emails that might seem suspicious, sometimes you might get the actual.eml file from someone else. either way there are ways to check the email by analyzing the headers of the email. I honestly just grab the .eml file and rename to a .txt extensions that give me a lot of […]

Read More Analyzing E-MAIL HEADERS

Setters and Getters in PHP

So one of the stuff that I like to do in Java is basically work with Objects. some OOP. You learn Structure, atleast I am just used to see code as follows: I found this piece of code on Gitghub and I am bringing up because it is clean code. Here is the link: https://github.com/iamshaunjp/object-oriented-php/blob/lesson-6/index.php […]

Read More Setters and Getters in PHP

Fire Walls

So… it has been a while that I have not written but it could always be worst! College is busy! my Ubuntu machine ran out of support so had to pick another DISTRO. Went with Parrot OS, Why Parrot? well it suit my needs, It is perfect because it does have a whole bunch of […]

Read More Fire Walls

A little Reading

So lately I have been busy with school had to hard classes one of my classes my last term was PHP and the other one was Advance Java. I always do good but this last term was hard!, besides the class, I have been continuously working to improve my python skills, I have been using […]

Read More A little Reading

Playing with Docker

So! I have not written anything in a while because of school, family, daily life stuff! remember it is not about yourself it is about having fun with everything that you do and doing it to the best of your capacity. Over the last week in a half, all i have been doing is playing […]

Read More Playing with Docker

Setting Up Your Server

So there might be times that as a Developer you might find your self setting up Python, Maybe even set up a brand new server from scratch, or if you were to be part of the Incident Response Team or just want to get brownie points after being hacked, you might want to know how […]

Read More Setting Up Your Server