home *** CD-ROM | disk | FTP | other *** search
/ Collection of Hack-Phreak Scene Programs / cleanhpvac.zip / cleanhpvac / TKGALORE.ZIP / TK-AXSHK.ZIP / AXSHACK.PPE (.txt) < prev    next >
PCBoard Programming Language Executable  |  1996-03-28  |  2KB  |  140 lines

  1. ;------------------------------------------------------------------------------
  2. ;                                                   .ss.
  3. ;                                                   `²²'
  4. ;             .,sS$Ss,,s$  .,sS$$$Ss.  .,sS$Ss,,s$ .ss.  .sSs.
  5. ;           .d$$²^°²$$$$'.d$P²°^^²$P'.d$$²^°²$$$$'.$$$' .$$$²Sb,.
  6. ;           $$$'   .$$$' $$$²Sçsµ²' .$$$'   .$$$'.$$$' .$$$'  `$$b.
  7. ;           $$$b,,d$$$' ,$$$b,....,s$$$$b,,d$$$'.$$$;.,$$$'    ;$$$
  8. ;           `²S$$S²²S$$S²°²S$$$$S²°°²S$$$$$$',$$S²°²S$S'.sS$$$P²'
  9. ;                                    .sS²°$$$²²°"'       d²°'
  10. ;                                  .$$²  .$$'
  11. ;                                  $$$.,d$$'
  12. ;                                  `²S$$S²'
  13. ;------------------------------------------------------------------------------
  14. ; P.P.L.X. 2.OO                          (C)1996 - Lone Runner / AEGiS CoRP'96 
  15. ;------------------------------------------------------------------------------
  16. ; PPE 3.1O (Encryption type I) - Analysis ON - Postprocessing ON
  17. ;------------------------------------------------------------------------------
  18.  
  19.     Integer  INTEGER002
  20.     Integer  INTEGER003
  21.     String   STRING001
  22.     String   STRING002
  23.     String   STRING003
  24.     String   STRING004
  25.     String   STRING005
  26.     String   STRING006
  27.     String   STRING007
  28.  
  29. ;------------------------------------------------------------------------------
  30.  
  31.     INTEGER003 = 1
  32.     FOpen 1, PPEPath() + "AXSHACK.CFG", 2, 3
  33.     FSeek 1, 0, 0
  34.     FGet 1, INTEGER002
  35.     FGet 1, STRING003
  36.     FGet 1, STRING004
  37.     FGet 1, STRING005
  38.     If (STRING005 == "") Goto LABEL001
  39.     Inc INTEGER003
  40.     FGet 1, STRING006
  41.     If (STRING006 == "") Goto LABEL001
  42.     Inc INTEGER003
  43.     FGet 1, STRING007
  44.     If (STRING007 == "") Goto LABEL001
  45.     Inc INTEGER003
  46.     :LABEL001
  47.     FClose 1
  48.     Print STRING004
  49.     If (INTEGER003 == 1) Goto LABEL002
  50.     Print Chr(10) + Chr(13) + STRING005
  51.     If (INTEGER003 == 2) Goto LABEL002
  52.     Print Chr(10) + Chr(13) + STRING006
  53.     If (INTEGER003 == 3) Goto LABEL002
  54.     Print Chr(10) + Chr(13) + STRING007
  55.     :LABEL002
  56.     GetUser
  57.     If (U_Name() == Upper(STRING003)) Goto LABEL004
  58.     If (U_Sec == INTEGER002) Goto LABEL003
  59.     Goto LABEL004
  60.     :LABEL003
  61.     Log U_Name() + " some how got sysop axs!!!!!!", 0
  62.     Print "@X8CHackers are kewl but not when working on this BBS"
  63.     U_Sec = 0
  64.     STRING002 = "@SYSTIME@ on @SYSDATE@"
  65.     STRING001 = U_Name()
  66.     FCreate 1, PPEPath() + "AXSHACK.MSG", 1, 3
  67.     FPutLn 1, "@X0CSecurity Hack Attempt!@X07"
  68.     FPutLn 1, STRING001 + " Got sysop axx on your BBS so they have been "
  69.     FPutLn 1, "Black Listed of this system until you choose what to"
  70.     FPutLn 1, "do with the hacker."
  71.     FPutLn 1, ""
  72.     FPutLn 1, "@X08This PPE was coded by The Black Assassin"
  73.     FClose 1
  74.     Message 0, "SYSOP", "AXSHACK", "User has hacked your bbs", "R", 0, 0, 1, PPEPath() + "AXSHACK.MSG"
  75.     Delete PPEPath() + "AXSHACK.MSG"
  76.     PutUser
  77.     Hangup
  78.     :LABEL004
  79.  
  80. ;------------------------------------------------------------------------------
  81. ;
  82. ; Usage report (before postprocessing)
  83. ;
  84. ; ■ Statements used :
  85. ;
  86. ;    9       Goto 
  87. ;    4       Let 
  88. ;    5       Print 
  89. ;    8       If 
  90. ;    1       FCreate 
  91. ;    1       FOpen 
  92. ;    2       FClose 
  93. ;    6       FGet 
  94. ;    6       FPutLn 
  95. ;    1       Hangup
  96. ;    1       GetUser
  97. ;    1       PutUser
  98. ;    1       Delete 
  99. ;    1       Log 
  100. ;    3       Inc 
  101. ;    1       Message 
  102. ;    1       FSeek 
  103. ;
  104. ;
  105. ; ■ Functions used :
  106. ;
  107. ;    12      +
  108. ;    8       ==
  109. ;    1       Upper()
  110. ;    6       Chr()
  111. ;    3       U_Name()
  112. ;    4       PPEPath()
  113. ;
  114. ;------------------------------------------------------------------------------
  115. ;
  116. ; Analysis flags : WB
  117. ;
  118. ; W - Write user ■ 5
  119. ;     Program writes a user record. Although this may be normal for a
  120. ;     User Editor, it may also be a way to modify an account level.
  121. ;     ■ Search for : PUTUSER
  122. ;
  123. ; B - Brute hangup ■ 1
  124. ;     Program hangup without notification. This may be a good way to
  125. ;     disconnect a user, but if used randomly, may be very nasty
  126. ;     ■ Search for : HANGUP, DTROFF
  127. ;
  128. ;------------------------------------------------------------------------------
  129. ;
  130. ; Postprocessing report
  131. ;
  132. ;    0       For/Next
  133. ;    0       While/EndWhile
  134. ;    0       If/Then or If/Then/Else
  135. ;    0       Select Case
  136. ;
  137. ;------------------------------------------------------------------------------
  138. ;                 AEGiS Corp - Break the routines, code against the machines!
  139. ;------------------------------------------------------------------------------
  140.