Skip to content

AIex-3/binary-exploitation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Binary Exploitation

ISO Files

ISO files to execute the exploits in a VM: http://old-releases.ubuntu.com/releases/

  • Ubuntu 4 (32 Bit) system without protection mechanisms: warty-release-install-i386.iso
  • Ubuntu 8 (32 Bit) system with simple protection mechanisms: ubuntu-8.10-desktop-i386.iso
  • Ubuntu 10 (32 Bit) system with extended protection mechanisms: ubuntu-10.10-desktop-i386.iso

Replace in each VM in the '/etc/apt/sources.list' file 'archive.ubuntu.com' or 'security.ubuntu.com' with 'old-releases.ubuntu.com'

Hard Coded Credentials

  • exercise_1

Stack Overflow

  • exercise_2

Heap Overflow

  • exercise_3

Overwrite SEIP

  • exercise_4
  • exercise_6

Shellcode

  • exercise_5

ASLR

  • exercise_7