Skip to content

x64 bruteforce canary, framepointer, return address with multiprocessing

Notifications You must be signed in to change notification settings

Diefunction/BFCanary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

BFCanary

BFCanary is a multiprocessing tool to brute-force x64 canary value, frame pointer, and return address.

Requirements

apt-get update
apt-get install python3 python3-dev python3-pip git
pip3 install --upgrade git+https://github.com/arthaud/python3-pwntools.git

Example

if __name__ == '__main__':
  BFCanary('127.0.0.1', 1337, b'\x41' * offset, b'Bye')

Example

About

x64 bruteforce canary, framepointer, return address with multiprocessing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages