Programming

HAVE YOU EVER WONDERED HOW NMAP WORKS?

Hello everyone, In this article, I’m going to show you how to make a simple port scan tool using Python 🙂 Let’s get started! First of all, import the socket module and specify two inputs for target ip address and port. Next, specify two variables for port range and do not forget to write a comment as always 🙂 Finally,…

Continue Reading

Programming

SOCKET MODULE 101 IN PYTHON

Hello everyone, In this article, I’m going to show you how to make a server and client with Python. Let’s get started with the Server side. First of all, get input to your listener IP and port. Then, create a socket to listen to packages. Next, do not forget to write some comment to know what is happening 🙂 In…

Continue Reading

Hacking, Security

HTB / OPENADMIN WALKTHROUGH

Hello everyone, I hope you are all doing great. In this article, I’m going to show you how I owned the OpenAdmin box at Hack the Box system. Let’s get started! Firstly, I’ve began with Nmap as always. Then, I saw two ports are open; SSH / HTTP. Then, I’ve researched about apache and ssh versions but their versions were…

Continue Reading