Skip to main content

Inpection manhole for python applications. Connection is done via unix domain sockets.

Project description

Manhole is a python daemon thread that will accept unix domain socket connections and present the stacktraces for all threads and an interactive prompt.

Access to the socket is restricted to the application’s effective user id or root.

Usage:

import manhole
manhole.install() # this will start the daemon thread

Now in a shell you can do either of these:

netcat -U /tmp/manhole-1234
socat - unix-connect:/tmp/manhole-1234
socat readline unix-connect:/tmp/manhole-1234

Sample output:

$ nc -U /tmp/manhole-1234

Python 2.7.3 (default, Apr 10 2013, 06:20:15)
[GCC 4.6.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
(InteractiveConsole)
>>> dir()
['__builtins__', 'dump_stacktraces', 'os', 'socket', 'sys', 'traceback']
>>> print 'foobar'
foobar

Features

  • Uses unix domain sockets, only root or same effective user can connect.

  • Current implementation runs a daemon thread that waits for connection.

  • Lightweight: does not fiddle with your process’s singal handlers, settings, file descriptors, etc

  • Compatible with apps that fork, reinstalls the Manhole thread after fork - had to monkeypatch os.fork/os.forkpty for this.

What happens when you actually connect to the socket

  1. Credentials are checked (if it’s same user or root)

  2. sys.__std*__/sys.std* are be redirected to the UDS

  3. Stacktraces for each thread are written to the UDS

  4. REPL is started so you can fiddle with the process

Whishlist

  • Be compatible with eventlet/stackless (provide alternative implementation without thread)

  • More configurable (chose what sys.__std*__/sys.std* to patch on connect time)

Requirements

Not sure yet … maybe Python 2.6 and 2.7. Check Travis:

Build Status Coverage Status

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

manhole-0.1.2.tar.gz (8.3 kB view details)

Uploaded Source

File details

Details for the file manhole-0.1.2.tar.gz.

File metadata

  • Download URL: manhole-0.1.2.tar.gz
  • Upload date:
  • Size: 8.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for manhole-0.1.2.tar.gz
Algorithm Hash digest
SHA256 b3e21e4046b89f4bbf10e962f125a678a8824d8553784d3f9a5e12dad3e5a244
MD5 515f0bf4bba4da740dd168ec575fa000
BLAKE2b-256 94c9d981b13d20a58ce6a71df2f24412d4dd3ff761c50cb94df4159744254a29

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page