Camp CTF 2015 - Bitterman

IppSec · Beginner ·🔐 Cybersecurity ·8y ago
00:00 - Introduction 01:20 - Using CheckSEC to explain the binary protections that can be applied. 02:45 - Running the binary to discover a segfault with long string of A's 04:10 - This is a 64 bit Binary so we overwrite RSP (Stack Pointer) not RIP (Instruction Pointer) 04:30 - Using Pattern Create to identify where we can overwrite RSP 05:15 - Using PwnTools to create a skeleton exploit 07:20 - Using objdump to dump the PLT (Procedural Link Address) and GOT (Global Offset Table) Address for PUTS so we can use ROP to write to the screen 09:00 - Using R2 (radare) to find the location to a pop r…
Watch on YouTube ↗ (saves to browser)

Chapters (22)

Introduction
1:20 Using CheckSEC to explain the binary protections that can be applied.
2:45 Running the binary to discover a segfault with long string of A's
4:10 This is a 64 bit Binary so we overwrite RSP (Stack Pointer) not RIP (Instructi
4:30 Using Pattern Create to identify where we can overwrite RSP
5:15 Using PwnTools to create a skeleton exploit
7:20 Using objdump to dump the PLT (Procedural Link Address) and GOT (Global Offset
9:00 Using R2 (radare) to find the location to a pop rdi function
9:45 Building the gadget chain to print the location of PUTS
12:20 Packing the addresses in our exploit with p64(), then showing the leaked addre
14:00 Storing the leaked address as a variable so we can convert it to hex
15:50 Memory address retrieved! It changes every time the program loads, so adding
18:50 Looking for a SYSTEM() Address with ReadElf
19:00 Using strings to find the location of "/bin/sh" within libc
19:55 Using the leaked addresses to find where libc is loaded
24:50 Fixing up some memory addresses then getting a shell!
25:10 Using Pwntools to the max! Having it automate a lot of stuff.
25:50 Mapping the ELF + LIBC within PwnTools
26:45 Using PwnTools to build the ROP Chain to leak PUTS
28:15 Using PwnTools to rebase LibC From our memory leak
29:00 Using PwnTools to pull the SYSTEM and /bin/sh information from LibC
30:30 Debugging some errors then getting a shell!

Playlist

Uploads from IppSec · IppSec · 20 of 60

1 HHC2016 - Dungeon
HHC2016 - Dungeon
IppSec
2 HHC2016 - Terminal Speedrun
HHC2016 - Terminal Speedrun
IppSec
3 HHC2016 - Ads
HHC2016 - Ads
IppSec
4 HHC2016 - Debug
HHC2016 - Debug
IppSec
5 HHC2016 - Exception
HHC2016 - Exception
IppSec
6 HHC2016 - Analytics
HHC2016 - Analytics
IppSec
7 HHC2016 - Getting Coins
HHC2016 - Getting Coins
IppSec
8 HackTheBox - Popcorn
HackTheBox - Popcorn
IppSec
9 HackTheBox - October
HackTheBox - October
IppSec
10 HackTheBox - Arctic
HackTheBox - Arctic
IppSec
11 HackTheBox  - Tenten
HackTheBox - Tenten
IppSec
12 HackTheBox - CronOS
HackTheBox - CronOS
IppSec
13 HackTheBox - Brainfuck
HackTheBox - Brainfuck
IppSec
14 HackTheBox - Beep
HackTheBox - Beep
IppSec
15 HackTheBox - Bastard
HackTheBox - Bastard
IppSec
16 HackTheBox - Bank
HackTheBox - Bank
IppSec
17 HackTheBox - Joker
HackTheBox - Joker
IppSec
18 HackTheBox - Haircut
HackTheBox - Haircut
IppSec
19 HackTheBox - Lazy
HackTheBox - Lazy
IppSec
Camp CTF 2015 - Bitterman
Camp CTF 2015 - Bitterman
IppSec
21 HackTheBox - Devel
HackTheBox - Devel
IppSec
22 Reversing Malicious Office Document (Macro) Emotet(?)
Reversing Malicious Office Document (Macro) Emotet(?)
IppSec
23 HackTheBox - Granny and Grandpa
HackTheBox - Granny and Grandpa
IppSec
24 HackTheBox - Pivoting Update: Granny and Grandpa
HackTheBox - Pivoting Update: Granny and Grandpa
IppSec
25 HackTheBox - Optimum
HackTheBox - Optimum
IppSec
26 HackTheBox - Charon
HackTheBox - Charon
IppSec
27 HackTheBox - Sneaky
HackTheBox - Sneaky
IppSec
28 HackTheBox - Holiday
HackTheBox - Holiday
IppSec
29 HackTheBox - Apocalyst
HackTheBox - Apocalyst
IppSec
30 HackTheBox - Europa
HackTheBox - Europa
IppSec
31 Introduction to tmux
Introduction to tmux
IppSec
32 HackTheBox - Blocky
HackTheBox - Blocky
IppSec
33 HackTheBox - Nineveh
HackTheBox - Nineveh
IppSec
34 HackTheBox - Jail
HackTheBox - Jail
IppSec
35 HackTheBox - Blue
HackTheBox - Blue
IppSec
36 HackTheBox - Calamity
HackTheBox - Calamity
IppSec
37 HackTheBox - SolidState
HackTheBox - SolidState
IppSec
38 HackTheBox - Shrek
HackTheBox - Shrek
IppSec
39 HackTheBox - Mirai
HackTheBox - Mirai
IppSec
40 HackTheBox - Shocker
HackTheBox - Shocker
IppSec
41 HackTheBox - Mantis
HackTheBox - Mantis
IppSec
42 HackTheBox - Node
HackTheBox - Node
IppSec
43 HackTheBox - Kotarak
HackTheBox - Kotarak
IppSec
44 HackTheBox - Enterprise
HackTheBox - Enterprise
IppSec
45 HackTheBox - Sense
HackTheBox - Sense
IppSec
46 HackTheBox - Minion
HackTheBox - Minion
IppSec
47 VulnHub - Sokar
VulnHub - Sokar
IppSec
48 VulnHub - Pinkys Palace v2
VulnHub - Pinkys Palace v2
IppSec
49 HackTheBox - Inception
HackTheBox - Inception
IppSec
50 Vulnhub - Trollcave 1.2
Vulnhub - Trollcave 1.2
IppSec
51 HackTheBox - Ariekei
HackTheBox - Ariekei
IppSec
52 HackTheBox - Bashed
HackTheBox - Bashed
IppSec
53 HackTheBox - Flux Capacitor
HackTheBox - Flux Capacitor
IppSec
54 HackTheBox - Jeeves
HackTheBox - Jeeves
IppSec
55 HackTheBox - Tally
HackTheBox - Tally
IppSec
56 HackTheBox - CrimeStoppers
HackTheBox - CrimeStoppers
IppSec
57 HackTheBox - Fulcrum
HackTheBox - Fulcrum
IppSec
58 HackTheBox - Chatterbox
HackTheBox - Chatterbox
IppSec
59 HackTheBox - Falafel
HackTheBox - Falafel
IppSec
60 HackTheBox - Nibbles
HackTheBox - Nibbles
IppSec
How to Spot Fake Bank Calls Instantly🤯| 3 Golden Rules to Escape
Next Up
How to Spot Fake Bank Calls Instantly🤯| 3 Golden Rules to Escape
Arivi by HCL GUVI