codered.samcart.com
Open in
urlscan Pro
99.83.253.99
Public Scan
URL:
https://codered.samcart.com/products/the-ultimate-cybersecurity-skills-pack/?coupon=NEWYEARNEWYOU
Submission: On February 24 via manual from IN — Scanned from DE
Submission: On February 24 via manual from IN — Scanned from DE
Form analysis
1 forms found in the DOMName: paymentForm —
<form id="paymentForm" name="paymentForm" class="ng-pristine ng-invalid ng-invalid-required ng-valid-email" novalidate="novalidate">
<div class="pt-md-36 pt-sm-28 pt-20 pb-sm-40 pb-24 px-md-56 px-sm-24 px-16">
<h3 class="tpl-2__checkout__title mb-sm-28 mb-16">Payment Information</h3>
<h4 class="tpl-2__checkout__subtitle mb-sm-20 mb-16">Contact</h4>
<div class="row mobile-display">
<div class="col-sm-6 col-12">
<div class="form-group d-flex flex-column">
<input type="text" class="form-control order-2 ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" autofill="" id="fname" name="fname" ng-model="order.customer.first_name" required="" spellcheck="false" value=""
autocomplete="given-name">
<label for="fname" class="order-1">First Name</label>
</div>
</div>
<div class="col-sm-6 col-12">
<div class="form-group d-flex flex-column">
<input type="text" class="form-control order-2 ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" autofill="" id="lname" name="lname" ng-model="order.customer.last_name" required="" spellcheck="false" value=""
autocomplete="family-name">
<label for="lname" class="order-1">Last Name</label>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-6 col-12">
<div class="form-group d-flex flex-column">
<input type="email" class="form-control form-control--icon form-control--email order-2 ng-pristine ng-untouched ng-empty ng-valid-email ng-invalid ng-invalid-required" autofill="" id="email" name="email" ng-model="order.customer.email"
required="" spellcheck="false" value="" autocomplete="email">
<label for="email" class="order-1">Email Address</label>
</div>
</div>
<div class="col-sm-6 col-12">
<!-- ngIf: checkoutState.product.properties.phone_number_field -->
</div>
</div>
<h4 class="tpl-2__checkout__subtitle mt-sm-12 mb-16">Coupon Code</h4>
<div class="tpl-2__checkout__coupon bg-light mb-sm-36 mb-20 p-sm-16 p-8 rounded">
<div class="row align-items-sm-center mx-n8">
<div class="col-sm-6 col-12">
<div class="form-group mb-sm-0">
<input type="text" class="form-control ng-pristine ng-untouched ng-valid ng-not-empty" placeholder="Coupon Code" id="coupon" name="coupon" ng-model="coupon_code">
</div>
</div>
<div class="col-sm-auto col-12 px-8">
<!-- ngIf: coupon_message.text == '' -->
<!-- ngIf: coupon_message.text !== '' --><button type="button" class="btn btn-sm btn-primary ng-scope" ng-if="coupon_message.text !== ''" ng-click="deleteCoupon()">Remove</button><!-- end ngIf: coupon_message.text !== '' -->
</div>
<div class="col-sm col-12 px-8 mt-sm-0 mt-8">
<!-- ngIf: coupon_message.text !== '' -->
<p ng-if="coupon_message.text !== ''" class="ng-binding ng-scope">Coupon applied successfully to your Order. </p><!-- end ngIf: coupon_message.text !== '' -->
</div>
</div>
</div>
<div class="row">
</div>
<h4 class="tpl-2__checkout__subtitle mt-sm-12 mb-16">Payment Methods</h4>
<div id="payments" class="rounded mb-sm-40 mb-24 mx-sm-0 mx-n16 bg-light">
<div class="tpl-2__checkout__payment position-relative" ng-show="canMakePaymentResult">
<div class="custom-control custom-radio p-0 mb-0">
<input type="radio" id="digitalWalletRadio" name="paymentMethods" data-toggle="collapse" data-target="#digital-wallets:not(.show)" class="custom-control-input" ng-click="setPaymentType('digital_wallet')">
<label class="d-block custom-control-label pl-sm-56 pl-48 pr-16 py-20" for="digitalWalletRadio">
<svg ng-show="canMakePaymentResult.applePay" class="apple-pay ng-hide">
<use xlink:href="#apple-pay"></use>
</svg>
<svg ng-show="canMakePaymentResult && isChrome" class="google-pay">
<use xlink:href="#google-pay"></use>
</svg>
<svg ng-show="canMakePaymentResult && isEdge" class="microsoft-pay ng-hide">
<use xlink:href="#microsoft-pay"></use>
</svg>
</label>
</div>
<div id="digital-wallets" class="collapse" data-parent="#payments"></div>
</div>
<div class="tpl-2__checkout__payment position-relative">
<div class="custom-control custom-radio p-0 mb-0">
<input type="radio" id="creditCardRadio" name="paymentMethods" data-toggle="collapse" data-target="#cards:not(.show)" class="custom-control-input" ng-click="setPaymentType('cc_processor')" aria-expanded="true" checked="">
<label class="custom-control-label d-flex justify-content-sm-start justify-content-between align-items-center pl-sm-56 pl-48 pr-16 py-20" for="creditCardRadio">
<img class="mastercard" src="https://d2n844f18s487r.cloudfront.net/modules/frontend/img/payment/mastercard-modern.svg" alt="mastercard modern">
<img class="visa" src="https://d2n844f18s487r.cloudfront.net/modules/frontend/img/payment/visa-modern.svg" alt="visa modern">
<img class="discover" src="https://d2n844f18s487r.cloudfront.net/modules/frontend/img/payment/discover-modern.svg" alt="discover modern">
<img class="amex" src="https://d2n844f18s487r.cloudfront.net/modules/frontend/img/payment/amex-modern.svg" alt="amex modern">
<img class="diners" src="https://d2n844f18s487r.cloudfront.net/modules/frontend/img/payment/diners-modern.svg" alt="diners modern">
<img class="jcb" src="https://d2n844f18s487r.cloudfront.net/modules/frontend/img/payment/jcb-modern.svg" alt="jcb modern">
</label>
</div>
<div id="cards" class="collapse show " data-parent="#payments">
<!-- ngIf: processor_selection == 'cc_processor' -->
<div class="payment-form cc-processor-form stripe-processor-form ng-scope" ng-if="processor_selection == 'cc_processor'">
<div class="form-group">
<div class="card-num-row row">
<div class="col-md-12 card-num-col">
<label for="card-number" class="ccnum-label stripe-label">
<span class="ccnum-label-text"> Credit Card Number </span>
<span class="ccnum-label-colon"><span class="ccnum-label-asterisk">*</span>:</span>
</label>
<stripe-element id="card-number" placeholder="Card Number" instance="cardNumber" class="ccnum stripe-input ng-isolate-scope">
<div stripe-element-decorator="" class="StripeElement empty">
<div class="__PrivateStripeElement"
style="margin: 0px !important; padding: 0px !important; border: none !important; display: block !important; background: transparent !important; position: relative !important; opacity: 1 !important;"><iframe
name="__privateStripeFrame5555" frameborder="0" allowtransparency="true" scrolling="no" allow="payment *"
src="https://js.stripe.com/v3/elements-inner-card-c31b55cdac01525fa24103b25576603d.html#fonts[0][family]=TextaAlt&fonts[0][src]=url('https%3A%2F%2Fsamcart.com%2Fmodules%2Fshared%2Ffonts%2FTextaAlt.ttf')&fonts[0][__resolveFontRelativeTo]=https%3A%2F%2Fcodered.samcart.com%2Fproducts%2Fthe-ultimate-cybersecurity-skills-pack%2F%3Fcoupon%3DNEWYEARNEWYOU&wait=false&mids[guid]=NA&mids[muid]=NA&mids[sid]=NA&style[base][color]=%231D1E1E&style[base][fontWeight]=400&style[base][fontFamily]=Roboto%2C+sans-serif&style[base][fontSize]=18px&style[base][::placeholder][color]=%236c757d&style[invalid][color]=%23FE435A&placeholder=Card+Number&rtl=false&componentName=cardNumber&keyMode=live&apiKey=pk_live_51DeJOQCUEx1qvkgg4UIf7evOQh48SZXbciKpO3p7PIMLmxnHNhQ1d8ms1qcLJKm0s2lC81DIJ4eJ2cmiSLgMFVRt00LJvWiFrg&referrer=https%3A%2F%2Fcodered.samcart.com%2Fproducts%2Fthe-ultimate-cybersecurity-skills-pack%2F%3Fcoupon%3DNEWYEARNEWYOU&controllerId=__privateStripeController5551"
title="Secure card number input frame"
style="border: none !important; margin: 0px !important; padding: 0px !important; width: 1px !important; min-width: 100% !important; overflow: hidden !important; display: block !important; user-select: none !important; transform: translate(0px) !important; color-scheme: normal !important; height: 21.6px;"></iframe><input
class="__PrivateStripeElement-input" aria-hidden="true" aria-label=" " autocomplete="false" maxlength="1"
style="border: none !important; display: block !important; position: absolute !important; height: 1px !important; top: -1px !important; left: 0px !important; padding: 0px !important; margin: 0px !important; width: 100% !important; opacity: 0 !important; background: transparent !important; pointer-events: none !important; font-size: 16px !important;">
</div>
</div>
</stripe-element>
<div id="ccnum-error" class="error ng-binding" for="card-number"></div>
</div>
</div>
</div>
<div class="form-group">
<div class="extra-row row mobile-display">
<div class="exp-col col-md-6">
<label class="exp-label">
<span class="exp-label-date"> Expiration <span class="exp-label-asterisk">*</span></span>: </label>
<stripe-element id="card-expiry" class="stripe ng-isolate-scope" instance="cardExpiry">
<div stripe-element-decorator="" class="StripeElement empty">
<div class="__PrivateStripeElement"
style="margin: 0px !important; padding: 0px !important; border: none !important; display: block !important; background: transparent !important; position: relative !important; opacity: 1 !important;"><iframe
name="__privateStripeFrame5556" frameborder="0" allowtransparency="true" scrolling="no" allow="payment *"
src="https://js.stripe.com/v3/elements-inner-card-c31b55cdac01525fa24103b25576603d.html#fonts[0][family]=TextaAlt&fonts[0][src]=url('https%3A%2F%2Fsamcart.com%2Fmodules%2Fshared%2Ffonts%2FTextaAlt.ttf')&fonts[0][__resolveFontRelativeTo]=https%3A%2F%2Fcodered.samcart.com%2Fproducts%2Fthe-ultimate-cybersecurity-skills-pack%2F%3Fcoupon%3DNEWYEARNEWYOU&wait=false&mids[guid]=NA&mids[muid]=NA&mids[sid]=NA&style[base][color]=%231D1E1E&style[base][fontWeight]=400&style[base][fontFamily]=Roboto%2C+sans-serif&style[base][fontSize]=18px&style[base][::placeholder][color]=%236c757d&style[invalid][color]=%23FE435A&placeholder=MM+%2F+YY&rtl=false&componentName=cardExpiry&keyMode=live&apiKey=pk_live_51DeJOQCUEx1qvkgg4UIf7evOQh48SZXbciKpO3p7PIMLmxnHNhQ1d8ms1qcLJKm0s2lC81DIJ4eJ2cmiSLgMFVRt00LJvWiFrg&referrer=https%3A%2F%2Fcodered.samcart.com%2Fproducts%2Fthe-ultimate-cybersecurity-skills-pack%2F%3Fcoupon%3DNEWYEARNEWYOU&controllerId=__privateStripeController5551"
title="Secure expiration date input frame"
style="border: none !important; margin: 0px !important; padding: 0px !important; width: 1px !important; min-width: 100% !important; overflow: hidden !important; display: block !important; user-select: none !important; transform: translate(0px) !important; color-scheme: normal !important; height: 21.6px;"></iframe><input
class="__PrivateStripeElement-input" aria-hidden="true" aria-label=" " autocomplete="false" maxlength="1"
style="border: none !important; display: block !important; position: absolute !important; height: 1px !important; top: -1px !important; left: 0px !important; padding: 0px !important; margin: 0px !important; width: 100% !important; opacity: 0 !important; background: transparent !important; pointer-events: none !important; font-size: 16px !important;">
</div>
</div>
</stripe-element>
<div id="ccexpiry-error" class="error ng-binding" for="card-expiry"></div>
</div>
<div class="cvv-col col-md-6">
<label class="CVV2-label">
<span class="CVV-label-text"> CVV </span>
<span class="CVV-label-asterisk">*</span>: </label>
<stripe-element id="card-cvc" instance="cardCvc" class="ng-isolate-scope">
<div stripe-element-decorator="" class="StripeElement empty">
<div class="__PrivateStripeElement"
style="margin: 0px !important; padding: 0px !important; border: none !important; display: block !important; background: transparent !important; position: relative !important; opacity: 1 !important;"><iframe
name="__privateStripeFrame5557" frameborder="0" allowtransparency="true" scrolling="no" allow="payment *"
src="https://js.stripe.com/v3/elements-inner-card-c31b55cdac01525fa24103b25576603d.html#fonts[0][family]=TextaAlt&fonts[0][src]=url('https%3A%2F%2Fsamcart.com%2Fmodules%2Fshared%2Ffonts%2FTextaAlt.ttf')&fonts[0][__resolveFontRelativeTo]=https%3A%2F%2Fcodered.samcart.com%2Fproducts%2Fthe-ultimate-cybersecurity-skills-pack%2F%3Fcoupon%3DNEWYEARNEWYOU&wait=false&mids[guid]=NA&mids[muid]=NA&mids[sid]=NA&style[base][color]=%231D1E1E&style[base][fontWeight]=400&style[base][fontFamily]=Roboto%2C+sans-serif&style[base][fontSize]=18px&style[base][::placeholder][color]=%236c757d&style[invalid][color]=%23FE435A&placeholder=CVC&rtl=false&componentName=cardCvc&keyMode=live&apiKey=pk_live_51DeJOQCUEx1qvkgg4UIf7evOQh48SZXbciKpO3p7PIMLmxnHNhQ1d8ms1qcLJKm0s2lC81DIJ4eJ2cmiSLgMFVRt00LJvWiFrg&referrer=https%3A%2F%2Fcodered.samcart.com%2Fproducts%2Fthe-ultimate-cybersecurity-skills-pack%2F%3Fcoupon%3DNEWYEARNEWYOU&controllerId=__privateStripeController5551"
title="Secure CVC input frame"
style="border: none !important; margin: 0px !important; padding: 0px !important; width: 1px !important; min-width: 100% !important; overflow: hidden !important; display: block !important; user-select: none !important; transform: translate(0px) !important; color-scheme: normal !important; height: 21.6px;"></iframe><input
class="__PrivateStripeElement-input" aria-hidden="true" aria-label=" " autocomplete="false" maxlength="1"
style="border: none !important; display: block !important; position: absolute !important; height: 1px !important; top: -1px !important; left: 0px !important; padding: 0px !important; margin: 0px !important; width: 100% !important; opacity: 0 !important; background: transparent !important; pointer-events: none !important; font-size: 16px !important;">
</div>
</div>
</stripe-element>
<div id="ccncvc-error" class="error ng-binding" for="card-cvc"></div>
</div>
</div>
</div>
<!-- ngIf: isVerifyZipCode -->
</div><!-- end ngIf: processor_selection == 'cc_processor' -->
</div>
</div>
</div>
<div class="v2-horizontal-compact-container">
<div class="order-bump-wrapper">
<div class="order-bump-container" ng-style="{'background-color': resolveOrderBumpBackgroundColor(), 'border': resolveOrderBumpBorderStyle()}" style="background-color: rgb(251, 248, 235); border: 2px dashed rgb(255, 79, 90);">
<div class="custom-control custom-checkbox">
<input type="checkbox" class="custom-control-input" ng-checked="order_bumps.has(558376)" id="order_bump_Practical Hardware Pentesting" ng-click="toggleOrderBumps(588554, 558376, false, false)">
<label class="custom-control-label" for="order_bump_Practical Hardware Pentesting" ng-style="{'--color':resolveOrderBumpPriceColor()}" style="--color:#FF4F5A;"></label>
</div>
<div class="content">
<div class="header-content" ng-style="{'color': resolveOrderBumpTextColor()}" style="color: rgb(2, 27, 49);">
<div class="order-bump-headline">
<p ng-style="{'color': resolveOrderBumpHeadlineColor()}" class="h1" style="color: rgb(255, 79, 90);">Practical Hardware Pentesting</p>
</div>
<div class="order-bump-description">
<div class="OutlineElement Ltr SCXW6733321 BCX8"
style="margin: 0px; padding: 0px; user-select: text; -webkit-user-drag: none; -webkit-tap-highlight-color: transparent; overflow: visible; cursor: text; clear: both; position: relative; direction: ltr; font-family: "Segoe UI", "Segoe UI Web", Arial, Verdana, sans-serif; font-size: 12px;">
<p class="Paragraph SCXW6733321 BCX8" paraid="1993834155" paraeid="{bc055d4e-7d90-46fe-9d7d-c8909c7656aa}{97}"
style="margin-bottom: 0px; padding: 0px; user-select: text; -webkit-user-drag: none; -webkit-tap-highlight-color: transparent; overflow-wrap: break-word; white-space: pre-wrap; vertical-align: baseline; font-kerning: none; background-color: transparent; color: windowtext;">
<span data-contrast="auto" xml:lang="EN-US" lang="EN-US" class="TextRun SCXW6733321 BCX8"
style="margin: 0px; padding: 0px; user-select: text; -webkit-user-drag: none; -webkit-tap-highlight-color: transparent; font-variant-ligatures: none !important; font-size: 11pt; line-height: 19.425px; font-family: Calibri, Calibri_EmbeddedFont, Calibri_MSFontService, sans-serif;"><span
class="NormalTextRun SCXW6733321 BCX8" style="margin: 0px; padding: 0px; user-select: text; -webkit-user-drag: none; -webkit-tap-highlight-color: transparent;">Through practical lessons, p</span><span
class="NormalTextRun SCXW6733321 BCX8" style="margin: 0px; padding: 0px; user-select: text; -webkit-user-drag: none; -webkit-tap-highlight-color: transparent;">rogressively learn how to break all the security barriers you
might find when </span><span class="NormalTextRun SpellingErrorV2 SCXW6733321 BCX8"
style="margin: 0px; padding: 0px; user-select: text; -webkit-user-drag: none; -webkit-tap-highlight-color: transparent; background-repeat: repeat-x; background-position: left bottom; background-image: var(--urlSpellingErrorV2,url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNXB4IiBoZWlnaHQ9IjRweCIgdmlld0JveD0iMCAwIDUgNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTYuMiAoODE2NzIpIC0gaHR0cHM6Ly9za2V0Y2guY29tIC0tPgogICAgPHRpdGxlPnNwZWxsaW5nX3NxdWlnZ2xlPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGcgaWQ9IkZsYWdzIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTAxMC4wMDAwMDAsIC0yOTYuMDAwMDAwKSIgaWQ9InNwZWxsaW5nX3NxdWlnZ2xlIj4KICAgICAgICAgICAgPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAxMC4wMDAwMDAsIDI5Ni4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0wLDMgQzEuMjUsMyAxLjI1LDEgMi41LDEgQzMuNzUsMSAzLjc1LDMgNSwzIiBpZD0iUGF0aCIgc3Ryb2tlPSIjRUIwMDAwIiBzdHJva2Utd2lkdGg9IjEiPjwvcGF0aD4KICAgICAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHg9IjAiIHk9IjAiIHdpZHRoPSI1IiBoZWlnaHQ9IjQiPjwvcmVjdD4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+")); border-bottom: 1px solid transparent;">pentesting</span><span
class="NormalTextRun SCXW6733321 BCX8" style="margin: 0px; padding: 0px; user-select: text; -webkit-user-drag: none; -webkit-tap-highlight-color: transparent;"> real hardware products and solutions</span><span
class="NormalTextRun SCXW6733321 BCX8" style="margin: 0px; padding: 0px; user-select: text; -webkit-user-drag: none; -webkit-tap-highlight-color: transparent;"> with this </span><span class="NormalTextRun SCXW6733321 BCX8"
style="margin: 0px; padding: 0px; user-select: text; -webkit-user-drag: none; -webkit-tap-highlight-color: transparent;">4-hour </span><span class="NormalTextRun SCXW6733321 BCX8"
style="margin: 0px; padding: 0px; user-select: text; -webkit-user-drag: none; -webkit-tap-highlight-color: transparent;">premium course. </span></span><span class="EOP SCXW6733321 BCX8"
data-ccp-props="{"201341983":0,"335559739":160,"335559740":259}"
style="margin: 0px; padding: 0px; user-select: text; -webkit-user-drag: none; -webkit-tap-highlight-color: transparent; font-size: 11pt; line-height: 19.425px; font-family: Calibri, Calibri_EmbeddedFont, Calibri_MSFontService, sans-serif;"> </span>
</p>
<p class="Paragraph SCXW6733321 BCX8" paraid="1993834155" paraeid="{bc055d4e-7d90-46fe-9d7d-c8909c7656aa}{97}"
style="margin-bottom: 0px; padding: 0px; user-select: text; -webkit-user-drag: none; -webkit-tap-highlight-color: transparent; overflow-wrap: break-word; white-space: pre-wrap; vertical-align: baseline; font-kerning: none; background-color: transparent; color: windowtext;">
<span class="EOP SCXW6733321 BCX8" data-ccp-props="{"201341983":0,"335559739":160,"335559740":259}"
style="margin: 0px; padding: 0px; user-select: text; -webkit-user-drag: none; -webkit-tap-highlight-color: transparent; font-size: 11pt; line-height: 19.425px; font-family: Calibri, Calibri_EmbeddedFont, Calibri_MSFontService, sans-serif;"><br></span>
</p>
</div>
<div class="OutlineElement Ltr SCXW6733321 BCX8"
style="margin: 0px; padding: 0px; user-select: text; -webkit-user-drag: none; -webkit-tap-highlight-color: transparent; overflow: visible; cursor: text; clear: both; position: relative; direction: ltr; font-family: "Segoe UI", "Segoe UI Web", Arial, Verdana, sans-serif; font-size: 12px;">
<p class="Paragraph SCXW6733321 BCX8" paraid="1351402337" paraeid="{c419d0a6-dc14-4920-baf5-aa63563abf00}{74}"
style="margin-bottom: 0px; padding: 0px; user-select: text; -webkit-user-drag: none; -webkit-tap-highlight-color: transparent; overflow-wrap: break-word; white-space: pre-wrap; vertical-align: baseline; font-kerning: none; background-color: transparent; color: windowtext;">
<span data-contrast="auto" xml:lang="EN-US" lang="EN-US" class="TextRun SCXW6733321 BCX8"
style="margin: 0px; padding: 0px; user-select: text; -webkit-user-drag: none; -webkit-tap-highlight-color: transparent; font-variant-ligatures: none !important; font-size: 11pt; line-height: 19.425px; font-family: Calibri, Calibri_EmbeddedFont, Calibri_MSFontService, sans-serif; font-weight: bold;">You
will get access to this one-time offer only on this page! </span><span class="EOP SCXW6733321 BCX8" data-ccp-props="{"201341983":0,"335559739":160,"335559740":259}"
style="margin: 0px; padding: 0px; user-select: text; -webkit-user-drag: none; -webkit-tap-highlight-color: transparent; font-size: 11pt; line-height: 19.425px; font-family: Calibri, Calibri_EmbeddedFont, Calibri_MSFontService, sans-serif;"> </span>
</p>
</div>
</div>
</div>
<div class="bump-content">
<div class="pricing">
<div ng-style="{'color': resolveOrderBumpPriceColor()}" style="color: rgb(255, 79, 90);">
<strong class="ng-binding">$9.99</strong>
<strike class="ng-binding">$19.99</strike>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="order-bump-wrapper">
<div class="order-bump-container" ng-style="{'background-color': resolveOrderBumpBackgroundColor(), 'border': resolveOrderBumpBorderStyle()}" style="background-color: rgb(251, 248, 235); border: 2px dashed rgb(255, 79, 90);">
<div class="custom-control custom-checkbox">
<input type="checkbox" class="custom-control-input" ng-checked="order_bumps.has(588545)" id="order_bump_Applied Threat Hunting" ng-click="toggleOrderBumps(588554, 588545, false, false)">
<label class="custom-control-label" for="order_bump_Applied Threat Hunting" ng-style="{'--color':resolveOrderBumpPriceColor()}" style="--color:#FF4F5A;"></label>
</div>
<div class="content">
<div class="header-content" ng-style="{'color': resolveOrderBumpTextColor()}" style="color: rgb(2, 27, 49);">
<div class="order-bump-headline">
<p ng-style="{'color': resolveOrderBumpHeadlineColor()}" class="h1" style="color: rgb(255, 79, 90);">Applied Threat Hunting</p>
</div>
<div class="order-bump-description">
<div class="OutlineElement Ltr SCXW160000941 BCX8"
style="margin: 0px; padding: 0px; user-select: text; -webkit-user-drag: none; -webkit-tap-highlight-color: transparent; overflow: visible; cursor: text; clear: both; position: relative; direction: ltr; font-family: "Segoe UI", "Segoe UI Web", Arial, Verdana, sans-serif; font-size: 12px;">
<p class="Paragraph SCXW160000941 BCX8" paraid="2115862012" paraeid="{4541bc83-3767-435e-a1a7-2b29e6ca1668}{181}"
style="margin-bottom: 0px; padding: 0px; user-select: text; -webkit-user-drag: none; -webkit-tap-highlight-color: transparent; overflow-wrap: break-word; white-space: pre-wrap; vertical-align: baseline; font-kerning: none; background-color: transparent; color: windowtext;">
<span data-contrast="auto" xml:lang="EN-US" lang="EN-US" class="TextRun SCXW160000941 BCX8"
style="margin: 0px; padding: 0px; user-select: text; -webkit-user-drag: none; -webkit-tap-highlight-color: transparent; font-variant-ligatures: none !important; font-size: 11pt; line-height: 19.425px; font-family: Calibri, Calibri_EmbeddedFont, Calibri_MSFontService, sans-serif;"><span
class="NormalTextRun SCXW160000941 BCX8" style="margin: 0px; padding: 0px; user-select: text; -webkit-user-drag: none; -webkit-tap-highlight-color: transparent;">Gain the </span><span class="NormalTextRun SCXW160000941 BCX8"
style="margin: 0px; padding: 0px; user-select: text; -webkit-user-drag: none; -webkit-tap-highlight-color: transparent;">skills and knowledge to</span><span class="NormalTextRun SCXW160000941 BCX8"
style="margin: 0px; padding: 0px; user-select: text; -webkit-user-drag: none; -webkit-tap-highlight-color: transparent;"> </span><span class="NormalTextRun SCXW160000941 BCX8"
style="margin: 0px; padding: 0px; user-select: text; -webkit-user-drag: none; -webkit-tap-highlight-color: transparent;">Investigat</span><span class="NormalTextRun SCXW160000941 BCX8"
style="margin: 0px; padding: 0px; user-select: text; -webkit-user-drag: none; -webkit-tap-highlight-color: transparent;">e</span><span class="NormalTextRun SCXW160000941 BCX8"
style="margin: 0px; padding: 0px; user-select: text; -webkit-user-drag: none; -webkit-tap-highlight-color: transparent;">, detect, and defend your systems against modern threats</span><span
class="NormalTextRun SCXW160000941 BCX8" style="margin: 0px; padding: 0px; user-select: text; -webkit-user-drag: none; -webkit-tap-highlight-color: transparent;"> with this 4-hour premium course. </span></span><span
class="EOP SCXW160000941 BCX8" data-ccp-props="{"201341983":0,"335559739":160,"335559740":259}"
style="margin: 0px; padding: 0px; user-select: text; -webkit-user-drag: none; -webkit-tap-highlight-color: transparent; font-size: 11pt; line-height: 19.425px; font-family: Calibri, Calibri_EmbeddedFont, Calibri_MSFontService, sans-serif;">
</span></p>
</div>
<div class="OutlineElement Ltr SCXW160000941 BCX8"
style="margin: 0px; padding: 0px; user-select: text; -webkit-user-drag: none; -webkit-tap-highlight-color: transparent; overflow: visible; cursor: text; clear: both; position: relative; direction: ltr; font-family: "Segoe UI", "Segoe UI Web", Arial, Verdana, sans-serif; font-size: 12px;">
<p class="Paragraph SCXW160000941 BCX8" paraid="817626697" paraeid="{4541bc83-3767-435e-a1a7-2b29e6ca1668}{199}"
style="margin-bottom: 0px; padding: 0px; user-select: text; -webkit-user-drag: none; -webkit-tap-highlight-color: transparent; overflow-wrap: break-word; white-space: pre-wrap; vertical-align: baseline; font-kerning: none; background-color: transparent; color: windowtext;">
<span data-contrast="auto" xml:lang="EN-US" lang="EN-US" class="TextRun SCXW160000941 BCX8"
style="margin: 0px; padding: 0px; user-select: text; -webkit-user-drag: none; -webkit-tap-highlight-color: transparent; font-variant-ligatures: none !important; font-size: 11pt; line-height: 19.425px; font-family: Calibri, Calibri_EmbeddedFont, Calibri_MSFontService, sans-serif; font-weight: bold;">You
will get access to this one-time offer only on this page! </span><span class="EOP SCXW160000941 BCX8" data-ccp-props="{"201341983":0,"335559739":160,"335559740":259}"
style="margin: 0px; padding: 0px; user-select: text; -webkit-user-drag: none; -webkit-tap-highlight-color: transparent; font-size: 11pt; line-height: 19.425px; font-family: Calibri, Calibri_EmbeddedFont, Calibri_MSFontService, sans-serif;"> </span>
</p>
</div>
</div>
</div>
<div class="bump-content">
<div class="pricing">
<div ng-style="{'color': resolveOrderBumpPriceColor()}" style="color: rgb(255, 79, 90);">
<strong class="ng-binding">$12.99</strong>
<strike class="ng-binding">$19.99</strike>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="order-bump-wrapper">
<div class="order-bump-container" ng-style="{'background-color': resolveOrderBumpBackgroundColor(), 'border': resolveOrderBumpBorderStyle()}" style="background-color: rgb(251, 248, 235); border: 2px dashed rgb(255, 79, 90);">
<div class="custom-control custom-checkbox">
<input type="checkbox" class="custom-control-input" ng-checked="order_bumps.has(587442)" id="order_bump_Build Secure Transportable Data Centre with VMWare" ng-click="toggleOrderBumps(588554, 587442, false, false)">
<label class="custom-control-label" for="order_bump_Build Secure Transportable Data Centre with VMWare" ng-style="{'--color':resolveOrderBumpPriceColor()}" style="--color:#FF4F5A;"></label>
</div>
<div class="content">
<div class="header-content" ng-style="{'color': resolveOrderBumpTextColor()}" style="color: rgb(2, 27, 49);">
<div class="order-bump-headline">
<p ng-style="{'color': resolveOrderBumpHeadlineColor()}" class="h1" style="color: rgb(255, 79, 90);">Build Secure Transportable Data Centre with VMWare</p>
</div>
<div class="order-bump-description">
<div class="OutlineElement Ltr SCXW61685193 BCX8"
style="margin: 0px; padding: 0px; user-select: text; -webkit-user-drag: none; -webkit-tap-highlight-color: transparent; overflow: visible; cursor: text; clear: both; position: relative; direction: ltr; font-family: "Segoe UI", "Segoe UI Web", Arial, Verdana, sans-serif; font-size: 12px;">
<p class="Paragraph SCXW61685193 BCX8" paraid="1741063047" paraeid="{c419d0a6-dc14-4920-baf5-aa63563abf00}{4}"
style="margin-bottom: 0px; padding: 0px; user-select: text; -webkit-user-drag: none; -webkit-tap-highlight-color: transparent; overflow-wrap: break-word; white-space: pre-wrap; vertical-align: baseline; font-kerning: none; background-color: transparent; color: windowtext;">
<span data-contrast="auto" xml:lang="EN-US" lang="EN-US" class="TextRun SCXW61685193 BCX8"
style="margin: 0px; padding: 0px; user-select: text; -webkit-user-drag: none; -webkit-tap-highlight-color: transparent; font-variant-ligatures: none !important; font-size: 11pt; line-height: 19.425px; font-family: Calibri, Calibri_EmbeddedFont, Calibri_MSFontService, sans-serif;"><span
class="NormalTextRun SCXW61685193 BCX8" style="margin: 0px; padding: 0px; user-select: text; -webkit-user-drag: none; -webkit-tap-highlight-color: transparent;">With this 4.30-hour premium course</span><span
class="NormalTextRun SCXW61685193 BCX8" style="margin: 0px; padding: 0px; user-select: text; -webkit-user-drag: none; -webkit-tap-highlight-color: transparent;">,</span><span class="NormalTextRun SCXW61685193 BCX8"
style="margin: 0px; padding: 0px; user-select: text; -webkit-user-drag: none; -webkit-tap-highlight-color: transparent;"> </span><span class="NormalTextRun SCXW61685193 BCX8"
style="margin: 0px; padding: 0px; user-select: text; -webkit-user-drag: none; -webkit-tap-highlight-color: transparent;">e</span><span class="NormalTextRun SCXW61685193 BCX8"
style="margin: 0px; padding: 0px; user-select: text; -webkit-user-drag: none; -webkit-tap-highlight-color: transparent;">xplore how </span><span class="NormalTextRun SCXW61685193 BCX8"
style="margin: 0px; padding: 0px; user-select: text; -webkit-user-drag: none; -webkit-tap-highlight-color: transparent;">to </span><span class="NormalTextRun SCXW61685193 BCX8"
style="margin: 0px; padding: 0px; user-select: text; -webkit-user-drag: none; -webkit-tap-highlight-color: transparent;">leverage</span><span class="NormalTextRun SCXW61685193 BCX8"
style="margin: 0px; padding: 0px; user-select: text; -webkit-user-drag: none; -webkit-tap-highlight-color: transparent;"> virtualization with a focus on VMware’s </span><span class="NormalTextRun SCXW61685193 BCX8"
style="margin: 0px; padding: 0px; user-select: text; -webkit-user-drag: none; -webkit-tap-highlight-color: transparent;">ESXi</span><span class="NormalTextRun SCXW61685193 BCX8"
style="margin: 0px; padding: 0px; user-select: text; -webkit-user-drag: none; -webkit-tap-highlight-color: transparent;"> platform running on a ruggedized mini pc. </span><span class="NormalTextRun SCXW61685193 BCX8"
style="margin: 0px; padding: 0px; user-select: text; -webkit-user-drag: none; -webkit-tap-highlight-color: transparent;">S</span><span class="NormalTextRun SCXW61685193 BCX8"
style="margin: 0px; padding: 0px; user-select: text; -webkit-user-drag: none; -webkit-tap-highlight-color: transparent;">ecure the portable DC (VMware) platform and solve </span><span class="NormalTextRun SCXW61685193 BCX8"
style="margin: 0px; padding: 0px; user-select: text; -webkit-user-drag: none; -webkit-tap-highlight-color: transparent;">multiple </span><span class="NormalTextRun SCXW61685193 BCX8"
style="margin: 0px; padding: 0px; user-select: text; -webkit-user-drag: none; -webkit-tap-highlight-color: transparent;">use cases</span><span class="NormalTextRun SCXW61685193 BCX8"
style="margin: 0px; padding: 0px; user-select: text; -webkit-user-drag: none; -webkit-tap-highlight-color: transparent;">.</span></span><span class="EOP SCXW61685193 BCX8"
data-ccp-props="{"201341983":0,"335559739":160,"335559740":259}"
style="margin: 0px; padding: 0px; user-select: text; -webkit-user-drag: none; -webkit-tap-highlight-color: transparent; font-size: 11pt; line-height: 19.425px; font-family: Calibri, Calibri_EmbeddedFont, Calibri_MSFontService, sans-serif;">
</span></p>
</div>
<div class="OutlineElement Ltr SCXW61685193 BCX8"
style="margin: 0px; padding: 0px; user-select: text; -webkit-user-drag: none; -webkit-tap-highlight-color: transparent; overflow: visible; cursor: text; clear: both; position: relative; direction: ltr; font-family: "Segoe UI", "Segoe UI Web", Arial, Verdana, sans-serif; font-size: 12px;">
<p class="Paragraph SCXW61685193 BCX8" paraid="1256629494" paraeid="{c419d0a6-dc14-4920-baf5-aa63563abf00}{36}"
style="margin-bottom: 0px; padding: 0px; user-select: text; -webkit-user-drag: none; -webkit-tap-highlight-color: transparent; overflow-wrap: break-word; white-space: pre-wrap; vertical-align: baseline; font-kerning: none; background-color: transparent; color: windowtext;">
<span data-contrast="auto" xml:lang="EN-US" lang="EN-US" class="TextRun SCXW61685193 BCX8"
style="margin: 0px; padding: 0px; user-select: text; -webkit-user-drag: none; -webkit-tap-highlight-color: transparent; font-variant-ligatures: none !important; font-size: 11pt; line-height: 19.425px; font-family: Calibri, Calibri_EmbeddedFont, Calibri_MSFontService, sans-serif; font-weight: bold;"><span
class="NormalTextRun SCXW61685193 BCX8" style="margin: 0px; padding: 0px; user-select: text; -webkit-user-drag: none; -webkit-tap-highlight-color: transparent;">You will get access to this one-time offer only on this
page</span><span class="NormalTextRun SCXW61685193 BCX8" style="margin: 0px; padding: 0px; user-select: text; -webkit-user-drag: none; -webkit-tap-highlight-color: transparent;">! </span></span><span
class="EOP SCXW61685193 BCX8" data-ccp-props="{"201341983":0,"335559739":160,"335559740":259}"
style="margin: 0px; padding: 0px; user-select: text; -webkit-user-drag: none; -webkit-tap-highlight-color: transparent; font-size: 11pt; line-height: 19.425px; font-family: Calibri, Calibri_EmbeddedFont, Calibri_MSFontService, sans-serif;"> </span>
</p>
</div>
</div>
</div>
<div class="bump-content">
<div class="pricing">
<div ng-style="{'color': resolveOrderBumpPriceColor()}" style="color: rgb(255, 79, 90);">
<strong class="ng-binding">$12.99</strong>
<strike class="ng-binding">$19.99</strike>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<h4 class="tpl-2__checkout__subtitle mt-sm-12 mb-16">Order Summary</h4>
<div id="order-summary-widget" box-loading="contextRefresh">
<div id="product-list" class="box">
<!-- ngRepeat: invoiceItem in checkoutContext.order.invoice.items -->
<div class="product-item ng-scope" ng-repeat="invoiceItem in checkoutContext.order.invoice.items">
<div class="product-label-col">
<span class="product-item-name ng-binding">The Ultimate Cybersecurity Skills Pack</span>
<!-- ngIf: subscriptionsByProductId[invoiceItem.product_id] -->
<!-- ngIf: invoiceItem.type === 'bump' -->
</div>
<div class="product-price-col float-right text-right">
<!-- ngIf: invoiceItem.quantity > 1 --><span class="unit-amount ng-binding">$24.99</span>
</div>
</div><!-- end ngRepeat: invoiceItem in checkoutContext.order.invoice.items -->
</div>
<div id="summary-totals" class="box">
<div class="invoice-item subtotal-row" ng-show="checkoutContext.order.invoice.subtotal !== checkoutContext.order.invoice.total">
<div class="invoice-label-col">
<span class="invoice-item-label">Subtotal:</span>
</div>
<div class="invoice-amount-col float-right text-right">
<span class="invoice-item-amount ng-binding">$24.99</span>
</div>
</div>
<div class="invoice-item tax-row ng-hide" ng-show="checkoutContext.order.invoice.tax !== 0">
<div class="invoice-label-col">
<span class="invoice-item-label">Tax:</span>
</div>
<div class="invoice-amount-col float-right text-right">
<span class="invoice-item-amount ng-binding">$0.00</span>
</div>
</div>
<div class="invoice-item shipping-row ng-hide" ng-show="checkoutContext.order.invoice.shipping !== 0">
<div class="invoice-label-col">
<span class="invoice-item-label">Shipping:</span>
</div>
<div class="invoice-amount-col float-right text-right">
<span class="invoice-item-amount ng-binding">$0.00</span>
</div>
</div>
<div class="invoice-item discount-row" ng-show="checkoutContext.order.invoice.discount !== 0">
<div class="invoice-label-col">
<span class="invoice-item-label">Discounts:</span>
</div>
<div class="invoice-amount-col float-right text-right">
<span class="invoice-item-amount ng-binding">-$5.00</span>
</div>
</div>
<div class="invoice-item total-row">
<div class="invoice-label-col">
<span class="invoice-item-label">Total:</span>
</div>
<div class="invoice-amount-col float-right text-right">
<span class="invoice-item-amount ng-binding" id="total">$19.99 </span>
</div>
</div>
</div>
</div>
<div class="tpl-2__order mx-sm-auto text-center">
<!-- ngIf: processor_selection !== 'digital_wallet' --><button type="submit" class="btn btn-primary mb-16 w-100 main-cta ng-scope" id="placeOrder" name="placeOrder" ng-click="placeOrder('AwznjUX1EFxXjl0oS7VtyRJS')"
ng-disabled="shippingCountryIsRestricted || isProcessingOrder" ng-if="processor_selection !== 'digital_wallet'"> Place Your Order Now </button><!-- end ngIf: processor_selection !== 'digital_wallet' -->
<div id="payment-request-button" class="mb-16 ng-hide StripeElement" ng-show="processor_selection === 'digital_wallet'">
<div class="__PrivateStripeElement" style="margin: 0px !important; padding: 0px !important; border: none !important; display: block !important; background: transparent !important; position: relative !important; opacity: 1 !important;"><iframe
name="__privateStripeFrame55512" frameborder="0" allowtransparency="true" scrolling="no" allow="payment *"
src="https://js.stripe.com/v3/elements-inner-payment-request-c5c67437b6b905f12152b202dc43d02e.html#fonts[0][family]=TextaAlt&fonts[0][src]=url('https%3A%2F%2Fsamcart.com%2Fmodules%2Fshared%2Ffonts%2FTextaAlt.ttf')&fonts[0][__resolveFontRelativeTo]=https%3A%2F%2Fcodered.samcart.com%2Fproducts%2Fthe-ultimate-cybersecurity-skills-pack%2F%3Fcoupon%3DNEWYEARNEWYOU&wait=false&mids[guid]=NA&mids[muid]=NA&mids[sid]=NA&rtl=false&componentName=paymentRequestButton&keyMode=live&apiKey=pk_live_51DeJOQCUEx1qvkgg4UIf7evOQh48SZXbciKpO3p7PIMLmxnHNhQ1d8ms1qcLJKm0s2lC81DIJ4eJ2cmiSLgMFVRt00LJvWiFrg&referrer=https%3A%2F%2Fcodered.samcart.com%2Fproducts%2Fthe-ultimate-cybersecurity-skills-pack%2F%3Fcoupon%3DNEWYEARNEWYOU&controllerId=__privateStripeController5551"
title="Secure payment button frame"
style="border: none !important; margin: 0px !important; padding: 0px !important; width: 1px !important; min-width: 100% !important; overflow: hidden !important; display: block !important; user-select: none !important; transform: translate(0px) !important; color-scheme: normal !important; height: 40px;"></iframe><input
class="__PrivateStripeElement-input" aria-hidden="true" aria-label=" " autocomplete="false" maxlength="1"
style="border: none !important; display: block !important; position: absolute !important; height: 1px !important; top: -1px !important; left: 0px !important; padding: 0px !important; margin: 0px !important; width: 100% !important; opacity: 0 !important; background: transparent !important; pointer-events: none !important; font-size: 16px !important;">
</div>
</div>
</div>
</div>
</form>
Text Content
coderedsupport@eccouncil.org THE ULTIMATE CYBERSECURITY SKILLS PACK Get access to 10 courses on critical cybersecurity skills and 48 hours of premium practical learning with this bundle. Master these trending skills and stay updated in the rapidly evolving cybersecurity industry! Courses in the bundle: Burp Suite: Web Application Penetration Testing Metasploit Like a Pro Site Security with HTTP, TLS, and SSL Power of Next Generation Firewalls Open Source Intelligence Reverse Engineering and Memory Hacking with Cheat Engine Zero Trust OWASP Top 10 Security Fundamentals AlientVault OSSIM Set-Up Guide Top 5 Tools and Tricks for Ethical Hacking and Bug Bounties 2021 PAYMENT INFORMATION CONTACT First Name Last Name Email Address COUPON CODE Remove Coupon applied successfully to your Order. PAYMENT METHODS Credit Card Number *: Expiration *: CVV *: Practical Hardware Pentesting Through practical lessons, progressively learn how to break all the security barriers you might find when pentesting real hardware products and solutions with this 4-hour premium course. You will get access to this one-time offer only on this page! $9.99 $19.99 Applied Threat Hunting Gain the skills and knowledge to Investigate, detect, and defend your systems against modern threats with this 4-hour premium course. You will get access to this one-time offer only on this page! $12.99 $19.99 Build Secure Transportable Data Centre with VMWare With this 4.30-hour premium course, explore how to leverage virtualization with a focus on VMware’s ESXi platform running on a ruggedized mini pc. Secure the portable DC (VMware) platform and solve multiple use cases. You will get access to this one-time offer only on this page! $12.99 $19.99 ORDER SUMMARY The Ultimate Cybersecurity Skills Pack $24.99 Subtotal: $24.99 Tax: $0.00 Shipping: $0.00 Discounts: -$5.00 Total: $19.99 Place Your Order Now © 2022 CodeRed. All Rights Reserved. PROCESSING 0 people are viewing this site 276 Cyber Professionals purchased courses in the last 24 hours