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 >
Wrap
PCBoard Programming Language Executable
|
1996-03-28
|
2KB
|
140 lines
;------------------------------------------------------------------------------
; .ss.
; `²²'
; .,sS$Ss,,s$ .,sS$$$Ss. .,sS$Ss,,s$ .ss. .sSs.
; .d$$²^°²$$$$'.d$P²°^^²$P'.d$$²^°²$$$$'.$$$' .$$$²Sb,.
; $$$' .$$$' $$$²Sçsµ²' .$$$' .$$$'.$$$' .$$$' `$$b.
; $$$b,,d$$$' ,$$$b,....,s$$$$b,,d$$$'.$$$;.,$$$' ;$$$
; `²S$$S²²S$$S²°²S$$$$S²°°²S$$$$$$',$$S²°²S$S'.sS$$$P²'
; .sS²°$$$²²°"' d²°'
; .$$² .$$'
; $$$.,d$$'
; `²S$$S²'
;------------------------------------------------------------------------------
; P.P.L.X. 2.OO (C)1996 - Lone Runner / AEGiS CoRP'96
;------------------------------------------------------------------------------
; PPE 3.1O (Encryption type I) - Analysis ON - Postprocessing ON
;------------------------------------------------------------------------------
Integer INTEGER002
Integer INTEGER003
String STRING001
String STRING002
String STRING003
String STRING004
String STRING005
String STRING006
String STRING007
;------------------------------------------------------------------------------
INTEGER003 = 1
FOpen 1, PPEPath() + "AXSHACK.CFG", 2, 3
FSeek 1, 0, 0
FGet 1, INTEGER002
FGet 1, STRING003
FGet 1, STRING004
FGet 1, STRING005
If (STRING005 == "") Goto LABEL001
Inc INTEGER003
FGet 1, STRING006
If (STRING006 == "") Goto LABEL001
Inc INTEGER003
FGet 1, STRING007
If (STRING007 == "") Goto LABEL001
Inc INTEGER003
:LABEL001
FClose 1
Print STRING004
If (INTEGER003 == 1) Goto LABEL002
Print Chr(10) + Chr(13) + STRING005
If (INTEGER003 == 2) Goto LABEL002
Print Chr(10) + Chr(13) + STRING006
If (INTEGER003 == 3) Goto LABEL002
Print Chr(10) + Chr(13) + STRING007
:LABEL002
GetUser
If (U_Name() == Upper(STRING003)) Goto LABEL004
If (U_Sec == INTEGER002) Goto LABEL003
Goto LABEL004
:LABEL003
Log U_Name() + " some how got sysop axs!!!!!!", 0
Print "@X8CHackers are kewl but not when working on this BBS"
U_Sec = 0
STRING002 = "@SYSTIME@ on @SYSDATE@"
STRING001 = U_Name()
FCreate 1, PPEPath() + "AXSHACK.MSG", 1, 3
FPutLn 1, "@X0CSecurity Hack Attempt!@X07"
FPutLn 1, STRING001 + " Got sysop axx on your BBS so they have been "
FPutLn 1, "Black Listed of this system until you choose what to"
FPutLn 1, "do with the hacker."
FPutLn 1, ""
FPutLn 1, "@X08This PPE was coded by The Black Assassin"
FClose 1
Message 0, "SYSOP", "AXSHACK", "User has hacked your bbs", "R", 0, 0, 1, PPEPath() + "AXSHACK.MSG"
Delete PPEPath() + "AXSHACK.MSG"
PutUser
Hangup
:LABEL004
;------------------------------------------------------------------------------
;
; Usage report (before postprocessing)
;
; ■ Statements used :
;
; 9 Goto
; 4 Let
; 5 Print
; 8 If
; 1 FCreate
; 1 FOpen
; 2 FClose
; 6 FGet
; 6 FPutLn
; 1 Hangup
; 1 GetUser
; 1 PutUser
; 1 Delete
; 1 Log
; 3 Inc
; 1 Message
; 1 FSeek
;
;
; ■ Functions used :
;
; 12 +
; 8 ==
; 1 Upper()
; 6 Chr()
; 3 U_Name()
; 4 PPEPath()
;
;------------------------------------------------------------------------------
;
; Analysis flags : WB
;
; W - Write user ■ 5
; Program writes a user record. Although this may be normal for a
; User Editor, it may also be a way to modify an account level.
; ■ Search for : PUTUSER
;
; B - Brute hangup ■ 1
; Program hangup without notification. This may be a good way to
; disconnect a user, but if used randomly, may be very nasty
; ■ Search for : HANGUP, DTROFF
;
;------------------------------------------------------------------------------
;
; Postprocessing report
;
; 0 For/Next
; 0 While/EndWhile
; 0 If/Then or If/Then/Else
; 0 Select Case
;
;------------------------------------------------------------------------------
; AEGiS Corp - Break the routines, code against the machines!
;------------------------------------------------------------------------------