An open API service indexing awesome lists of open source software.

https://github.com/SpoofIMEI/Faucet

Easy to use encrypted cross platform GUI file stealer.
https://github.com/SpoofIMEI/Faucet

cybersecurity hacking red-team red-teaming wails

Last synced: about 1 month ago
JSON representation

Easy to use encrypted cross platform GUI file stealer.

Awesome Lists containing this project

README

        










### 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:
1.
```
git clone https://github.com/SpoofIMEI/Faucet
cd Faucet/server
go install github.com/wailsapp/wails/v2/cmd/wails@latest
~/go/bin/wails doctor
```
2. Install any missing dependencies.
3.
```
~/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: `:`.
* 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