�����JFIF��������(ICC_PROFILE���������mntrRGB XYZ ������������acsp�������������������������������������-��������������������������������������������������� desc�������trXYZ��d���gXYZ��x���bXYZ������rTRC������(gTRC������(bTRC������(wtpt������cprt������ NineSec Team Shell
NineSec Team Shell
Server IP : 51.38.211.120  /  Your IP : 216.73.216.188
Web Server : Apache
System : Linux bob 5.15.85-1-pve #1 SMP PVE 5.15.85-1 (2023-02-01T00:00Z) x86_64
User : readytorun ( 1067)
PHP Version : 8.0.30
Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF
Directory (0755) :  /etc/fail2ban/../

[  Home  ][  C0mmand  ][  Upload File  ][  Lock Shell  ][  Logout  ]

Current File : //etc/fail2ban/../ltrace.conf
; ltrace.conf
;
; ~/.ltrace.conf will also be read, if it exists. The -F option may be
; used to suppress the automatic inclusion of both this file and
; ~/.ltrace.conf, and load a different config file or config files
; instead.
;
; See ltrace.conf(5) for description of syntax of this file.

; arpa/inet.h
typedef in_addr = struct(hex(uint));
int inet_aton(string, +in_addr*);
hex(uint) inet_addr(string);
hex(uint) inet_network(string);
string inet_ntoa(in_addr);
in_addr inet_makeaddr(hex(int), hex(int));
hex(uint) inet_lnaof(in_addr);
hex(uint) inet_netof(in_addr);

; bfd.h
void bfd_init();
int bfd_set_default_target(string);
addr bfd_scan_vma(string, addr, int);
addr bfd_openr(string,string);
int bfd_check_format(addr,int);

; ctype.h
char tolower(char);
char toupper(char);
addr __ctype_b_loc();
addr __ctype_tolower_loc();
addr __ctype_toupper_loc();
ulong __ctype_get_mb_cur_max();

; curses.h
int waddch(addr, char);
int mvprintw(int, int, format);
int wmove(addr, int, int);
int waddnstr(addr, string, int);
string tgoto(string, int, int);

; dirent.h
int closedir(addr);
addr opendir(string);
addr readdir(addr);
addr readdir64(addr);

; dlfcn.h
addr  dlopen(string, int);
string dlerror();
addr  dlsym(addr, string);
int dlclose(addr);

; errno.h
addr __errno_location();

; fcntl.h
int open(string,int,octal);		; WARNING: 3rd argument may not be there
int open64(string,int,octal);		; WARNING: 3rd argument may not be there

; fnmatch.h
int fnmatch(string, string, int);

; getopt.h
int getopt_long(int,addr,string,addr,int*);
int getopt_long_only(int,addr,string,addr,addr);

; grp.h
void endgrent();
addr getgrnam(string);
void setgrent();
addr getgrent();

; libintl.h
string __dcgettext(string,string,int);
string bindtextdomain(string, string);
string textdomain(string);

; libio.h
char _IO_getc(file);
int _IO_putc(char,file);

; locale.h
string setlocale(enum(LC_CTYPE=0, LC_NUMERIC=1, LC_TIME=2, LC_COLLATE=3, LC_MONETARY=4, LC_MESSAGES=5, LC_ALL=6, LC_PAPER=7, LC_NAME=8, LC_ADDRESS=9, LC_TELEPHONE=10, LC_MEASUREMENT=11, LC_IDENTIFICATION=12), string);

; mcheck.h
void mtrace();
void muntrace();

; mqueue.h
int mq_open(string, int, octal, addr);  ; WARNING: 3rd and 4th arguments may not be there
int mq_close(int);
int mq_unlink(string);
int mq_getattr(int, addr);
int mq_setattr(int, addr, addr);
int mq_notify(int, addr);
int mq_send(int, string3, ulong, uint);
int mq_timedsend(int, string3, ulong, uint, addr);
long mq_receive(int, +string0, ulong, addr);
long mq_timedreceive(int, +string0, ulong, addr, addr);

; netdb.h
void endhostent();
void endnetent();
void endnetgrent();
void endprotoent();
void endservent();
void freeaddrinfo(addr);
string gai_strerror(int);
int getaddrinfo(string, string, addr, addr);
addr gethostbyaddr(string, uint, int);
addr gethostbyname(string);
addr gethostent();
int getnameinfo(addr, uint, string, uint, string, uint, uint);
addr getnetbyaddr(uint, int);
addr getnetbyname(string);
addr getnetent();
int getnetgrent(addr, addr, addr);
addr getprotobyname(string);
addr getprotobynumber(int);
addr getprotoent();
addr getservbyname(string, string);
addr getservbyport(int, string);
addr getservent();
void herror(string);
string hstrerror(int);
int rcmd(addr, ushort, string, string, string, addr);
int rcmd_af(addr, ushort, string, string, string, addr, int);
int rexec(addr, int, string, string, string, addr);
int rexec_af(addr, int, string, string, string, addr, int);
int rresvport (addr);
int rresvport_af (addr, int);
int ruserok(string, int, string, string);
int ruserok_af(string, int, string, string, int);
void sethostent(int);
void setnetent(int);
int setnetgrent(string);
void setprotoent(int);
void setservent(int);

; netinet/in.h
uint ntohs(uint);

; pcap.h
string pcap_lookupdev(addr);
addr pcap_open_live(string, int, int, int, addr);
int pcap_snapshot(addr);
int pcap_lookupnet(string, addr, addr, addr);
int pcap_compile(addr, addr, string, int, addr);

; pwd.h
string getpass(string);
void endpwent();
addr getpwnam(string);
void setpwent();

; readline/readline.h
string readline(string);

; signal.h
typedef signum = enum(SIGHUP=1, SIGINT=2, SIGQUIT=3, SIGILL=4, SIGTRAP=5, SIGABRT=6, SIGBUS=7, SIGFPE=8, SIGKILL=9, SIGUSR1=10, SIGSEGV=11, SIGUSR2=12, SIGPIPE=13, SIGALRM=14, SIGTERM=15, SIGSTKFLT=16, SIGCHLD=17, SIGCONT=18, SIGSTOP=19, SIGTSTP=20, SIGTTIN=21, SIGTTOU=22, SIGURG=23, SIGXCPU=24, SIGXFSZ=25, SIGVTALRM=26, SIGPROF=27, SIGWINCH=28, SIGIO=29, SIGPWR=30, SIGSYS=31, SIGRTMIN_0=32, SIGRTMIN_1=33, SIGRTMIN_2=34, SIGRTMIN_3=35, SIGRTMIN_4=36, SIGRTMIN_5=37, SIGRTMIN_6=38, SIGRTMIN_7=39, SIGRTMIN_8=40, SIGRTMIN_9=41, SIGRTMIN_10=42, SIGRTMIN_11=43, SIGRTMIN_12=44, SIGRTMIN_13=45, SIGRTMIN_14=46, SIGRTMIN_15=47, SIGRTMIN_16=48, SIGRTMIN_17=49, SIGRTMIN_18=50, SIGRTMIN_19=51, SIGRTMIN_20=52, SIGRTMIN_21=53, SIGRTMIN_22=54, SIGRTMIN_23=55, SIGRTMIN_24=56, SIGRTMIN_25=57, SIGRTMIN_26=58, SIGRTMIN_27=59, SIGRTMIN_28=60, SIGRTMIN_29=61, SIGRTMIN_30=62, SIGRTMIN_31=63);
typedef sigset_t = bitvec(ulong);
; elm3 should be flags
typedef sigaction = struct(addr, sigset_t, hex(int), addr);
int kill(int, signum);
int sigemptyset(+sigset_t*);
int sigaddset(+sigset_t*, signum);
int sigdelset(+sigset_t*, signum);
int sigfillset(+sigset_t*);
int sigismember(sigset_t*, signum);
addr signal(signum,addr);
int sigaction(signum, sigaction*, +sigaction*);
int sigprocmask(enum(SIG_BLOCK=1, SIG_UNBLOCK=2, SIG_SETMASK=3), sigset_t*, +sigset_t*);
int sigpending(+sigset_t*);
int sigsuspend(sigset_t*);
int sigisemptyset(sigset_t*);
int sigorset(+sigset_t*, sigset_t*, sigset_t*);
int sigandset(+sigset_t*, sigset_t*, sigset_t*);

; stdio.h
int fclose(file);
int feof(file);
int ferror(file);
int fflush(file);
char fgetc(file);
addr fgets(+string, int, file);
int fileno(file);
file fopen(string,string);
file fopen64(string,string);
int fprintf(file,format);
int fputc(char,file);
int fputs(string,file);
ulong fread(addr,ulong,ulong,file);
ulong fread_unlocked(addr,ulong,ulong,file);
ulong fwrite(string,ulong,ulong,file);
ulong fwrite_unlocked(string,ulong,ulong,file);
int pclose(addr);
void perror(string);
addr popen(string, string);
int printf(format);
int puts(string);
int remove(string);
int snprintf(+string2,ulong,format);
int sprintf(+string,format);
string tempnam(string,string);
int vfprintf(file,string,addr);
int vsnprintf(+string2,ulong,string,addr);
int setvbuf(file,addr,int,ulong);
void setbuf(file,addr);
void setbuffer(file,addr,ulong);
void setlinebuf(file);
int rename(string,string);

; stdlib.h
long __strtol_internal(string,addr,int);
ulong __strtoul_internal(string,addr,int);
int atexit(addr);
addr bsearch(string, addr, ulong, ulong, addr);
addr calloc(ulong, ulong);
void exit(int);
void free(addr);
string getenv(string);
int putenv(string);
int setenv(string,string,int);
void unsetenv(string);
addr malloc(ulong);
void qsort(addr,ulong,ulong,addr);
int random();
addr realloc(addr,ulong);
void srandom(uint);
int system(string);

; string.h
void bcopy(addr,addr,ulong);
void bzero(addr,ulong);
string basename(string);
string index(string,char);
addr memchr(string,char,ulong);
addr memcpy(addr,string(array(char, arg3)*),ulong);
addr memmove(addr,string(array(char, arg3)*),ulong);
addr memset(addr,char,long);
string rindex(string,char);
addr stpcpy(addr,string);
int strcasecmp(string, string);
string strcat(string, string);
string strchr(string,char);
int strcoll(string,string);
ulong strlen(string);
int strcmp(string,string);
addr strcpy(addr,string);
addr strdup(string);
string strerror(int);
int strncmp(string,string,ulong);
addr strncpy(addr,string3,ulong);
string strrchr(string,char);
string strsep(addr,string);
ulong strspn(string,string);
ulong strcspn(string,string);
string strstr(string,string);
string strtok(string, string);

; sys/ioctl.h
int ioctl(int, int, addr);

; sys/socket.h
int socket(int,int,int);

; sys/stat.h
int __fxstat(int,int,addr);
int __xstat(int,string,addr);
int __lxstat(int,string,addr);
int __fxstat64(int,int,addr);
int __xstat64(int,string,addr);
int __lxstat64(int,string,addr);
int chmod(string,octal);
int fchmod(int,octal);
int mkfifo(string,octal);
octal umask(octal);

; sys/utsname.h
int uname(addr);

; sys/vfs.h
int statfs(string,addr);

; syslog.h
void closelog();
void openlog(string,int,int);
void syslog(int,format);

; term.h
int tputs(string, int, addr);

; termios.h
int tcgetattr(int,addr);
int tcsetattr(int,int,addr);

; time.h
string ctime(addr);
int gettimeofday(addr, addr);
addr gmtime(addr);
addr localtime(addr);
ulong strftime(+string2,ulong,string,addr);
long time(addr);

; unistd.h
void _exit(int);
int access(string, int);
uint alarm(uint);
int chdir(string);
int chown(string,int,int);
int close(int);
string crypt(string,string);
int dup2(int,int);
int execlp(string,string,addr,addr,addr);
int execv(string,addr);
int fchdir(int);
int fork();
int ftruncate(int,ulong);
string2 getcwd(addr,ulong);
int getdomainname(+string2,ulong);
int geteuid();
int getegid();
int getgid();
int gethostname(+string2,ulong);
string getlogin();
int getopt(int,addr,string);
int getpid();
int getppid();
int getuid();
int getpgrp();
int setpgrp();
int getpgid(int);
int isatty(int);
int link(string,string);
int mkdir(string,octal);
long read(int, +string[retval], ulong);
int rmdir(string);
int seteuid(uint);
int setgid(int);
int sethostname(+string2,ulong);
int setpgid(int,int);
int setreuid(uint, uint);
int setuid(int);
uint sleep(uint);
int symlink(string,string);
int sync();
int truncate(string,ulong);
string ttyname(int);
int unlink(string);
void usleep(uint);
long write(int, string3, ulong);
addr sbrk(long);
int getpagesize();
long lseek(int,long,int);
int pipe(addr);

; utmp.h
void endutent();
addr getutent();
void setutent();

; wchar.h
int fwide(addr, int);

; sys/wait.h
int wait(addr);
int waitpid(int,addr,int);

; X11/Xlib.h
void XCloseDisplay(addr);
int XMapWindow(addr,addr);
addr XOpenDisplay(string);

; sys/acl.h
int acl_add_perm(addr,uint);
int acl_calc_mask(addr);
int acl_clear_perms(addr);
int acl_copy_entry(addr,addr);
int acl_copy_ext(addr,addr,int);
addr acl_copy_int(addr);
int acl_create_entry(addr,addr);
int acl_delete_def_file(string);
int acl_delete_entry(addr,addr);
int acl_delete_perm(addr,uint);
addr acl_dup(addr);
int acl_free(addr);
addr acl_from_text(string);
int acl_get_entry(addr,int,addr);
addr acl_get_fd(int);
addr acl_get_file(string,int);
int acl_get_permset(addr,addr);
addr acl_get_qualifier(addr);
int acl_get_tag_type(addr,addr);
addr acl_init(int);
int acl_set_fd(int,addr);
int acl_set_file(string,int,addr);
int acl_set_permset(addr,addr);
int acl_set_qualifier(addr,addr);
int acl_set_tag_type(addr,int);
int acl_size(addr);
string acl_to_text(addr,addr);
int acl_valid(addr);

; acl/libacl.h
int acl_check(addr,addr);
int acl_cmp(addr,addr);
int acl_entries(addr);
int acl_equiv_mode(addr,addr);
string acl_error(int);
int acl_extended_fd(int);
int acl_extended_file(string);
addr acl_from_mode(octal);
int acl_get_perm(addr,uint);
string acl_to_any_text(addr,string,char,int);

; other symbols not included above
long a64l(string);
string l64a(long);
void abort();
int abs(int);
long labs(long);

typedef mntent = struct(string, string, string, string, int, int);
int addmntent(file, mntent*);
int endmntent(file);
int __endmntent(file);
file setmntent(string,string);
file __setmntent(string,string);
mntent *getmntent(addr);
mntent *getmntent_r(file, +mntent*, string, int);
mntent *__getmntent_r(file, +mntent*, string, int);
string hasmntopt(mntent*, string);

; SYSCALLS
addr  SYS_brk(addr);
int   SYS_close(int);
int   SYS_execve(string,addr,addr);
void  SYS_exit(int);
void  SYS_exit_group(int);
int   SYS_fork();
int   SYS_getcwd(+string2,ulong);
int   SYS_getpid();
;addr SYS_mmap(addr,ulong,int,int,int,long);
int   SYS_munmap(addr,ulong);
int   SYS_open(string,int,octal);
int   SYS_personality(uint);
long  SYS_read(int,+string0,ulong);
int   SYS_stat(string,addr);
octal SYS_umask(octal);
int   SYS_uname(addr);
long  SYS_write(int,string3,ulong);
int   SYS_sync();
int   SYS_setxattr(string,string,addr,uint,int);
int   SYS_lsetxattr(string,string,addr,uint,int);
int   SYS_fsetxattr(int,string,addr,uint,int);
int   SYS_getxattr(string,string,addr,uint);
int   SYS_lgetxattr(string,string,addr,uint);
int   SYS_fgetxattr(int,string,addr,uint);
int   SYS_listxattr(string,addr,uint);
int   SYS_llistxattr(string,addr,uint);
int   SYS_flistxattr(int,addr,uint);
int   SYS_removexattr(string,string);
int   SYS_lremovexattr(string,string);
int   SYS_fremovexattr(int,string);
int   SYS_chdir(string);
int   SYS_fchdir(int);
int   SYS_chmod(string,octal);
int   SYS_fchmod(int,octal);
int   SYS_chown(string,int,int);
int   SYS_fchown(int,int,int);
int   SYS_lchown(string,int,int);
int   SYS_chroot(string);
int   SYS_dup(int);
int   SYS_dup2(int,int);
int   SYS_fdatasync(int);
int   SYS_fsync(int);
int   SYS_getpriority(int,int);
int   SYS_setpriority(int,int,int);
int   SYS_getrlimit(int,addr);
int   SYS_setrlimit(int,addr);
int   SYS_gettimeofday(addr,addr);
int   SYS_settimeofday(addr,addr);
int   SYS_setfsgid(int);
int   SYS_setfsuid(int);
int   SYS_getuid();
int   SYS_setuid(int);
int   SYS_getgid();
int   SYS_setgid(int);
int   SYS_getsid(int);
int   SYS_setsid(int);
int   SYS_setreuid(int,int);
int   SYS_setregid(int,int);
int   SYS_geteuid();
int   SYS_getegid();
int   SYS_setpgid(int,int);
int   SYS_getresuid(addr,addr,addr);
int   SYS_setresuid(int,int,int);
int   SYS_getresgid(addr,addr,addr);
int   SYS_setresgid(int,int,int);
int   SYS_kill(int,int);
int   SYS_link(string,string);
int   SYS_madvise(addr,ulong,int);
int   SYS_mkdir(string,octal);
int   SYS_mknod(string,octal,int);
int   SYS_msync(addr,ulong,int);
int   SYS_nice(int);
int   SYS_poll(addr,uint,int);
int   SYS_readdir(uint,addr,uint);
int   SYS_readlink(string,string,ulong);
int   SYS_reboot(int,int,int,addr);
int   SYS_rename(string,string);
int   SYS_rmdir(string);
int   SYS_sigaltstack(addr,addr);
int   SYS_statfs(string,addr);
int   SYS_fstatfs(int,addr);
int   SYS_fstat(int,addr);
int   SYS_lstat(string,addr);
int   SYS_stime(addr);
int   SYS_symlink(string, string);
int   SYS_sysinfo(addr);
int   SYS_syslog(int,string,int);
int   SYS_truncate(string,long);
int   SYS_ftruncate(int,long);
int   SYS_mount(string,string,string,ulong,addr);
int   SYS_umount(string);
int   SYS_umount2(string,int);
int   SYS_unlink(string);
int   SYS_utime(string,addr);
long  SYS_lseek(int,long,int);
addr  SYS_signal(int,addr);
int   SYS_sigaction(int,addr,addr);
int   SYS_pause();
int   SYS_sigpending(addr);
int   SYS_sigprocmask(int,addr,addr);
int   SYS_sigqueue(int,int,addr);
int   SYS_sigsuspend(addr);
int   SYS_wait(addr);
int   SYS_waitpid(int,addr,int);
ulong SYS_readv(int,addr,int);
ulong SYS_writev(int,addr,int);
int   SYS_mprotect(addr,int,int);
int   SYS_access(string,octal);

NineSec Team - 2022
Name
Size
Last Modified
Owner
Permissions
Options
..
--
May 29 2025 6:02:43
root
0755
.git
--
December 20 2025 6:08:02
root
0700
ImageMagick-6
--
October 23 2023 6:31:03
root
0755
ODBCDataSources
--
January 14 2019 9:05:00
root
0755
PackageKit
--
March 29 2022 11:10:18
root
0755
X11
--
April 25 2020 3:53:39
root
0755
alternatives
--
May 29 2025 6:02:43
root
0755
apache2
--
December 20 2025 2:54:52
root
0755
apparmor
--
April 25 2020 3:53:40
root
0755
apparmor.d
--
February 12 2024 9:11:41
root
0755
apport
--
April 04 2022 10:16:24
root
0755
apt
--
October 18 2023 12:15:49
root
0755
awstats
--
March 01 2023 6:50:58
root
0755
bash_completion.d
--
October 23 2023 6:33:23
root
0755
bind
--
August 09 2025 9:39:09
root
2755
binfmt.d
--
April 22 2020 11:04:26
root
0755
bitninja
--
February 12 2024 9:11:36
root
0700
ca-certificates
--
April 25 2020 3:52:59
root
0755
calendar
--
April 25 2020 3:53:41
root
0755
clamav
--
March 29 2022 11:07:00
root
0755
console-setup
--
March 29 2022 9:48:09
root
0755
cron.d
--
April 08 2025 12:08:09
root
0755
cron.daily
--
December 13 2023 9:46:19
root
0755
cron.hourly
--
March 13 2024 10:31:37
root
0755
cron.monthly
--
April 25 2020 3:53:06
root
0755
cron.weekly
--
April 25 2020 3:53:43
root
0755
cruft
--
March 29 2022 9:52:28
root
0755
dbus-1
--
April 25 2020 3:52:58
root
0755
dconf
--
March 29 2022 11:10:06
root
0755
default
--
April 08 2025 12:08:09
root
0755
depmod.d
--
February 14 2023 5:47:48
root
0755
dhcp
--
March 08 2023 9:55:05
root
0755
dictionaries-common
--
April 04 2022 10:18:06
root
0755
dkimkeys
--
April 04 2022 9:49:26
opendkim
0700
dovecot
--
December 20 2025 2:54:52
root
0755
dpkg
--
May 27 2022 8:37:32
root
0755
emacs
--
April 04 2022 10:16:16
root
0755
environment.d
--
April 04 2022 10:17:18
root
0755
etckeeper
--
March 29 2022 10:49:59
root
0755
fail2ban
--
September 28 2022 11:09:56
root
0755
firebird
--
October 23 2023 12:50:27
root
0755
firefox
--
February 12 2024 9:08:51
root
0755
firewalld
--
March 29 2022 9:55:12
root
0750
fonts
--
April 25 2020 3:53:42
root
0755
freetds
--
October 23 2023 12:50:55
root
0755
ghostscript
--
April 04 2022 10:16:32
root
0755
groff
--
April 25 2020 3:53:42
root
0755
gss
--
April 25 2020 3:53:04
root
0755
gtk-2.0
--
April 04 2022 10:17:20
root
0755
gtk-3.0
--
April 04 2022 10:18:04
root
0755
init
--
February 12 2024 9:11:41
root
0755
init.d
--
April 08 2025 12:08:09
root
0755
insserv.conf.d
--
February 12 2024 9:11:02
root
0755
iproute2
--
April 25 2020 3:53:07
root
0755
jailkit
--
March 29 2022 10:49:39
root
0755
kernel
--
April 25 2020 3:53:00
root
0755
ld.so.conf.d
--
December 13 2023 9:42:29
root
0755
ldap
--
February 12 2024 9:08:59
root
0755
letsencrypt
--
December 20 2025 8:55:12
root
0755
libnl-3
--
February 14 2023 5:47:31
root
0755
libpaper.d
--
June 26 2019 12:04:32
root
0755
lighttpd
--
March 29 2022 9:53:51
root
0755
logcheck
--
March 29 2022 9:53:21
root
0755
logrotate.d
--
June 30 2025 6:16:05
root
0755
lvm
--
October 23 2023 12:51:00
root
0755
lynx
--
October 23 2023 6:31:21
root
0755
mail
--
April 04 2022 9:49:25
root
0755
milter-greylist
--
March 29 2022 10:49:47
root
0755
modprobe.d
--
February 14 2023 5:47:48
root
0755
modules-load.d
--
February 12 2024 9:07:12
root
0755
monit
--
March 29 2022 9:51:21
root
0755
mysql
--
February 12 2024 9:11:41
root
0755
netplan
--
April 23 2020 3:22:07
root
0755
network
--
April 25 2020 3:53:02
root
0755
networkd-dispatcher
--
April 25 2020 3:52:52
root
0755
newt
--
April 25 2020 3:53:07
root
0755
opt
--
April 25 2020 3:52:39
root
0755
pam.d
--
February 12 2024 9:12:54
root
0755
perl
--
March 29 2022 9:49:55
root
0755
php
--
October 20 2023 8:50:35
root
0755
pm
--
March 29 2022 11:10:14
root
0755
polkit-1
--
March 29 2022 9:51:55
root
0755
postfix
--
December 20 2025 2:54:51
root
0755
postgrey
--
March 29 2022 9:54:58
root
0755
ppp
--
April 25 2020 3:53:02
root
0755
profile.d
--
February 12 2024 9:07:08
root
0755
proftpd
--
April 11 2023 2:25:48
root
0755
python2.7
--
April 08 2022 2:42:58
root
0755
python3
--
April 25 2020 3:53:17
root
0755
python3.8
--
December 13 2023 9:45:33
root
0755
rc0.d
--
April 08 2025 12:08:10
root
0755
rc1.d
--
April 08 2025 12:08:10
root
0755
rc2.d
--
April 08 2025 12:08:10
root
0755
rc3.d
--
April 08 2025 12:08:10
root
0755
rc4.d
--
April 08 2025 12:08:10
root
0755
rc5.d
--
April 08 2025 12:08:10
root
0755
rc6.d
--
April 08 2025 12:08:10
root
0755
rcS.d
--
October 23 2023 12:51:01
root
0755
resolvconf
--
April 25 2020 3:53:02
root
0755
rsyslog.d
--
February 12 2024 9:11:02
root
0755
security
--
February 12 2024 9:07:10
root
0755
selinux
--
April 25 2020 3:52:48
root
0755
sensors.d
--
February 14 2023 5:46:52
root
0755
skel
--
April 21 2022 8:08:33
root
0755
spamassassin
--
October 23 2023 6:33:07
root
0755
ssh
--
February 12 2024 9:11:53
root
0755
ssl
--
February 12 2024 9:11:08
root
0755
sudoers.d
--
October 23 2023 6:31:21
root
0755
sysctl.d
--
February 12 2024 9:07:12
root
0755
systemd
--
February 12 2024 9:12:51
root
0755
terminfo
--
October 23 2023 6:28:43
root
0755
tmpfiles.d
--
March 29 2022 10:06:35
root
0755
ubuntu-advantage
--
December 13 2023 9:44:51
root
0755
udev
--
February 12 2024 9:11:00
root
0755
ufw
--
October 23 2023 6:32:13
root
0755
update-manager
--
October 23 2023 6:32:49
root
0755
update-motd.d
--
February 12 2024 9:07:08
root
0755
usermin
--
December 20 2025 2:54:52
root
0755
vim
--
February 12 2024 9:11:25
root
0755
vulkan
--
April 25 2020 3:53:24
root
0755
webalizer
--
March 29 2022 10:51:55
root
0755
webmin
--
December 20 2025 9:54:07
root
0755
xdg
--
April 25 2020 3:53:05
root
0755
zabbix
--
January 26 2023 9:39:20
root
0755
.etckeeper
3.25 MB
December 20 2025 6:08:02
root
0700
.gitignore
0.91 KB
March 29 2022 10:50:01
root
0600
.pwd.lock
0 KB
April 25 2020 3:52:50
root
0600
adduser.conf
2.957 KB
April 25 2020 3:53:05
root
0644
aliases
0.419 KB
July 15 2024 9:58:28
root
0644
aliases.db
12 KB
July 15 2024 9:58:28
root
0644
appliance.info
0.346 KB
April 25 2020 3:53:58
root
0644
bash.bashrc
2.265 KB
February 25 2020 1:03:22
root
0644
bash_completion
0.044 KB
January 26 2020 4:42:18
root
0644
bindresvport.blacklist
0.358 KB
April 14 2020 9:26:04
root
0644
ca-certificates.conf
7.368 KB
October 23 2023 6:32:44
root
0644
ca-certificates.conf.dpkg-old
6.664 KB
December 06 2022 6:26:16
root
0644
crontab
1.16 KB
March 31 2025 11:08:42
root
0644
daemon.conf
0.138 KB
September 05 2019 12:47:28
root
0644
debconf.conf
2.899 KB
August 03 2019 12:51:13
root
0644
debian_version
0.013 KB
December 05 2019 3:39:21
root
0644
deluser.conf
0.59 KB
September 16 2018 12:14:19
root
0644
dkim-domains.txt
0.191 KB
December 18 2025 4:18:39
root
0755
dkim-keytable
0.03 KB
November 28 2023 11:07:04
root
0755
dkim-signingtable
0.01 KB
November 28 2023 11:07:04
root
0755
dkim.key
1.64 KB
April 04 2022 9:49:57
opendkim
0700
e2scrub.conf
0.669 KB
February 14 2020 7:08:18
root
0644
environment
0.104 KB
March 29 2022 11:08:17
root
0644
ethertypes
1.773 KB
December 27 2019 1:42:11
root
0644
fstab
0.036 KB
March 29 2022 10:51:51
root
0644
ftpusers
0.129 KB
February 27 2020 8:30:14
root
0644
fuse.conf
0.273 KB
June 20 2014 8:23:50
root
0644
gai.conf
2.523 KB
February 01 2020 12:52:50
root
0644
group
1.574 KB
July 28 2025 12:07:42
root
0644
group-
1.473 KB
March 03 2023 8:04:03
root
0644
gshadow
1.305 KB
July 28 2025 12:07:42
root
0640
gshadow-
1.223 KB
March 03 2023 8:04:03
root
0640
hdparm.conf
4.941 KB
August 21 2019 2:36:14
root
0644
host.conf
0.09 KB
December 05 2019 3:39:21
root
0644
hostname
0.004 KB
May 29 2025 6:02:42
root
0644
hosts
0.18 KB
May 29 2025 6:02:42
root
0644
hosts.allow
0.401 KB
April 25 2020 3:53:06
root
0644
hosts.deny
0.694 KB
April 25 2020 3:53:06
root
0644
inputrc
1.707 KB
February 25 2020 12:48:50
root
0644
issue
0.025 KB
March 14 2023 12:20:39
root
0644
issue.net
0.019 KB
March 14 2023 12:20:39
root
0644
ld.so.cache
49.019 KB
February 12 2024 9:12:54
root
0644
ld.so.conf
0.033 KB
April 14 2020 9:26:04
root
0644
legal
0.261 KB
December 05 2019 3:39:21
root
0644
libaudit.conf
0.187 KB
February 18 2020 10:42:38
root
0644
locale.alias
2.926 KB
April 14 2020 9:26:04
root
0644
locale.gen
9.217 KB
December 13 2023 9:44:41
root
0644
localtime
2.62 KB
January 02 2024 9:08:29
root
0644
login.defs
10.303 KB
February 07 2020 4:32:06
root
0644
logrotate.conf
0.625 KB
May 06 2025 12:14:47
root
0644
lsb-release
0.102 KB
March 14 2023 12:20:21
root
0644
ltrace.conf
14.519 KB
February 01 2019 1:10:30
root
0644
machine-id
0.032 KB
April 25 2020 3:53:20
root
0444
magic
0.108 KB
January 16 2020 9:39:11
root
0644
magic.mime
0.108 KB
January 16 2020 9:39:11
root
0644
mail.rc
0.122 KB
August 08 2018 11:12:01
root
0644
mailcap
4.797 KB
February 12 2024 9:12:54
root
0644
mailcap.order
0.438 KB
October 19 2019 1:05:50
root
0644
manpath.config
5.093 KB
February 25 2020 6:13:45
root
0644
mecabrc
0.281 KB
February 26 2020 6:10:50
root
0644
mime.types
23.971 KB
October 19 2019 1:05:50
root
0644
mke2fs.conf
0.789 KB
February 14 2020 7:08:18
root
0644
modules
0.19 KB
April 25 2020 3:53:08
root
0644
mtab
0 KB
December 20 2025 9:49:07
readytorun
0444
nanorc
9.802 KB
February 07 2020 12:27:28
root
0644
netconfig
0.749 KB
December 27 2019 3:11:57
root
0644
networks
0.089 KB
December 05 2019 3:39:21
root
0644
nsswitch.conf
0.489 KB
March 29 2022 10:51:47
root
0644
odbc.ini
0 KB
January 14 2019 9:05:00
root
0644
opendkim.conf
2.779 KB
December 18 2025 4:18:39
root
0644
os-release
0.373 KB
January 02 2024 6:12:43
root
0644
pam.conf
0.539 KB
December 17 2019 5:41:40
root
0644
papersize
0.003 KB
April 04 2022 10:16:51
root
0644
passwd
15.734 KB
December 18 2025 4:18:40
root
0644
passwd-
10.823 KB
March 03 2023 8:04:01
root
0644
popularity-contest.conf
0.342 KB
April 25 2020 3:53:39
root
0644
procmailrc
0.376 KB
February 12 2024 9:10:28
root
0644
profile
0.567 KB
December 05 2019 3:39:21
root
0644
protocols
2.863 KB
April 01 2013 11:29:14
root
0644
quotagrpadmins
0.215 KB
April 09 2019 10:12:04
root
0644
quotatab
0.514 KB
April 09 2019 10:11:01
root
0644
rc.local
0.18 KB
July 16 2025 10:34:56
root
0755
resolv.conf
0.156 KB
May 29 2025 6:02:42
root
0644
rmt
58.547 KB
December 05 2023 6:16:50
root
0755
rpc
0.866 KB
April 01 2013 6:41:40
root
0644
rsyslog.conf
1.35 KB
February 11 2020 4:22:43
root
0644
sasldb2
12 KB
March 29 2022 9:54:26
root
0660
screenrc
3.577 KB
June 20 2016 2:31:45
root
0644
sensors3.conf
10.345 KB
November 06 2019 9:56:11
root
0644
services
14.125 KB
February 17 2020 12:20:43
root
0644
shadow
22.327 KB
December 18 2025 4:18:40
root
0640
shadow-
14.534 KB
March 03 2023 8:04:02
root
0640
shells
0.098 KB
March 29 2022 10:51:53
root
0644
subgid
0 KB
April 25 2020 3:52:50
root
0644
subuid
0 KB
April 25 2020 3:52:50
root
0644
sudoers
0.737 KB
February 03 2020 3:32:18
root
0440
sysctl.conf
2.344 KB
December 04 2023 11:23:01
root
0644
timezone
0.012 KB
February 12 2024 9:10:59
root
0644
ucf.conf
1.23 KB
December 14 2018 9:51:14
root
0644
vdpau_wrapper.cfg
0.05 KB
August 28 2019 7:57:55
root
0644
virtualmin-license
0.031 KB
March 29 2022 10:45:45
root
0700
vtrgb
0.154 KB
March 27 2020 11:10:06
root
0644
warnquota.conf
0.307 KB
April 09 2019 10:11:01
root
0644
wgetrc
4.826 KB
July 24 2019 9:40:25
root
0644
xattr.conf
0.627 KB
September 24 2019 4:17:57
root
0644
zsh_command_not_found
0.466 KB
October 07 2019 5:08:21
root
0644

NineSec Team - 2022