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,…
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…
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…
HOW TO INTEGRATE ESET SECURE AUTHENTICATION TO PALO ALTO SSL VPN
Hello everyone, I hope you are doing great. In this article, I’m going to show you how to integrate ESET Secure Authentication to Palo Alto SSL VPN. Before start the reading, you should know that you need a Domain Controller which is integrated with your firewall and your ESA Server has to be joined in. Additionally, users must connect be…