Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 559 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 559 Bytes

caddyshack

Website Cloner and Credential Harvester written in Go

Written by: Brennan Turner (@BLTSEC) Website: https://bltsec.ninja

Requirements

  • git
  • go
  • wget

Installation on macOS

brew install git
brew install go

Installation on Windows

choco install git.install
choco install golang

Usage

Build Binary

GOOS=linux go build -ldflags="-s -w" caddyshack.go

Run Binary

./caddyshack --url https://site.com --port 8006