Skip to content

farisc0de/ProtectedPHPInfo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ProtectedPHPInfo

PHP Info with Password Protection

Features

  1. User management through JSON File
  2. Password Hashed for each user
  3. Secure Login Page

Default User

  1. Username: admin
  2. Password: admin

How to add a new user


{
  "users": [
    ...
    {
      "id": 2,
      "username": "admin",
      "password": password_hash("admin")
    }
  ]
}

Screenshot

image

License

MIT

About

PHP Info with Password Protection

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages