-
Notifications
You must be signed in to change notification settings - Fork 254
Site Spoofing Configuration File
Chris King edited this page Jul 11, 2017
·
1 revision
Below is the template for FiercePhish's website spoofing package. The package should be a ZIP file containing all the folders and files you would like to host. In addition to the files you want to host, include the following yaml-format file in the root directory of the ZIP file:
Filename: package.fiercephish
Template:
name: PackageName # (string) PACKAGE NAME
author: PackageAuthor # (string) AUTHOR NAME
email: [email protected] # (string) AUTHOR EMAIL
url: https://website.com/package.zip # (string) PACKAGE URL
entry: first.txt # (filename) ENTRY FILE TO START AT
defaults:
notify: false # (true/false) Default all files to notify you of access?
notify:
first.txt: true # (filename): (true/false) Set notify for this specific file
second.txt: false # (filename): (true/false) Set notify for this specific file
folder/third.txt: true # (filename): (true/false) Set notify for this specific file
track:
folder/third.txt: uid # (filename): (tracker variable) Allow a "tracker variable" to track the user
second.txt: uid # (filename): (tracker variable) Allow a "tracker variable" to track the user
paths:
first.txt: newname.txt # (zip filename): (hosted filename) Change the name of the hosted file from the zip file contents