Code Monkey home page Code Monkey logo

peep's Introduction

Peep

一个在Linux下使用的简单的远程控制程序,使用UDP协议进行传输。

实现进程隐藏、开机启动、文件传输、执行Shell命令等功能。

rootkit目录下是一个简单的Rootkit(Linux),为实现隐藏进程、文件和获取Root权限。默认隐藏程序自身,以防止Rootkit被检测。

  • 3.2.0-34-generic.ko 对应内核编译的文件,可直接加载(Ubuntu 12.04 x64);
  • 2.6.32-38-generic.ko 对应内核编译的文件,可直接加载(Ubuntu 10.04 x32);

Description

除去可以执行的Shell命令外,还内置了如下命令。

  • hide <PID> : Hide process with given id.
  • tree <path> : Show the nesting of sub-directories.
  • tran <RemoteFile> <NewFile> : Transfer file from the remote machine.

开机启动通过修改$HOME/.profile实现; remote主动连接control。

License

Peep is licensed under BSD and GPL.

Reference

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.