Skip to content

hc0d3r/noexec-bypass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This code can bypass noexec running shellcode in bash
and using memfd_create.

-- compile
edit the base.sh file and replace the socket_offset
variable with the libc offset of the target system
relative to the socket function.

then:
$ perl build.pl

-- how to use
send the generated file (exec.sh) to the target system,
the system must have bash, dd, and RW access to
/proc/self/mem, then run:

$ bash exec.sh /path/to/non-executable-file args...

-- demo
https://youtu.be/o2Iao7NNXWA

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published