Chankro icon indicating copy to clipboard operation
Chankro copied to clipboard

disabled_functions=mail,putenv ;)

Open defensahacker opened this issue 7 years ago • 0 comments

Good job and nice technique, but in a very restricted environment where mail() and putenv() are also in disabled_functions it may not work.

I am doing some further research if there is any function inside get_defined_functions() that also executes an execve() behind the scenes... or another method like transform chankro.so into ftp.so to trojanize ftp php functions if putenv(LD_PRELOAD) is available and is called before ftp_connect()...

defensahacker avatar Feb 13 '18 20:02 defensahacker