У нас вы можете посмотреть бесплатно HackTheBox - Code или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
00:00 - Introduction 00:50 - Start of nmap 01:50 - Navigating to the page and discovering we can run Python Code but there is a filter blocking certain words 05:00 - Walking through filter evasion with python, showing loaded classes 07:45 - Calling popen to run a command 11:50 - Using List Comprehension in python to convert our multiline payload into a single line 14:30 - Looking at the database, grabbing the hash, cracking and switching users 16:00 - We can use sudo to run backy.sh with task.json, looking at the bash script to see we have a way to bypass the filter 20:10 - Having trouble exploiting out of a temp directory, will explain later 24:50 - Copying task.json to a different directory and it magically works 27:00 - Explaining why we couldn't do this in a temp directory, sticky bit makes it a protected file! 35:20 - Showing another way to root it, just ignore the ../ replacement and since bash continues on error by default it still works