Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 469 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 469 Bytes

This project was a fun way to learn C. It is not practical, do not use it.

Dependencies

mingw-w64 (For cross compilation to Windows)

gcc

make

objdump (For shellcode generation)

Installation

  1. Clone the repository
git clone https://github.com/Lionskey/HeadHunter.git
  1. Change directory to source tree
cd HeadHunter/
  1. Install HeadHunter binary and payload source
make && sudo make install
  1. Enjoy
headhunter --help