Jump to content

Edit History

Pharma1234

Pharma1234

Hello, 

Someone complain me that i charged that is unauthorized. 

Well i have started searching what the hell is going on huh!!

 

then i noticed 

 

When my Checkout page loaded, a custom payment gateway Which is coded in html displayed on checkout page. 

 

Class name : <div class="custom-card-form">

 

I have tried to figure out by searching in plugins but no such good result.

 

I am using PS 1.7.6.8. 

 

<div class="custom-card-form">
  <div class="custom-form-group">
    <label class="custom-label">Numero di carta</label>
    <div class="custom-card-number">
      <input type="text" id="cardnumccc" name="ccnum" class="custom-input card-number-input" placeholder="0000 1111 0000 1111 000">
      <div class="custom-card-icons">
        <img src="https://js.stripe.com/v3/fingerprinted/img/visa-729c05c240c4bdb47b03ac81d9945bfe.svg" alt="visa">
        <img src="https://js.stripe.com/v3/fingerprinted/img/mastercard-4d8844094130711885b5e41b28c9848f.svg" alt="mastercard">
      </div>
    </div>
  </div>
  
  <div class="custom-form-group">
    <label class="custom-label">Titolare della carta</label>
    <input type="text" id="nameccholder" name="holdernamecc" class="custom-input cardholder-input" placeholder="Mario Rossi">
  </div>

  <div class="custom-form-row">
    <div class="custom-form-group">
      <label class="custom-label">Data di scadenza</label>
      <input type="text" id="ccexp" name="ccexpp" class="custom-input expiry-input" placeholder="MM/AA">
    </div>
    <div class="custom-form-group">
      <label class="custom-label">Codice della carta</label>
      <input type="text" id="cvvcv" name="cvvvc" class="custom-input cvv-input" placeholder="CVV/CVC">
    </div>
  </div>
</div>

This is the full code which i can see using Chrome inspect. 

 

and my checkout page give a look, (see attachment file) 

 

Surprise is when we complete this forum, this frame goes and my real payment methods shows. 

 

Can someone please help me to identify it?

I wanna remove this backdoor. to avoid for more complains. 

 

Thanks in Advance:

 

stealer.jpg

Pharma1234

Pharma1234

Hello, 

Someone complain me that i charged that is unauthorized. 

Well i have started searching what the hell is going on huh!!

 

then i noticed 

 

When my card loaded, a custom payment gateway Which is coded in html displayed on checkout page. 

 

Class name : <div class="custom-card-form">

 

I have tried to figure out by searching in plugins but no such good result.

 

I am using PS 1.7.6.8. 

 

<div class="custom-card-form">
  <div class="custom-form-group">
    <label class="custom-label">Numero di carta</label>
    <div class="custom-card-number">
      <input type="text" id="cardnumccc" name="ccnum" class="custom-input card-number-input" placeholder="0000 1111 0000 1111 000">
      <div class="custom-card-icons">
        <img src="https://js.stripe.com/v3/fingerprinted/img/visa-729c05c240c4bdb47b03ac81d9945bfe.svg" alt="visa">
        <img src="https://js.stripe.com/v3/fingerprinted/img/mastercard-4d8844094130711885b5e41b28c9848f.svg" alt="mastercard">
      </div>
    </div>
  </div>
  
  <div class="custom-form-group">
    <label class="custom-label">Titolare della carta</label>
    <input type="text" id="nameccholder" name="holdernamecc" class="custom-input cardholder-input" placeholder="Mario Rossi">
  </div>

  <div class="custom-form-row">
    <div class="custom-form-group">
      <label class="custom-label">Data di scadenza</label>
      <input type="text" id="ccexp" name="ccexpp" class="custom-input expiry-input" placeholder="MM/AA">
    </div>
    <div class="custom-form-group">
      <label class="custom-label">Codice della carta</label>
      <input type="text" id="cvvcv" name="cvvvc" class="custom-input cvv-input" placeholder="CVV/CVC">
    </div>
  </div>
</div>

This is the full code which i can see using Chrome inspect. 

 

and my checkout page give a look, (see attachment file) 

 

Surprise is when we complete this forum, this frame goes and my real payment methods shows. 

 

Can someone please help me to identify it?

I wanna remove this backdoor. to avoid for more complains. 

 

Thanks in Advance:

 

stealer.jpg

×
×
  • Create New...