Quantcast
Channel: Penetration Test – Security List Network™
Viewing all articles
Browse latest Browse all 1152

CS465BufferOverflow is a Buffer Overflow Attack script.

$
0
0

CS465BufferOverflow is a Buffer Overflow Attack script.
File Lists:
– call_shellcode.c : A program that creates a file containing code for launching shell.
– exploit.c : A program that creates a file containing code for launching shell.
– stack_new.c : This program has a buffer overflow vulnerability.
– run.sh : For Compiling All C Extension.
– Binary : call_shellcode, exploit, stack_new.

Open bad file

Open bad file

Installation & Usage:
– git clone https://github.com/StevenC4/CS465BufferOverflow
– cd <your destination folder>
– what do you want in here? <inside folder>
++ Attacking your victim machine? 😀 So,You can use any method/technique For Buffer Overflow Attack your victim.(author assume for Training purpose! Just Question and kidding :-) )

Example Object Dumping for redaing Proccess and DisAssembly.

Example Object Dumping for reading Proccess and DisAssembly.

++ object Dumping, reading proccess and DisAssemblY? objdump -D <./stack_new> (Examples, and -h for helper object dumping command)
++ reading symbol, breakpoints or anything using gdb/gef? just type gef/gdb -q ./<file> (gdb -h for helper command)

Source : https://github.com/StevenC4


Viewing all articles
Browse latest Browse all 1152

Trending Articles