17 lines
646 B
Bash
17 lines
646 B
Bash
# Title: Variables - knw_emails
|
|
# ID: knw_emails
|
|
# Author: Carlos Polop
|
|
# Last Update: 22-08-2023
|
|
# Description: Known email addresses
|
|
# License: GNU GPL
|
|
# Version: 1.0
|
|
# Functions Used:
|
|
# Global Variables:
|
|
# Initial Functions:
|
|
# Generated Global Variables: $knw_emails
|
|
# Fat linpeas: 0
|
|
# Small linpeas: 1
|
|
|
|
|
|
knw_emails=".*@aivazian.fsnet.co.uk|.*@angband.pl|.*@canonical.com|.*centos.org|.*debian.net|.*debian.org|.*@jff.email|.*kali.org|.*linux.it|.*@linuxia.de|.*@lists.debian-maintainers.org|.*@mit.edu|.*@oss.sgi.com|.*@qualcomm.com|.*redhat.com|.*ubuntu.com|.*@vger.kernel.org|mmyangfl@gmail.com|rogershimizu@gmail.com|thmarques@gmail.com"
|