Thread: Need Advice.......

  1. #1
    Registered User
    Join Date
    Dec 2010
    Location
    Lucknow, India
    Posts
    72

    Need Advice.......

    Hi guys. I need some advice in Writing a Simple Brute Force Attack program. I protected a PDF file with a 4-digit password. Now I want to open this PDF file using a C program by applying Brute Force Attack Method. I have Knowledge of File Handling but I dont know that How to apply the String combination in order to Open the File.. OR which function is used to do so...???? say my file is... "Crackme.pdf".. Please demonstrate me a 2-3 line of code explaining how to apply a combination of String on the File... I'll do the Rest... I just want to Learn to Write Brute Force Programms..
    Thank You !!! ^_^
    There is a Real magic in enthusiasm, It spells the difference between mediocrity and accomplishments.

  2. #2
    C++ Witch laserlight's Avatar
    Join Date
    Oct 2003
    Location
    Singapore
    Posts
    28,413
    See the forum guidelines:
    6. Messages relating to cracking, (erroneously called "hacking" by many), copyright violations, or other illegal activities will be deleted. Due to the overlapping boundaries of code with malicious intent, and other legitimate uses of it, the moderators will assess each potential infraction on a case by case basis.
    Admittedly, the core of your question (generating combinations) has such wide application that it is "harmless", but phrased as such, I am closing this thread.
    Quote Originally Posted by Bjarne Stroustrup (2000-10-14)
    I get maybe two dozen requests for help with some sort of programming or design problem every day. Most have more sense than to send me hundreds of lines of code. If they do, I ask them to find the smallest example that exhibits the problem and send me that. Mostly, they then find the error themselves. "Finding the smallest program that demonstrates the error" is a powerful debugging tool.
    Look up a C++ Reference and learn How To Ask Questions The Smart Way

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Advice
    By zacs7 in forum Game Programming
    Replies: 3
    Last Post: 10-06-2007, 03:48 AM
  2. Advice?
    By cgsarebeast in forum C++ Programming
    Replies: 1
    Last Post: 06-05-2007, 12:22 PM
  3. i need some advice
    By raja9911 in forum C Programming
    Replies: 1
    Last Post: 01-31-2006, 06:29 AM
  4. Little advice?
    By Ascent in forum C++ Programming
    Replies: 3
    Last Post: 02-18-2005, 09:49 PM
  5. Need advice
    By cavecrazy in forum C++ Programming
    Replies: 4
    Last Post: 06-06-2003, 05:06 PM