Git Product home page Git Product logo

skpd's Introduction

skpd - Process dump to executable ELF for linux

Features:

  • It supports:
  • static binaries.
  • dynamic binaries.
  • compressed files (at least upx)
  • elfuck encrypted.
  • 32 and 64 bits support.
  • Generates an ELF file from a running process.
  • If the original file was encrypted, the new one will not.
  • i386, x86_64, MIPSEL

Use:

Usage: ./skpd {-p pid | -f file} [-o output_file] [-v]
  1. Launch telnet client on one terminal
    whats@x61s:~$ telnet
    telnet>
  1. Search the pid
    whats@x61s:~$ ps aux | grep telnet
    whats     7029  0.0  0.0   3088  1212 pts/1    S+   21:36   0:00 telnet
    whats     7031  0.0  0.0   2952   740 pts/0    S+   21:36   0:00 grep --colour=auto telnet
  1. Launch skpd dumping the process to the new file t
   whats@x61s:~/code/pd/skpd/src$ ./skpd -p 7029 -o t
   skpd 1.0 - <whats[@t]wekk.net>
   ==============================
    [*] Attached to pid 7029.
    [*] Reading /proc/7029/maps ...
    [*] Rebuilding ELF headers.
    [*] File t saved!
    [*] Done!
    [*] Dettached.
  1. Exec the new created file
    whats@x61s:~/code/pd/skpd/src$ ./t
    t> open www.wekk.net 80
    Trying 64.22.71.90...
    Connected to www.wekk.net.
    Escape character is '^]'.

References:

skpd's People

Contributors

whatsbcn 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.