Skip to content

Python script that can be used to craft a string to perform a format string attack in a 32bit system.

Notifications You must be signed in to change notification settings

alecontuIT/format-string-attack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Format string attack

This repository contains a python script that can be used to craft a string to perform a format string attack in a 32bit system.

How does the attack work?

A format string attack exploit a memory vulnerability that uses placeholders and unchecked user input to write into the memory. A detailed explanation can be found in the following slides taken by the computer security course of PoliMi.

About

Python script that can be used to craft a string to perform a format string attack in a 32bit system.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages