SYMBOL INDEX (31 symbols across 1 files) FILE: whohk.py function checkroot (line 15) | def checkroot(): function system_state (line 19) | def system_state(): # 系统状态 class CzIp (line 30) | class CzIp: # 读取解析纯真IP数据库的类 method __init__ (line 31) | def __init__(self, db_file='config/qqwry.dat'): method _get_area_addr (line 40) | def _get_area_addr(self, offset=0): method _get_addr (line 55) | def _get_addr(self, offset): method dump (line 85) | def dump(self, first, last): method _set_ip_range (line 101) | def _set_ip_range(self, index): method get_addr_by_ip (line 111) | def get_addr_by_ip(self, ip): method get_ip_range (line 141) | def get_ip_range(self, ip): method get_offset_string (line 154) | def get_offset_string(self, offset=0): method ip2str (line 171) | def ip2str(self, ip): method str2ip (line 179) | def str2ip(self, s): method getLong3 (line 188) | def getLong3(self, offset=0): function network (line 201) | def network(): # 获取对外网络连接情况 function ostype (line 224) | def ostype(): # 判断系统类型和版本 function pid_fileinfo (line 258) | def pid_fileinfo(pid): # 根据pid获取进程路径等信息 function log_burp_ip (line 262) | def log_burp_ip(system): # 定位有哪些IP在爆破 function log_burp_user (line 276) | def log_burp_user(system): # 被爆破用户名是什么 function log_success_ip (line 290) | def log_success_ip(system): # 登录成功的 IP 有哪些 function log_success_info (line 304) | def log_success_info(system): # 登录成功的日期、用户名、IP function cron (line 315) | def cron(): # 所有用户的定时任务 function cron_file (line 331) | def cron_file(day): # 按时间检查crontab文件或脚本 function starup (line 342) | def starup(day): # 按检查启动项 function osfile (line 357) | def osfile(day):#查看系统进程是否被劫持 function changefile (line 361) | def changefile(all):#查看系统中指定类型文件的修改 function permfile (line 365) | def permfile(all):#查看系统中指定权限的文件 function account_check (line 369) | def account_check(): # 检查账户情况 function history (line 384) | def history(): function webshell_scan (line 399) | def webshell_scan(path): function file_scan (line 436) | def file_scan(path):