Crates.io | brchd |
lib.rs | brchd |
version | 0.1.0 |
source | src |
created_at | 2020-04-03 02:00:54.742561 |
updated_at | 2020-11-13 03:08:46.878776 |
description | Data exfiltration toolkit |
homepage | |
repository | https://github.com/kpcyrd/brchd |
max_upload_size | |
id | 225719 |
size | 248,459 |
brchd -Hd drop/
brchd -vDd http://127.0.0.1:7070
brchd passwords.txt
brchd imgs/
brchd /var/log/*.log
brchd # attaches status monitor
brchd --wait # blocks until all pending uploads are done
brchd -d ./download/ https://ftp.example.com/some/folder/
apt install pkg-config libsodium-dev
pacman -S pkg-config libsodium
brew install pkg-config libsodium
There's basic windows support. You need to force a statically linked libsodium with:
cargo build --release --no-default-features --features=crypto,httpd,spider,native-tls
Running the receiver (-H
) on windows is considered insecure and highly
discouraged.