From 81f10379aa6de8da03ea9553d54252435a48dbea Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Wed, 16 Oct 2019 10:36:14 -0600 Subject: Initial commit --- constants.py | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 constants.py (limited to 'constants.py') diff --git a/constants.py b/constants.py new file mode 100644 index 0000000..4489d98 --- /dev/null +++ b/constants.py @@ -0,0 +1,27 @@ +"""Constants for refactored script.""" +PASSLIST = ( + "password=", + "Password=", + "pass=", + "Pass=", + "pwd=", + "PWD=", + "secret=", +) +USERLIST = ( + "user=", + "User=", + "username=", + "Username=", + "usr=", + "login=", + "Login=", + "name=", + "Name=", + "email=", + "Email=", + "auth", + "Auth", + "log=", + "Log=", +) -- cgit v1.2.3