Linux lorencats.com 5.10.103-v7l+ #1529 SMP Tue Mar 8 12:24:00 GMT 2022 armv7l
Apache/2.4.59 (Raspbian)
: 10.0.0.29 | : 216.73.216.130
Cant Read [ /etc/named.conf ]
7.3.31-1~deb10u7
root
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
netcat-traditional /
examples /
data /
[ HOME SHELL ]
Name
Size
Permission
Action
Makefile
186
B
-rw-r--r--
README
440
B
-rw-r--r--
data.c
6.56
KB
-rw-r--r--
dns-any.d
450
B
-rw-r--r--
nfs-0.d
520
B
-rw-r--r--
pm.d
353
B
-rw-r--r--
pmap-dump.d
1.33
KB
-rw-r--r--
pmap-mnt.d
1.53
KB
-rw-r--r--
rip.d
1.07
KB
-rw-r--r--
rservice.c
1.41
KB
-rw-r--r--
showmount.d
921
B
-rw-r--r--
xor.c
1.96
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : rip.d
# 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
Close