Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Latest commit

 

History

History
6 lines (5 loc) · 373 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 373 Bytes

Simple-Upload-Site

A very simple web app with a public list of files and an admin page to upload or sideload and delete the files again.

To set the password:

  • Generate and save a salt in a/login.php (I used lastpass password generator)
  • Append that salt to the end of your password and generate an SHA256 hash and save that in a/login.php (Google for a generator)