Activity Stream
48,167 MEMBERS
62103 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 9 of 9
  1.     
    #1
    Banned
    Website's:
    dcrewposter.com z51.co.uk

    Default Dcrews Combination Finder 1.1 PRO

    Re-coded from scratch in C#


    I recently got a private message:

    Quote Originally Posted by hihotfile
    Hi dcrew

    i see your thread http://www.besthostingforums.com/92-...on-finder.html


    your tool is amazing...i think that i ever think .... i know that is your educational project .

    may be you written in dot net....

    can you please give me hint how i can develop in php .... or can you release this ....
    Quote Originally Posted by dcrew
    And was thinking about releasing the source codes for both VB.NET and C#. What do you think I should do?
    ARE RELEASING

    Source-Code Download Links:
    Mediafire Only
    VB.NET - Click Here!
    C# - Click Here!


    Ever wondered how many possible combinations you can get using all letters and numbers, making 3 length words? 46656!

    This programme can help you find a random password (and damn... I mean random!)




    Suggestions and constructive critism are welcome!

    Download Links [All Updated to 1.1 PRO]:

    Main Mediafire: Click Here!

    Mirror Uppit: Click Here!

    Mirror Megaupload: Click Here!
    dcrew Reviewed by dcrew on . Dcrews Combination Finder 1.1 PRO Re-coded from scratch in C# I recently got a private message: ARE RELEASING Source-Code Download Links: Rating: 5

  2.   Sponsored Links

  3.     
    #2
    Banned
    Website's:
    dcrewposter.com z51.co.uk
    Here's one of the main functions I wrote that the programme relies on:

    VB.NET

    Code: 
        Public Function GetNextChar(ByVal currentcharacter As String) As String
            If IncludeLetters = True Then
                Dim IsLetter, IsNumber As Boolean
                Dim CharIndexLetter As Integer = Array.IndexOf(Letters, currentcharacter)
                If CharIndexLetter = -1 Then IsLetter = False Else IsLetter = True
                Dim CharIndexNumber As Integer = Array.IndexOf(Numbers, currentcharacter)
                If CharIndexNumber = -1 Then IsNumber = False Else IsNumber = True
                If CharIndexLetter < LettersCount - 1 And currentcharacter <> Letters(LettersCount - 1) And IsLetter = True Then
                    currentcharacter = Letters(CharIndexLetter + 1)
                    Return currentcharacter
                    Exit Function
                ElseIf IsNumber = True Or CharIndexLetter >= LettersCount - 1 Then
                    If IncludeNumbers = True Then
                        If CharIndexNumber < NumbersCount - 1 Then
                            currentcharacter = Numbers(CharIndexNumber + 1)
                            Return currentcharacter
                            Exit Function
                        End If
                    End If
                End If
                If currentcharacter = vbNullString Then
                    currentcharacter = "done"
                    Return currentcharacter
                    Exit Function
                End If
            ElseIf IncludeLetters = False And IncludeNumbers = True Then
                Dim IsNumber As Boolean
                Dim CharIndexNumber As Integer = Array.IndexOf(Numbers, currentcharacter)
                If CharIndexNumber = -1 Then IsNumber = False Else IsNumber = True
                If CharIndexNumber < NumbersCount - 1 Then
                    currentcharacter = Numbers(CharIndexNumber + 1)
                    Return currentcharacter
                    Exit Function
                End If
                If currentcharacter = vbNullString Then
                    currentcharacter = "done"
                    Return currentcharacter
                    Exit Function
                End If
            End If
        End Function


    C#

    Code: 
            public string getnextchar(string currentchar)
            {
                if (IncludeLetters && IncludeNumbers)
                {
                    Boolean IsLetter, IsNumber;
                    int CharIndexLetter = Array.IndexOf(Letters, currentchar);
                    if (CharIndexLetter == -1) { IsLetter = false; } else { IsLetter = true; }
                    int CharIndexNumber = Array.IndexOf(Numbers, currentchar);
                    if (CharIndexNumber == -1) { IsNumber = false; } else { IsNumber = true; }
                    if (CharIndexLetter < LettersCount - 1 && currentchar != Letters[LettersCount - 1] && IsLetter)
                    {
                        currentchar = Letters[CharIndexLetter + 1];
                        return currentchar;
                    } else if (IsNumber || CharIndexLetter >= LettersCount-1)
                    {
                        if (CharIndexNumber < NumbersCount-2)
                        {
                            currentchar = Numbers[CharIndexNumber + 1];
                            return currentchar;
                        }
                    } else {
                        currentchar = null;
                    }
                    if (currentchar == null || currentchar == "")
                    {
                        currentchar = "done";
                        return currentchar;
                    }
                }
                return null;
            }

  4.     
    #3
    Member
    Website's:
    csoffensive.com fagbag.me
    nice,keep it up

  5.     
    #4
    Banned
    Website's:
    dcrewposter.com z51.co.uk
    Quote Originally Posted by QuickSand View Post
    nice,keep it up
    Thanks! Source-codes released on first post!

  6.     
    #5
    Member
    Thanks dcrew for this .... it will help full for me


  7.     
    #6
    Member
    Website's:
    mytinydick.com
    Oh nice, could definitely use this for cracking

    Bad bitch in my chevy.

  8.     
    #7
    Banned
    Website's:
    dcrewposter.com z51.co.uk
    Quote Originally Posted by hihotfile View Post
    Thanks dcrew for this .... it will help full for me

    No problem.

    Quote Originally Posted by Djlatino View Post
    Oh nice, could definitely use this for cracking
    I hope that was sarcasm.

  9.     
    #8
    Member
    Nice Keep it up..
    Signature against the rules, removed. ~ Jason.

  10.     
    #9
    Member
    Website's:
    mytinydick.com
    Quote Originally Posted by dcrew View Post
    I hope that was sarcasm.
    No I'm serious lol, these are the kinds of tools that help a ton with brute forcing.

    Bad bitch in my chevy.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Dcrews Combination Finder 1.2 PRO
    By dcrew in forum Webmaster Resources
    Replies: 3
    Last Post: 14th Mar 2012, 12:51 AM
  2. Proffesional Combination Finder
    By dcrew in forum Web Development Area
    Replies: 16
    Last Post: 13th Dec 2011, 05:16 PM
  3. Dcrews Combination Finder v1.0.2
    By dcrew in forum Webmaster Resources
    Replies: 12
    Last Post: 11th Dec 2011, 04:17 PM
  4. Filehost combination
    By Szabortusz in forum File Host Discussion
    Replies: 3
    Last Post: 23rd Oct 2011, 02:33 PM
  5. What is the best combination of file host for using as mirror?
    By MSL6600 in forum File Host Discussion
    Replies: 5
    Last Post: 3rd Jun 2011, 05:39 PM

Tags for this Thread

BE SOCIAL