sliver

command
v1.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 6, 2020 License: GPL-3.0 Imports: 18 Imported by: 0

README

Sliver

This directory contains all of the Sliver implant code.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
3rdparty
BurntSushi/xgb
Package XGB provides the X Go Binding, which is a low-level API to communicate with the core X protocol and many of the X extensions.
Package XGB provides the X Go Binding, which is a low-level API to communicate with the core X protocol and many of the X extensions.
BurntSushi/xgb/bigreq
Package bigreq is the X client API for the BIG-REQUESTS extension.
Package bigreq is the X client API for the BIG-REQUESTS extension.
BurntSushi/xgb/composite
Package composite is the X client API for the Composite extension.
Package composite is the X client API for the Composite extension.
BurntSushi/xgb/damage
Package damage is the X client API for the DAMAGE extension.
Package damage is the X client API for the DAMAGE extension.
BurntSushi/xgb/dpms
Package dpms is the X client API for the DPMS extension.
Package dpms is the X client API for the DPMS extension.
BurntSushi/xgb/dri2
Package dri2 is the X client API for the DRI2 extension.
Package dri2 is the X client API for the DRI2 extension.
BurntSushi/xgb/examples
Package examples contains a few different use cases of XGB, like creating a window, reading properties, and querying for information about multiple heads using the Xinerama or RandR extensions.
Package examples contains a few different use cases of XGB, like creating a window, reading properties, and querying for information about multiple heads using the Xinerama or RandR extensions.
BurntSushi/xgb/examples/create-window command
Example create-window shows how to create a window, map it, resize it, and listen to structure and key events (i.e., when the window is resized by the window manager, or when key presses/releases are made when the window has focus).
Example create-window shows how to create a window, map it, resize it, and listen to structure and key events (i.e., when the window is resized by the window manager, or when key presses/releases are made when the window has focus).
BurntSushi/xgb/examples/get-active-window command
Example get-active-window reads the _NET_ACTIVE_WINDOW property of the root window and uses the result (a window id) to get the name of the window.
Example get-active-window reads the _NET_ACTIVE_WINDOW property of the root window and uses the result (a window id) to get the name of the window.
BurntSushi/xgb/examples/randr command
Example randr uses the randr protocol to get information about the active heads.
Example randr uses the randr protocol to get information about the active heads.
BurntSushi/xgb/examples/xinerama command
Example xinerama shows how to query the geometry of all active heads.
Example xinerama shows how to query the geometry of all active heads.
BurntSushi/xgb/ge
Package ge is the X client API for the Generic Event Extension extension.
Package ge is the X client API for the Generic Event Extension extension.
BurntSushi/xgb/glx
Package glx is the X client API for the GLX extension.
Package glx is the X client API for the GLX extension.
BurntSushi/xgb/randr
Package randr is the X client API for the RANDR extension.
Package randr is the X client API for the RANDR extension.
BurntSushi/xgb/record
Package record is the X client API for the RECORD extension.
Package record is the X client API for the RECORD extension.
BurntSushi/xgb/render
Package render is the X client API for the RENDER extension.
Package render is the X client API for the RENDER extension.
BurntSushi/xgb/res
Package res is the X client API for the X-Resource extension.
Package res is the X client API for the X-Resource extension.
BurntSushi/xgb/screensaver
Package screensaver is the X client API for the MIT-SCREEN-SAVER extension.
Package screensaver is the X client API for the MIT-SCREEN-SAVER extension.
BurntSushi/xgb/shape
Package shape is the X client API for the SHAPE extension.
Package shape is the X client API for the SHAPE extension.
BurntSushi/xgb/shm
Package shm is the X client API for the MIT-SHM extension.
Package shm is the X client API for the MIT-SHM extension.
BurntSushi/xgb/xcmisc
Package xcmisc is the X client API for the XC-MISC extension.
Package xcmisc is the X client API for the XC-MISC extension.
BurntSushi/xgb/xevie
Package xevie is the X client API for the XEVIE extension.
Package xevie is the X client API for the XEVIE extension.
BurntSushi/xgb/xf86dri
Package xf86dri is the X client API for the XFree86-DRI extension.
Package xf86dri is the X client API for the XFree86-DRI extension.
BurntSushi/xgb/xf86vidmode
Package xf86vidmode is the X client API for the XFree86-VidModeExtension extension.
Package xf86vidmode is the X client API for the XFree86-VidModeExtension extension.
BurntSushi/xgb/xfixes
Package xfixes is the X client API for the XFIXES extension.
Package xfixes is the X client API for the XFIXES extension.
BurntSushi/xgb/xinerama
Package xinerama is the X client API for the XINERAMA extension.
Package xinerama is the X client API for the XINERAMA extension.
BurntSushi/xgb/xprint
Package xprint is the X client API for the XpExtension extension.
Package xprint is the X client API for the XpExtension extension.
BurntSushi/xgb/xproto
Package xproto is the X client API for the extension.
Package xproto is the X client API for the extension.
BurntSushi/xgb/xselinux
Package xselinux is the X client API for the SELinux extension.
Package xselinux is the X client API for the SELinux extension.
BurntSushi/xgb/xtest
Package xtest is the X client API for the XTEST extension.
Package xtest is the X client API for the XTEST extension.
BurntSushi/xgb/xv
Package xv is the X client API for the XVideo extension.
Package xv is the X client API for the XVideo extension.
BurntSushi/xgb/xvmc
Package xvmc is the X client API for the XVideo-MotionCompensation extension.
Package xvmc is the X client API for the XVideo-MotionCompensation extension.
gen2brain/shm
Package shm implements System V shared memory functions (shmctl, shmget, shmat, shmdt).
Package shm implements System V shared memory functions (shmctl, shmget, shmat, shmdt).
kbinani/screenshot
Package screenshot captures screen-shot image as image.RGBA.
Package screenshot captures screen-shot image as image.RGBA.
winio/pkg/etw
Package etw provides support for TraceLogging-based ETW (Event Tracing for Windows).
Package etw provides support for TraceLogging-based ETW (Event Tracing for Windows).
winio/pkg/etw/sample command
Shows a sample usage of the ETW logging package.
Shows a sample usage of the ETW logging package.
winio/pkg/guid
Package guid provides a GUID type.
Package guid provides a GUID type.
winio/wim
Package wim implements a WIM file parser.
Package wim implements a WIM file parser.
winio/wim/lzx
Package lzx implements a decompressor for the the WIM variant of the LZX compression algorithm.
Package lzx implements a decompressor for the the WIM variant of the LZX compression algorithm.
Package proxy allows you to retrieve a system configured proxy for a given protocol and target URL.
Package proxy allows you to retrieve a system configured proxy for a given protocol and target URL.
pty
Package pty provides functions for working with Unix terminals.
Package pty provides functions for working with Unix terminals.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL