Buffer Overflows Made Easy (2022 Edition)

preview_player
Показать описание

Timestamps below:

0:00 - Introduction
1:23 - Downloading Our Materials
7:43 - Buffer Overflows Explained
11:56 - Spiking
22:12 - Fuzzing
28:26 - Finding the Offset
33:50 - Overwriting the EIP
37:19 - Finding Bad Characters
45:15 - Finding the Right Module
53:46 - Generating Shellcode & Gaining Root
59:46 - Python 3 & More
1:13:30 - TryHackMe Brainstorm Walkthrough

❓Info❓
___________________________________________

📱Social Media📱
___________________________________________

💸Donate💸
___________________________________________
Like the channel? Please consider supporting me on Patreon:

My Build:

My Recording Equipment:

Рекомендации по теме
Комментарии
Автор


Timestamps below:

0:00 - Introduction
1:23 - Downloading Our Materials
7:43 - Buffer Overflows Explained
11:56 - Spiking
22:12 - Fuzzing
28:26 - Finding the Offset
33:50 - Overwriting the EIP
37:19 - Finding Bad Characters
45:15 - Finding the Right Module
53:46 - Generating Shellcode & Gaining Root
59:46 - Python 3 & More
1:13:30 - TryHackMe Brainstorm Walkthrough

TCMSecurityAcademy
Автор

If you are trying this now and you are stuck at the fuzzing section saying it crashed at 100 bytes, its an issue with passing a string into the buffer to make it work you need to convert it to byte as
buffer=b"A"*100
and also
s.send(b"TRUN /.:/" + buffer)
lastly also,
buffer=buffer + b"A"*100

farouqseriki
Автор

Please keep these long courses coming they truly are so amazing and I am so thankful and appreciative for them!

kaitlynk
Автор

Are you fricken kidding me…. More free content ! Man this shit is too good

Childne
Автор

Awesome explanation... I am preparing for my OSCP, this helps me a lot. Thanks a lot TCM

rahulbotcha
Автор

I was just going through the old ones this week! glad to see an updated one!

ardecanw
Автор

1:31:37 You can search and replace on selected text "\ with b"\ Nice content! :)
EDIT: forget about that, just change -f c to -f python

allurbase
Автор

i couldn't make it work from other buffer overflow. hopefully i get to work with this. can't wait to finish. Thanks for your time and effort

sardorruziyev
Автор

Really loved the ending, thanks! Just bought a hoodie

kevinbatdorf
Автор

Good video! BOF had always been a myth for me, but it's now clear in my mind after I watched this on the PEH course on tcm academy.

smbsid
Автор

It took me a while to digest this during the PEH course but I got it eventually. Thanks!

whoisPremier
Автор

Just i was tired looking for buffer overflows and was fucked up, thanks to you 👍❤❤

mr.no_
Автор

Amazing. To think that I talked about the previous playlist on my LinkedIn today. You guys rock

oladapoalagbe
Автор

Hands down, tNice tutorials is THE best beginner video I've watched. Others want to brag about all the sample, loops, etc they have. You keep

heronigga
Автор

I think one of the things which we need is a video showing us what to do when the buffer is too small for payload. Thanks!

innerfire
Автор

Thank you very much Heath, fantastic course. You make it so structured and simple to understand.

ismailregragui
Автор

You should also do BOF for programs with memory protections so that less people waste their money on the OSED

SuperGamer
Автор

We miss you on twitch. I m supporting u with my sub every month btw

youarenotspecial
Автор

Your videos are amazing, helpful and informative sir ❤️
Lot's and lots of love support for india

_vid
Автор

Great video. Simply a life saver for a oscp student :)

Edovsky