8000 GitHub - GlasgOWned/Canary: x64 bruteforce canary, framepointer, return address with multiprocessing
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

GlasgOWned/Canary

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Canary

The purpose of this tool is to bruteforce x64 Canary, Framepointer, return Address using multiprocessing

Installation

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

Examples

import it or just add

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

after adding the main

python3 Canary.py

Canary Example Image

About

HTB: https://www.hackthebox.eu/home/users/profile/47396 | https://www.hackthebox.eu/profile/47396
Twitter: @diefunction
Discord: Diefunction#1337

About

x64 bruteforce canary, framepointer, return address with multiprocessing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%
0