Linux vmi2545633.contaboserver.net 6.1.0-32-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.129-1 (2025-03-06) x86_64
Apache/2.4.62 (Debian)
Server IP : 127.0.0.1 & Your IP : 127.0.0.1
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
doc /
netcat-traditional /
examples /
data /
Delete
Unzip
Name
Size
Permission
Date
Action
Makefile
186
B
-rw-r--r--
1996-03-20 20:14
README
440
B
-rw-r--r--
1996-03-20 20:10
data.c
6.56
KB
-rw-r--r--
1996-02-27 13:43
dns-any.d
450
B
-rw-r--r--
1996-02-01 18:13
nfs-0.d
520
B
-rw-r--r--
1996-02-01 19:30
pm.d
353
B
-rw-r--r--
1996-02-23 20:42
pmap-dump.d
1.33
KB
-rw-r--r--
1996-02-06 04:33
pmap-mnt.d
1.53
KB
-rw-r--r--
1996-02-01 19:31
rip.d
1.07
KB
-rw-r--r--
1996-02-01 19:33
rservice.c
1.41
KB
-rw-r--r--
2021-08-20 11:41
showmount.d
921
B
-rw-r--r--
1996-02-01 19:37
xor.c
1.96
KB
-rw-r--r--
1996-02-18 03:18
Save
Rename
# struct netinfo { # struct sockaddr rip_dst; /* destination net/host */ # int rip_metric; /* cost of route */ # }; # struct rip { # u_char rip_cmd; /* request/response */ # u_char rip_vers; /* protocol version # */ # u_char rip_res1[2]; /* pad to 32-bit boundary */ # union { # struct netinfo ru_nets[1]; /* variable length... */ # char ru_tracefile[1]; /* ditto ... */ # } ripun; #define rip_nets ripun.ru_nets #define rip_tracefile ripun.ru_tracefile #define RIPCMD_REQUEST 1 /* want info */ #define RIPCMD_RESPONSE 2 /* responding to request */ #define RIPCMD_TRACEON 3 /* turn tracing on */ #define RIPCMD_TRACEOFF 4 /* turn it off */ #define HOPCNT_INFINITY 16 /* per Xerox NS */ #define MAXPACKETSIZE 512 /* max broadcast size */ ### RIP packet redux ### UDP send FROM clued-rtr/520 to target/520 2 # RIPCMD_RESPONSE 1 # version 0 # padding 0 # sockaddr-plus-metric structs begin, as many as necessary... 0 # len 2 # AF_INET 0 # port 0 # addr bytes: X Y Z Q 0 # filler, out to 16 bytes [sizeof (sockaddr)] ... 0 0 0 0 0 0 0 0 # metric: net-order integer 0 0 1 ## that's it