2017 © Pedro Peláez
 

library dangerous_usernames

A list of dangerous usernames

image

caseyamcl/dangerous_usernames

A list of dangerous usernames

  • Tuesday, July 17, 2018
  • by caseyamcl
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Dangerous Usernames

Latest Version on Packagist ![Software License][ico-license] Total Downloads, (*1)

This is simply a list dangerous usernames that you can include in your project. It was inspired by this article., (*2)

It comes with a composer.json file and DangerousUserNames class for easy inclusion in PHP projects. But, since it is simply a txt file, you can use it with any platform., (*3)

Install

Via Composer:, (*4)

``` bash $ composer require caseyamcl/dangerous_usernames, (*5)


Or, use whatever programming language you want to open the textfile and read the contents into a list/array (one item per line). ## Usage ``` php use DangerousUserNames\DangerousUserNames; // string[] $dangerousNames = new DangerousUserNames(); $dangerousNames->inList('admin'); // case-insensitive $dangerousNames->inList('ADMIN', true); // case-sensitive

Contributing

Pull requests are welcome! If you have any user names to add, please do so in alphabetical order., (*6)

Credits

License

The MIT License (MIT). Please see License File for more information., (*7)

The Versions

17/07 2018

dev-master

9999999-dev https://github.com/caseyamcl/dangerous_usernames

A list of dangerous usernames

  Sources   Download

MIT

The Requires

  • php ^5.3|^7.0

 

The Development Requires

authentication security blacklist caseyamcl dangerous dangerous_usernames seclist usernames

17/07 2018

v1.0

1.0.0.0 https://github.com/caseyamcl/dangerous_usernames

A list of dangerous usernames

  Sources   Download

MIT

The Requires

  • php ^5.3|^7.0

 

The Development Requires

authentication security blacklist caseyamcl dangerous dangerous_usernames seclist usernames