Skip to content

GemGeorge/SniperPhish-Docker

Repository files navigation

SniperPhish-Docker

This repo is form maintaining docker release of SniperPhish. If you are installing SniperPhish in dcoker, use this repo. If youa are installing SniperPhish in it's original form, then visit https://github.com/GemGeorge/SniperPhish

Docker Installation

  1. Create the folders mkdir -p {uploads/attachments,uploads/timages,ht_files,hf_files}
  2. Create db.php file with informations about DB data
<?php
  $curr_db = "sniperphish";
  $conn = mysqli_connect("db","root","root",$curr_db);

  if (mysqli_connect_errno()) {
    die("DB connection failed!");
  }
?>

More

Shoutouts

Come let's connect and collaborate

Join on our SniperPhish discord community to engage with us!

Donation

If this project help you 'Phish', you can give me a cup of coffee :)

bitcoin

About

Docker container for SniperPhish

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages