Skip to content

Check if specified person has valid (ISC)2 credentials

License

Notifications You must be signed in to change notification settings

jimscard/isc2chk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#!/bin/bash
# ---isc2chk.sh
# Script takes person's name and (ISC)2 ID number and checks their status
# using the (ISC)2 Member verification page. The results aren't formatted, but
# contains their name and an array of certifications that they have. If the 
# person hasn't been verified yet, the certification array will be empty.
# if it's available, the output is run through jq to pretty it up a bit.
#
# Based on the curl command provided by u/AsterisK86 in a post on Reddit: 
#         https://www.reddit.com/r/cissp/comments/bzbpqr/cissp_endorsement_curl_postman_request/
#
# Script by Jim Scardelis u/jimscard
#

About

Check if specified person has valid (ISC)2 credentials

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages