Computer Science
Java – How Session Hijacking Works – part 2
In the previous article we saw what is a cookie and how this element might represent a threat for our systems. We also saw where the browsers, in particular Firefox, store these cookies during our sessions. Today we are going to analyze how to write a Java program that dumps this information into a
Java – How Session Hijacking Works – part 1
Every time you visit a new web page, you receive the same boring request: "This site uses cookies, do you want to accept it?" What does it mean? And what are the consequences if you accept them? What is a session hijacking? In this and in the next articles we are going
How to hack Windows password using a fake login in C#
In this article we are going to discuss how to develop a simple C# application that pretend to be a Windows login form (fake login) and asks password to a user in Windows 10. This represents a very efficient techinque used for stealing sensible information and, if perfected, it can also deceive
Selenium – How to disable “Chome is controlled by automated test software” notification
"Chome is controlled by automated test software", who has faced this kind of notification knows how boring is to have such a banner on the top of Chromium browser while we are trying to automate stuff using Selenium. How to disable it? On the Internet we can find a lot of answers
How to install Python packets on Windows using PIP
Have you ever had to install a Python packet on Linux? Nothing simpler thanks to pip, the Python packet manager easy to use. But what about Windows, is it really the same? I don't know your opinion but personally everytime I had to struggle a little bit, for this reason in this short
Python How to Get Notified When Someone is Online on Whatsapp – part 2
In the previous article we introduced the necessary tools in order to develop our Whatsapp Online Tracker. Today we are going to see how to put all those ingredients together. The Solution Let's start showing the working code, we are going to spend a little bit of time in order