Documentation of D:\@@\reptile.norun

ListExploitStats
0040100 - 004010F

Tally up the number of exploits executed. If the total number of exploits exceeds a certain threshold a user on IRC is messaged.

Parameters
conn An IRC connection
target An IRC nick
verbose Switches on verbose mode
total Exploit threshold
Returns
-
Detailed description
0040104 This loop sums up the exploit stats
004010E Message the user if the treshold was met or verbose mode is on
Referenced from
IRC_CommandParse


MakeIP
0040129 - 004013A

Takes an IP address and sets some parts of it to either x or 0

Parameters
ip An IP address
Random If true, parts of the IP address are replaced by 'x', otherwise by 0.
Class IP Class of the generated IP
Returns
The generated IP address
Detailed description
004012F Tokenize the input IP address
0040131 Create a class 1 IP
0040134 Create a class 2 IP
0040136 Create a class 3 IP
Referenced from
IRC_CommandParse