CTF · picoCTF · Web Exploitation

Cookies

Challenge Description:- Who doesn’t love cookies? Try to figure out the best one. Points: 40 The Walkthrough: –  The challenge name is “Cookies” so let’s look at cookies. The cookie set in name=-1 so let’s try changing it to 1 using Cookie editor Extension or you can also use burpsuit. (https://addons.mozilla.org/en-US/firefox/addon/cookie-editor/). There is a change… Continue reading Cookies

CTF · Vulnhub

Empire: BreakOut

From my previous article, we have completed the first vulhub box of the Empire series.  The Walkthrough:-  Step 1:- (Enumeration)   find out the target IP address using NetDiscover.  ┌─(rootharsh㉿kali)-[~]  └─$ sudo netdiscover -i eth0  From the Scanning, we have discovered our target IP address which is 192.168.56.104. We have discovered the IP address, so let’s… Continue reading Empire: BreakOut

CTF · Vulnhub

Empire: LupinOne

Setup Vulhub Machine: – The Walkthrough: –  The Walkthrough: –  Step 1:- (Enumeration)  find out the target IP address using NetDiscover.  ┌─(rootharsh㉿kali)-[~]  └─$ sudo netdiscover -i eth0  From the Scanning result, we have discovered our target IP address i.e., 192.168.56.103. We have discovered the IP address, so let’s perform a network scan to detect what… Continue reading Empire: LupinOne

CTF · Vulnhub

Deathnote:1

Setup Vulhub Machine: – The Walkthrough: –   Step 1:- (Enumeration)  find out the target IP address using NetDiscover.  ┌─(rootharsh㉿kali)-[~]  └─$ sudo netdiscover -i eth0  From the Scanning result, we have discovered our target IP address i.e., 192.168.56.112. We have discovered the IP address, so let’s perform a network scan to detect what ports are open… Continue reading Deathnote:1

CTF · Vulnhub

Toppo: 1

Setup Vulhub Machine: – The Walkthrough: –  Step 1:- (Enumeration)   find out the target IP address using NetDiscover.  From the scanning, we have discovered our target IP address which is 192.168.111 Now, let’s perform a network scan to detect what ports are open.  Note:- Scanning the Network is already known as an essential part of… Continue reading Toppo: 1