Tibetan, Cybersecurity enthusiast, I design and develop website using #WordPress to pay bill.
Tibetan, Cybersecurity enthusiast, I design and develop website using #WordPress to pay bill.
Overview: Pumpkin Raising Machine IP Address: 192.168.56.26 My Machine IP Address: 192.168.56.1 Mission: To gain access to root and read the flag file Flag.txt. To know the IP address of the Target Machine: <code> sudo arp-scan --interface=vboxnet0 192.168.56.1/24 <code> Scanning the Network <code>nmap -sC -sV -p- 192.168.56.26 -o nmap.log sC default nmap script sV reveal what services are running on the target machine with respective version numbers -p- it means scan all the ports (65535)…
Overview: Pumpkin Raising Machine IP Address: 192.168.56.17 My Machine IP Address: 192.168.56.1 Mission: Mission-Pumpkin v1.0 is a beginner level CTF series, created by keeping beginners in mind. This CTF series is for people who have basic knowledge of hacking tools and techniques but struggling to apply known tools. I believe that machines in this series will encourage beginners to learn the concepts by solving problems. PumpkinRaising is Level 2 of series of 3 machines under…
Hello everyone, I hope you all are doing well. Today, I am going to do a a machine to enhance my penetration testing skills and guess what, the machine did test my knowledge on RHCSA (RHEL8). The machine was easy but you can’t say it is easy until you have certain knowledge on NFS share (Network File System Share). I was like “finally the training I attended in Bangalore come to use now lol”. The…
Hello and Tashi Delek everyone, Today I am going to do my level best to take down the staple – a vulnerable machine which was quite famous as it has many things that immitate live system which we use in the production line. Besides, based on feedbacks shared by the people who cleared OSCP exam that this machine provides a close feeling of what we get in OSCP exam (1.0). Therefore, I thought to give…
Firstly we need to know the machine (Target Machine) IP address. I know three ways to get it, but in this write up, I will go with the one which I picked up recently. By the way, my Host IP address is 192.168.56.1 sudo arp-scan --interface=vboxnet0 192.168.56.1/24 Target Machine IP : 192.168.56.3 Now, we need to know what services, ports etc. are running on the machine. nmap -sC -sV -p- -Pn 192.168.56.3/24 -oN nmap.log We…