muraena

command module
v0.1.3 Latest Latest
Warning

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

Go to latest
Published: Nov 20, 2019 License: BSD-3-Clause Imports: 11 Imported by: 0

README

Muraena Logo
help us with a logo

Release Software License Go Report Card

Muraena is an almost-transparent reverse proxy aimed at automating phishing and post-phishing activities.

The tool re-implements the 15-years old idea of using a custom reverse proxy to dynamically interact with the origin to be targeted, rather than maintaining and serving static pages.

Written in Go, Muraena does not use slow-regexes to do replacement magic, and embeds a crawler (Colly) that helps determining in advance which resource should be proxied.

Muraena does the bare minimum to grep/replace origins in request/responses: this means that for complex origins extra manual analysis might be required to tune the auto-generated JSON configuration file. Hence, do not expect the reverse proxy to work straight out of the box for complex origins.

The config folder has some examples of custom replacements needed on complex origins likes GSuite, Dropbox, GitHub and others.

Documentation

The project is documented in the Wiki here.

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request 🤩

See the list of contributors who participated in this project.

License

Muraena is made with ❤️ by the dev team and it's released under the Software License.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
Package core contains basic utility functions.
Package core contains basic utility functions.
Package log contains an interface to logging system
Package log contains an interface to logging system
Package module contains muraena modules.
Package module contains muraena modules.
statichttp
Package statichttp serves simple HTTP server
Package statichttp serves simple HTTP server
NOTE: This version has been modified for the Muraena needs, for instance removing the X-Forwarded-For header
NOTE: This version has been modified for the Muraena needs, for instance removing the X-Forwarded-For header
Package session contains code to manage the interactive session, modules, environment, etc.
Package session contains code to manage the interactive session, modules, environment, etc.

Jump to

Keyboard shortcuts

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