home *** CD-ROM | disk | FTP | other *** search
/ The Hacker's Encyclopedia 1998 / hackers_encyclopedia.iso / etc / hardware / bugsweep.txt < prev    next >
Encoding:
Text File  |  2003-06-11  |  3.5 KB  |  104 lines

  1.           ::::::::::::::::::::::::::::::::::::::
  2.           :                                    :
  3.           :    How to build a Bug Detector     :
  4.           :                                    :
  5.           ::::::::::::::::::::::::::::::::::::::
  6.  
  7.  
  8.  
  9. Warning:  This formatted for 80 column and upper/lower case capabilities...
  10.  
  11. ][][][
  12. Basic theory
  13. ][][][
  14.  
  15. Because most bugs are triggered through certain frequencies, it is very simple
  16. to build a small sweeping device that will trigger any bug present.  The two
  17. IC's are what create the oscillating tone.  The IC1 operates at .8 Hz where the
  18. IC2 runs at about 10 Hz.  Frequency is determined by this formula:
  19.  
  20. f=1.44/(R1+2R2)C)
  21.  
  22. f measured in Hertz, R in megohms, and C in microfarads
  23.  
  24. The oscillation can be varied by the voltage placed upon pin #5.  This is how
  25. we create the wave sound.  When voltage goes up, so does the frequency, and
  26. vice-versa.
  27.  
  28. Normally, the output pin 3 is a square wave.  Since we need varying wave at pin
  29. #5, we need a triangular wave.  We get this through integrating the square wave
  30. created at pin #3 of IC1.  It is acheived by D1, D2, R3, R4 and C2.
  31.  
  32. This varying output is fed into the phone line by transformer T1 which has an 8
  33. ohm winding going to pin #3 of IC2 and the 500 end to a 0.1 microfarad capaci-
  34. tator at the phone line.
  35.  
  36. Enuf talk..let's get movin!
  37.  
  38.  
  39. ][][][
  40. Schematic Design
  41. ][][][
  42.  
  43.  
  44.       +9v
  45.  
  46.  __________|_____________________________
  47. |      _|__|_                   _|__|_   |
  48. R1    | 4  8 |    _|<D1__R3__  | 4  8 |  R5
  49. |     |      |   |           | |      |  |
  50. +-----+2    3+---+           +-+5    2|--+----+----+
  51. |     |      |   |_>|R2__R4__| |      |       |    |
  52. R2    | ic1  |               | | ic2  |       R6   D3
  53. |   +-+6     |            ___| |     6+-+     |    V
  54. |   | |      |           |     |      | |     |    -
  55. +---+-+7     |           |  +--+3    7+-+-----+----+
  56. |     |___1__|           |  |  |___1__|       |
  57. |         |              |  |      |          C4
  58. |         |              |  |      |          ^
  59. C1        |             C2  T1    _|_._C3|(_. |
  60. ^         |              ^ 8--500<_|_.        |
  61. |_________|______________|__|______|__________|
  62.       |
  63.      -G-
  64.  
  65.  
  66. ][][][
  67. Parts List
  68. ][][][
  69.  
  70.     C1   10-uF electrolytic capacitator 25 WDVC
  71.     C2   300-uF electrolytic capacitator 25 WDVC
  72.     C3   0.1-uF capacitator
  73.     C4   0.068-uF capacitator
  74.      D1-D3   1N914
  75.    IC1,IC2   555 timers
  76.  R1, R4-R6   1-kilohm resistors
  77.     R2   91-kilohm resistor
  78.     R3   22 kilohm resistor
  79.     T1   500-to-8 ohm audio output transformer
  80.  
  81. ][][][
  82. Construction
  83. ------------
  84.  
  85. When building this unit, it is very useful to use a breadboard or vector board.
  86. I suggest that leads being connected to phone line (T1, C3) end in a jack or a
  87. modular connector to make the hookup easier.  To test it, hook it to the phone
  88. line (not the suspected line) and call the line you suspect is being bugged.
  89. The party you are calling should not answer the phone.  Now, the unit is
  90. activated.  3 times, every 4 seconds, the oscillator will go up to 10 kHz and
  91. back down again..like a bell curve..If there is a frequency sensitive bug on
  92. the line, the phone will stop ringing, and you will be able to hear everything
  93. said in the room.  If the phone keeps ringing, chances are that all is
  94. fine..unless the bug requires a multi-frequency trigger..but these are very
  95. rare..
  96.  
  97. So, we can see that 415-BUG-1111 really does work!  It creates the tone..any
  98. click heard is the Phone Co's (or whoever is bugging) speaker/tape recorder
  99. picking up!
  100.  
  101.  
  102.  
  103.  
  104.