Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
------------------------------------------------------------------------------                  
Introduction                                                                                     
------------------------------------------------------------------------------ 
Well, well... looks like God's special child has made it — and uncovered a 
hidden treasure! You are about to uncover a kernel module that intercepts
splice() system calls and applies AES-256-CBC encryption to data transfers
between regular files.


------------------------------------------------------------------------------                  
Ksplice                                                                                      
------------------------------------------------------------------------------ 

$ cd Ksplice/ && make

$ ls
Adrishya.c   Adrishya.mod    Adrishya.mod.o  Makefile       Module.symvers
Adrishya.ko  Adrishya.mod.c  Adrishya.o      modules.order  secure.h

$ sudo insmod Adrishya.ko 


------------------------------------------------------------------------------                  
Userspace                                                                                    
------------------------------------------------------------------------------ 

$ cd .. && make

$ echo "God loves King Terry." > input.txt

$./splice input.txt output.txt


============================================================================

Morty Proxy This is a proxified and sanitized view of the page, visit original site.