home *** CD-ROM | disk | FTP | other *** search
/ The Hacker's Encyclopedia 1998 / hackers_encyclopedia.iso / zines / n_z / pherald3.txt < prev    next >
Encoding:
Text File  |  2003-06-11  |  8.9 KB  |  235 lines

  1. *******************************************************************************
  2. *                                                                             *
  3. *                             THE FIXER PRESENTS                              *
  4. *                                                                             *
  5. *                 T H E   P H R A C K E R S   H E R A L D                     *
  6. *                                                                             *
  7. *                                   ISSUE #3                                  *
  8. *                                                                             *
  9. *                         This issue written by THE FIXER,                    *
  10. *                         Except for certain excerpts by SCOTT FRENCH.        *
  11. *                                                                             *
  12. *                                 July 30, 1987                               *
  13. *                                                                             *
  14. *******************************************************************************
  15.  
  16.  
  17. -------------------------------------------------------------------------------
  18.  
  19. Wanna blow your mind? Scott French seems to know how to (literally) blow
  20. his enemies' minds! For good! Read on.....
  21.  
  22.   "The Russians have apparently been experimenting and using (they were busted
  23.    several years ago aiming a crude version at an American embassy...) a
  24.    device which is about the size of a transistor radio and produces RF energy
  25.    at a frequency of about 388 mc. This little "black box" (sic) will cause
  26.    anyone nearby to become very confused, lose his memory (including to the
  27.    point of not remembering his own name) and may cause permanent insanity
  28.    after a prolonged exposure. These devices are fairly simple to put together
  29.    and the plans are commercially available so it is fairly safe to assume that
  30.    the CIA has done some research into this field also.
  31.  
  32.    The CIA reportedly has a drop-in phone device which will fry the brain of
  33.    the person who answers the phone in about 5 seconds. It is very possible
  34.    that this device also operates in the dangerous 384-388 MHz area, and is
  35.    pulsed at about 11 CPS.
  36.  
  37.    Just imagine the possibilities; a "phone repairman" comes in to check the
  38.    unit, spends a minute or two and leaves, giving you the "all clear".
  39.    The phone rings a minute later, you answer, and WHAMMO! Your wife is
  40.    collecting (My insurance company, why New England Life. Why?)"
  41.  
  42. This excerpt from French's THE BIG BROTHER GAME alerts us to just one of
  43. many possibilites for dealing with those who stand in your way, whatever
  44. twisted and depraved way that may be.
  45.  
  46. In future issues of PHRACKERS HERALD, plans for such a device as detailed above
  47. may become available.
  48.  
  49. -------------------------------------------------------------------------------
  50.  
  51. OK, remember in the beginning of the file I mentioned that one of the few safe
  52. phreaking methods left was red-boxing?  Well, for you Commodore 64 owners, I
  53. have written a short BASIC program which makes the famed RED BOX TONES.
  54.  
  55. If you type this program in, DO NOT COMPILE IT!!!!! The timing is rather
  56. critical and is controlled by for-next loops, so compiling this program would
  57. fuck it up royally. Maybe later I will publish a machine language version, but
  58. the BASIC code is so damn simple, it hardly seems worth it.
  59.  
  60. Anyways, here's the program:
  61.  
  62.  
  63. 5 rem***
  64. 6 rem*** red box tones
  65. 7 rem*** by TOMMY
  66. 8 rem***
  67. 9 rem***
  68. 10 s=54272:pokes+6,240:pokes+4,32:pokes+24,15:pokes+13,240:pokes+11,32
  69. 20 pokes,229:pokes+1,140:pokes+7,239:pokes+8,108
  70. 30 goto500
  71. 40 rem *** quarter tone code
  72. 50 fori=1to5:pokes+4,33:pokes+4+7,33
  73. 55 pokes+4,32:pokes+4+7,32
  74. 60 forj=1to25:next:nexti:return
  75. 63 forj=1to25
  76. 99 rem *** dime tone code
  77. 100 fori=1to2
  78. 110 pokes+4,33:pokes+4+7,33
  79. 120 forj=1to30:next
  80. 130 pokes+4,32:pokes+4+7,32
  81. 140 forj=1to35:next
  82. 150 nexti
  83. 160 return
  84. 199 rem *** nickel tone code
  85. 200 pokes+4,33:pokes+11,33
  86. 210 fori=1to30:next
  87. 220 pokes+4,32:pokes+11,32
  88. 230 return
  89. 499 rem *** menu code
  90. 500 print"red box tones: q for quarter"
  91. 501 print"               d for dime"
  92. 502 print"               n for nickel"
  93. 510 getx$:ifx$=""then510
  94. 520 ifx$="q"thengosub50
  95. 530 ifx$="d"thengosub100
  96. 540 ifx$="n"thengosub200
  97. 550 goto510
  98.  
  99.  
  100.  
  101. Too fucking simple to believe.
  102. The way that I have always recommended to use computer-generated red box tones
  103. is to play them into the audio-in of your stereo's tape deck. Get a GOOD
  104. recording of about ten bucks' worth of quarters, and when you go to a fortress
  105. to use red box tones, just play 'em back thru a WALKMAN. Make sure you
  106. "deposit" LOTS of quarters when you call, so that operators don't butt in on
  107. conversations which could very well deal with phreaking.
  108.  
  109. I have many programs for my '64 which generate box tones, if you want a
  110. COMPLETE set of phreak tones I suggest you get a copy of Phone Man 4.0, 5.5,
  111. or 6.1 . All 3 contain Blue, Green, Red, and Silver box tones, plus 2600 hertz,
  112. 2600 plus pink noise, 1850 hertz "TASI" tone, and a frequency generator. Plus
  113. a GOOD terminal program that supports user-defined text fonts to make hacking
  114. as easy on the eyes as possible....
  115.  
  116. -------------------------------------------------------------------------------
  117. And now, for a little something from The Fixer's File Vault to brighten up your
  118. miserable ESS-ridden little lives...
  119. -------------------------------------------------------------------------------
  120.  
  121. The Fixer presents...
  122.  
  123.  
  124.                         GOLD BOXING FOR THE COMMON MAN
  125.  
  126.  
  127. March 1987
  128.  
  129.  
  130. Well, there are a few files which contain gold box plans, but these have
  131. schematics which are nearly impossible to follow due to a lack of author
  132. creativity. Here then, is the schematic for the Gold Box, re-drawn more
  133. clearly. For operating data, refer to OTHER FILES.
  134.  
  135.  
  136.  
  137.                   ----'\/\/\,--------
  138.                   I                 I
  139.                   I              Q1 I b
  140.                   I                ===
  141.                   I             e  / \ c
  142.                   I               I   I
  143.                   I     LED1      I   I
  144.      Red 1 -------*------I<-------*   ------*---- Green 2
  145.                   I               I         I
  146.                   I     LED2      I    R2   I
  147.                   *------I<-------*-'\/\/\,--
  148.  
  149.  
  150.  
  151.                          R3
  152.                   ----'\/\/\,-----
  153.                   I              I
  154.                   I              I
  155.                   I              I
  156.                Q2 I b            I
  157.                  ===             I
  158.               c  / \  e          I
  159.                 I   I            I
  160.                 I   -------      I
  161.                 I         I      I
  162.                 I   R4    I      I
  163.    Green 1 -----*-'\/\/\,-*------*------ Red 2
  164.  
  165.  
  166. LEGEND:
  167.  
  168.       I                  --'\/\/\,--   Resistor
  169.      ===  Transistor
  170.      / \
  171.     I   I                ----I<-----   LED
  172.  
  173.  
  174.  
  175.     ---------------   Horizontal wire
  176.  
  177.           I
  178.           I
  179.           I           Vertical wire
  180.           I
  181.           I
  182.  
  183.  
  184.  
  185.       *   Junction of wires or leads
  186.  
  187.  
  188. PARTS LIST:
  189.  
  190. Q1, Q2 : 2N3904 or similar NPN transistor
  191. R1, R3 : Typical cadmium-sulfide photoresistors
  192. R2     : 22k ohm, 1/4 watt. Tolerance not critical; use 10% if you like.
  193. R4     : 1.4k ohm, 1/4 watt. Non-standard; you may need to daisy-chain two R's.
  194. LED1,LED2 : Jumbo size Red LED's, the brighter the better.
  195. Misc: Hookup wire, solder, etc. and a LIGHT-PROOF BOX to mount it all in.
  196.  
  197.  
  198.  
  199.  
  200. TECHNICAL NOTES:
  201.  
  202. (1) Make sure that the device is completely shielded from light.
  203.  
  204. (2) LED1 MUST shine directly on R1, and LED2 must shine directly upon R3. It
  205.     is best if the LEDs are actually touching the photocells. The reason for
  206.     this is that the LEDs and cells form optoisolators. I have not tried to
  207.     deviate from the above schematic, but I submit that any common TIL-series
  208.     optoisolator chip would have done the job just as well as the rather bulky
  209.     and unreliable LED-photocell assemblies. This would also have precluded the
  210.     need for a light-proof enclosure.
  211.  
  212. (3) Operation of the device is as detailed in OTHER files on Gold Boxing.
  213.  
  214.  
  215.  
  216.  
  217. Remember that Gold Boxing, although one of the safest ways to phreak, is
  218. *HIGHLY* illegal and if you were to be caught installing a Gold Box, or if you
  219. screwed up in its construction and managed to GET TRACED, you will almost
  220. certainly face felony charges, especially here in Canada with our
  221. last-century laws on the subject. That was your only warning from me.
  222.  
  223.  
  224. -------------------------------------------------------------------------------
  225. Thus concludes TPH volume 1, issue 3.
  226.  
  227. Call:
  228. The Syrinx BBS (604) 595-0085
  229. BC Tel Phone Mart (604) 658-1586
  230. Heart of Gold (604) 658-1581
  231. The Proving Grounds (604) 478-1363
  232. XAKEPOBO MECTO (206) 324-0830
  233. -------------------------------------------------------------------------------
  234.  
  235.