Tibetan, Cybersecurity enthusiast, I design and develop website using #WordPress to pay bill.

Blog.

  • How to setup static IP addresse on RHEL8 or CentOs

    Although there are many benefits of assigning static IP address to a machine, it really helps me to stay organized and can monitor my machines with more convenience. Besides, it became a habit that whenever I have to access machines from Vmware or VirtualBox, I like to SSH to it from my host machine. So, in this article I will share how to set a static IP address to your machine without using any Graphical…

  • Taking down Blue (a window machine), without using Metasploit

    Today I am going to take down a machine called ‘Blue’. It’s a window 7 based machine. I didn’t expect that I could pwn the machine quite easily… Anyway, here is my walkthrough of it. By the way, it is not necessary mean that it is the sole way to compromise the machine. Ok enough said, let’s do some work… nmap -sC -sV 10.10.10.40 -o nmap1.log PORT STATE SERVICE VERSION [6/13] 135/tcp open msrpc Microsoft…

  • Taking down Legacy (A Window Machine) without using Metasploit

    Hello guys, Today I am going to take down one simple box from Hack The Box. Recently I purchased a VIP lab access. By the way, the machine name is called Legacy and it’s a window machine. This is my first write-up of machines from that lab. Since we already have the machine IP address (it’s shown in the web portal), let’s check what ports are open and what services are running.. Overview: Machine IP:…

  • My approach to Vegeta Machine

    Overview: Target Machine IP Address: 192.168.56.46 My Machine IP Address: 192.168.56.20 Mission: Boot to Root THIS IS A MACHINE FOR COMPLETE BEGINNER , GET THE FLAG AND SHARE IN THE TELEGRAM GROUP (GROUP LINK WILL BE IN FLAG.TXT) DHCP : ENABLED IP : AUTO ASSIGN Download: You can download the machine from here. Information Gathering & Scanning Process: sudo arp-scan --interface=eth0 192.168.56.1/24 nmap -sC -sV -p- 192.168.56.46 -o nmap.log PORT STATE SERVICE VERSION 22/tcp open…

  • Fix for Error “Before you can run vmware several modules must be compiled”

    git clone https://github.com/mkubecek/vmware-host-modules cd vmware-host-modules git checkout workstation-15.5.6 sudo make ; sudo make install  

Contact me.

    Back to top button