Rouji / single_php_filehost

Simple Filehosting Page in a Single PHP File (obvious 0x0 clone)
ISC License
235 stars 35 forks source link

Use basic auth #7

Closed shalecraig closed 3 years ago

shalecraig commented 3 years ago

Context

This service is ripe for abuse.

Request

Require http basic auth instead of unauthenticated curls:

curl -u username:password https://

Rouji commented 3 years ago

Auth's not this script's job, imo.