Tuesday, June 26, 2012

Safe Place To Scan My Crypted File?

Usually most of the public keylogger,rat,worm and stealer are heavily detected by antivirus.

This means you would be able to use that tools to infect others :D.

But do not worry,  that is when crypter play its role. Crypter is needed to crypt your
rat/keylogger/stealer/worm so that it would not be detected by antivirus and deleted automatically.

Now the question is where should i scan my crypted file? Bare in mind that scanning at the wrong place will make your crypted file detected the next day.

Here is a list of site that you can & can't

1. Safe place to scan

  • http://scan4you.net/

    Paid site

  •  http://my-avscan.com/

    Paid site

    This site allowed 1 free scan perday

  • http://www.garyshood.com/virus/
2. Do not scan here!

  • http://virscan.org/
  • http://www.virustotal.com/
  • http://www.metascan-online.com/
  • http://virusscan.jotti.org/en

This list will be keep updated


Send Fake Email For Prank

1. Do you want to send fake email to your friends? Or even disguise your self as fed?

2. You can do it now :D

Click here

I just sent my self a simple prank email. Notice that

Click to enlarge

a. The sender is Chuck Norris lol
b. The email sender is FBI@gov.my

Credit goes to creator of the site.

 You can always donate to the site to keep it running.

Sunday, June 24, 2012

Dota 2 Invite =)


I check my email today and I am surprised to receive Dota 2 invitation.

Oh yeah baby, thanks to steam community!

For those who are interested you can actually register at STEAM to get free invites for this game. Good luck.

Saturday, June 23, 2012

Dayan Crypter v 1.2 (24 June 2012) Darkcomet Crypter



Hai everyone. If you are a fan of crypter, maybe some of you did try my public crypter few years ago. It just a simple one, but still it manage to bypass some famous antivirus such as avira and kaspersky.

So today I am gonna release Dayan Crypter v.1.2 for public usage.

Take notes that this crypter was mainly created to crypt Darkcomet Rat. I was using it for my personal usage =). So i am very sure that it is good for crypting DC rat.

I never test it with it other rat/keylogger, so i leave that to you to try it.

Selfcoded crypter in vb.net.

Credit to Aeon for the theme and Nathan for your resources.

Scan of builder


Check info
Check type: File
Subject: Dayan Crypter v 1.2.exe
Size (bytes): 76288
Started at: 12:46  24.06.2012
Finished at: 12:47  24.06.2012
Duration: 00:00:42
MD5:
54b361fa1a01d7af3923703c16a84b35
SHA1:
fee2b9f6cc3d3c840f1b8c7339fc71044ad71002


 
Scan of Crypted Darkcomet

Currently only detected by emsisoft and ikarus. People don't use that type of antivirus :D.
It bypass famous antivirus fyi.

Edited by admin: Check my private crypting service!


Tuesday, June 19, 2012

Wordlist Of Minecraft Premium Username

Here is a list of valid premium username for minecraft account. This will save your time to crack some premium accounts.

Saturday, June 16, 2012

Simple Calculation in vb.net

I saw someone posting an example of simple calculation in C++ in some forum the other day. It is basically counting the amount of money needed based on holiday package chosen and number of person going.
I was bored and i did my own version using vb.net.



Module Module1

    Dim no1, no2, total As Integer
    'Dim total As Double = 0
    Dim pakej As String
    Dim orang As String

    Sub Main()

        Do While (True)

            Console.WriteLine("-----------------------")
            Console.WriteLine("Promosi Pakej Percutian")
            Console.WriteLine("-----------------------")
            Console.WriteLine("")

            Console.WriteLine("--------Pakej----------")
            Console.WriteLine("")
            Console.WriteLine("1. P.Langkawi   = Rm300")
            Console.WriteLine("2. P.Tioman     = Rm400")
            Console.WriteLine("3. P.Perhentian = Rm500")
            Console.WriteLine("4. P.Redang     = Rm600")
            Console.WriteLine("-----------------------")
            Console.WriteLine("")

            Console.WriteLine("Sila pilih pakej pilihan anda.")
            Console.WriteLine("")
            Dim pakej = Console.ReadLine()

            Console.WriteLine("")
            Console.WriteLine("Pakej pilihan = " & pakej)
            Console.WriteLine("")
            Console.WriteLine("Sila masukkan bilangan orang.")
            Console.WriteLine("")
            Dim orang = Console.ReadLine()
            Console.WriteLine("")
            Console.WriteLine("Bilangan orang = " & orang)
            Console.WriteLine("")

            no1 = pakej
            no2 = orang

            If pakej = 1 Then
                no1 = 300
            ElseIf pakej = 2 Then
                no1 = 400
            ElseIf pakej = 3 Then
                no1 = 500
            ElseIf pakej = 4 Then
                no1 = 600
            Else
                Console.WriteLine("Invalid package")
                Stop
            End If

            total = (no1 * no2)
            Console.WriteLine("Jumlah bayaran = Rm " & total)
            Console.WriteLine("")
            Console.WriteLine("Press any button to continue.")
            Console.ReadLine()

        Loop

    End Sub

End Module

Decay Logger - Public version keylogger


This is a keylogger which can be used to steal personal information from others.

1. Gmail and Hotmail Support
2. Stub is not fud. You need crypter to crypt it.
3. Icon Changer
4. Unique User-ID system
5. Mutex (Prevent multiple logs)
6. Infection times and notices
7. Install
8. Custom output name
9. Coded in .Net (requires .Net framework, which all Windows PC's have)

Credits to Mschouhdry for sharing this.