Open in app
Home
Notifications
Lists
Stories

Write
hidepatidar
hidepatidar

Home

Jan 28

SkyTower vulnhub walkthrough

first dowload box from vulnhub using this link and deploy it on virtual box after deploying start enumeration let’s start enumeration first scan whole network for box ip address $ nmap -sn 192.168.1.1/24 now scan all port 192.168.1.206 ip address and see how many port open on this ip address $ nmap -v…

4 min read

SkyTower vulnhub walkthrough
SkyTower vulnhub walkthrough

Dec 21, 2021

LIN SECURITY:1 Vulnhub walkthrough

first download box using this link after downloading configure it on virtual box now scan port with nmap scanner $ nmap -v -p- 192.168.43.124 now default script and version detection scan with nmap $ sudo nmap -sC -sV -sT -sU -A -p 22,111,2049,36857,45819,46245,48735 192.168.43.124

Lin Security Walkthrough

3 min read

LIN SECURITY:1 Vulnhub walkthrough
LIN SECURITY:1 Vulnhub walkthrough

Nov 29, 2021

Linux Basic Commands

basic linux all command here you know all task can be done by executing command you can execute every task using command line interface and it’s called command line execution . see basic linux command — — — files and nevigating command — — — — 1. list all files and folder using ls command ls …

Basic Linux Command

12 min read

Linux Basic Commands
Linux Basic Commands

Nov 25, 2021

HACKLAB: VULNIX vulnhub walkthrough

vulnix is vulnerable box and it is available from vulnhub you can downlod this box using this link download vulnix box and configure it on virtual box let’s start enumeration : first looking for vulnerable box ip address so we use netdiscover command for scaning ip address $ sudo netdiscover now using nmap scan…

Vulnix

5 min read

HACKLAB: VULNIX vulnhub walkthrough
HACKLAB: VULNIX vulnhub walkthrough

Nov 23, 2021

SICKOS: 1.2 walkthrough

first download your vulnerable box using this link after downloading this vm configure on virtual box Enumeration Start first we scan network and find vulnerable box ip address so now we use netdiscover command for scan network $ sudo netdiscover now using nmap we scan vulnerable box ip address $ nmap -v…

5 min read

SICKOS: 1.2 walkthrough
SICKOS: 1.2 walkthrough

Nov 16, 2021

Stapler: 1 vulnhub walkthrough

this is vulnerable box and now we enumerate this box step by step first download this box on vulnhub using this link and deploy this box your local virtual box machine scan with nmap and confirm your box ip address important : my pc ip change so don’t confuse $…

Stapler

5 min read

Stapler: 1 vulnhub walkthrough
Stapler: 1 vulnhub walkthrough

Nov 1, 2021

mysql enumeration port 3306

mysql default port 3306 how to connect mysql service on local Access hide@kali:~$ mysql -u username-p Enter password: mysql connect for remote Access

2 min read

mysql enumeration port 3306
mysql enumeration port 3306

Oct 30, 2021

Fristileaks vulnhub walkthrough

Download this box using this url and deploy box on virtual box now let’s enumerate this box scan first scan your network using nmap command $ nmap -sn 192.168.1.1/24 we have ip address 192.168.1.213 let’s check this ip address and scan with nmap $ nmap -v -p- 192.168.1.213

4 min read

Fristileaks vulnhub walkthrough
Fristileaks vulnhub walkthrough

Oct 27, 2021

LazySysAdmin vulnhub walkthrough

lazysysadmin is a vulnerable box and we will enumerate this box let’s start enumeration first download box on https://www.vulnhub.com/entry/lazysysadmin-1,205/ this is official site of vulnhub you can download box using this link After downloading this box we deploy this box on virtual machine if you don’t have virtual box follow this link https://www.virtualbox.org/…

4 min read

LazySysAdmin vulnhub walkthrough
LazySysAdmin vulnhub walkthrough

Aug 3, 2021

Spawning Interactive Reverse Shell

first using this command and check which languge installed on system if you have python or python3 so continue with python or python3 if you have install perl so continue with perl this example for python $ which python

3 min read

Spawning Interactive Reverse Shell
Spawning Interactive Reverse Shell
hidepatidar

hidepatidar

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable