Skip to content

OxNinja/Highway-to-Hell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Highway to Hell

Python ELF infector using Hellf lib

Project inspired by https://tmpout.sh/3/03.html

Features

  • Inject user-defined code

Use

python3 src/h2.py infect -c tests/exit.s -t /bin/ls -o /tmp
# infecting /bin/ls with tests/exit.s, output will be put in /tmp/
chmod +x /tmp/ls && /tmp/ls
echo $?
# 69

About

Python ELF infector using Hellf lib

Topics

Resources

Stars

Watchers

Forks