verify.badges.cmmcab.org Open in urlscan Pro
65.9.71.75  Public Scan

URL: https://verify.badges.cmmcab.org/
Submission: On October 17 via automatic, source certstream-suspicious — Scanned from DE

Form analysis 1 forms found in the DOM

POST /results

<form class="form-horizontal badgeform" action="/results" method="post" id="submit" enctype="multipart/form-data">
  <!-- Form Name -->
  <legend>Badge Verification Request</legend>
  <fieldset>
    <!-- Text input-->
    <div class="form-group">
      <label class="col-md-4 control-label" for="data">Badge Object Reference Data</label>
      <div class="col-md-8">
        <input id="data" name="data" type="text" placeholder="http://example.org/assertions/abc..." class="badgeforminput form-control input-md" value="">
        <span class="help-block badgeforminput">Paste the URL of a badge object or its JSON or signed JWS data directly</span>
      </div>
    </div>
    <div class="col-md-4"></div>
    <div class="col-md-8"></div>
    <hr>
    <div class="form-group">
      <label class="col-md-4 control-label" for="data"><strong>Or upload a badge image</strong></label>
      <div class="col-md-8">
        <input name="image" class="btn btn-default badgeforminput" type="file">
        <p class="help-block badgeforminput">You may upload a <u><strong>baked badge image</strong></u> instead of pasting text input above.</p>
      </div>
    </div>
  </fieldset>
  <fieldset>
    <!-- Textarea -->
    <!-- <div class="form-group">
	<label class="col-md-4 control-label" for="profile">Expected Profile JSON (optional)</label>
	<div class="col-md-8">
		<textarea class="form-control badgeforminput" id="profile" name="profile" ></textarea>
		<span class="help-block badgeforminput">If you would like to check a recipient, enter a with keys for each identifier type you want to check. Multiple values for each type accepted.</span>
	</div>
</div> -->
    <div class="form-group">
      <label class="col-md-4 control-label" for="profiletype"><strong>Verify Recipient</strong>
        <span class="badge badge-info">optional</span>
      </label>
      <p class="badgeforminput col-md-8" style="font-size:80%;">Verify that the badge was awarded to a person or entity by entering their identifier.</p>
      <div class="row">
        <div class="col-sm-4">
          <select class="form-control" name="profiletype" id="identifier">
            <option value="email" selected="">email</option>
            <option value="name">name</option>
          </select>
        </div>
        <div class="col-sm-6">
          <input type="text" class="badgeforminput form-control input-md" id="profileDataInput">
        </div>
        <span class="help-block badgeforminput">If you would like to check a recipient, enter a key for each identifier type you want to check. Multiple values for each type accepted.</span>
      </div>
    </div>
    <input type="hidden" id="profile" name="profile">
  </fieldset>
  <input type="submit" class="btn btn-success" value="VERIFY" id="input-submit" style="float:right;" onclick="jsonify()">
  <script>
    function jsonify() {
      var e = document.getElementById("identifier");
      var profileType = e.options[e.selectedIndex].text;
      var profileData = document.getElementById("profileDataInput").value;
      if (profileData) {
        var profile = '{"' + profileType + '":"' + profileData + '"}'
        var x = document.getElementById('profile');
        x.value = profile;
      }
    }
  </script>
</form>

Text Content

CMMC-AB BADGE VALIDATOR


Badge Verification Request
Badge Object Reference Data
Paste the URL of a badge object or its JSON or signed JWS data directly



--------------------------------------------------------------------------------

Or upload a badge image

You may upload a baked badge image instead of pasting text input above.

Verify Recipient optional

Verify that the badge was awarded to a person or entity by entering their
identifier.

email name

If you would like to check a recipient, enter a key for each identifier type you
want to check. Multiple values for each type accepted.

Powered by CMMC Accredidation Body