Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64
Apache
: 172.26.7.228 | : 3.129.210.36
Cant Read [ /etc/named.conf ]
5.6.40-24+ubuntu18.04.1+deb.sury.org+1
www-data
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
git /
contrib /
coccinelle /
[ HOME SHELL ]
Name
Size
Permission
Action
README
129
B
-rw-r--r--
array.cocci
777
B
-rw-r--r--
free.cocci
146
B
-rw-r--r--
object_id.cocci
1.31
KB
-rw-r--r--
qsort.cocci
610
B
-rw-r--r--
strbuf.cocci
445
B
-rw-r--r--
swap.cocci
280
B
-rw-r--r--
xstrdup_or_null.cocci
161
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : object_id.cocci
@@ expression E1; @@ - is_null_sha1(E1.hash) + is_null_oid(&E1) @@ expression E1; @@ - is_null_sha1(E1->hash) + is_null_oid(E1) @@ expression E1; @@ - sha1_to_hex(E1.hash) + oid_to_hex(&E1) @@ identifier f != oid_to_hex; expression E1; @@ f(...) {... - sha1_to_hex(E1->hash) + oid_to_hex(E1) ...} @@ expression E1, E2; @@ - sha1_to_hex_r(E1, E2.hash) + oid_to_hex_r(E1, &E2) @@ identifier f != oid_to_hex_r; expression E1, E2; @@ f(...) {... - sha1_to_hex_r(E1, E2->hash) + oid_to_hex_r(E1, E2) ...} @@ expression E1; @@ - hashclr(E1.hash) + oidclr(&E1) @@ identifier f != oidclr; expression E1; @@ f(...) {... - hashclr(E1->hash) + oidclr(E1) ...} @@ expression E1, E2; @@ - hashcmp(E1.hash, E2.hash) + oidcmp(&E1, &E2) @@ identifier f != oidcmp; expression E1, E2; @@ f(...) {... - hashcmp(E1->hash, E2->hash) + oidcmp(E1, E2) ...} @@ expression E1, E2; @@ - hashcmp(E1->hash, E2.hash) + oidcmp(E1, &E2) @@ expression E1, E2; @@ - hashcmp(E1.hash, E2->hash) + oidcmp(&E1, E2) @@ expression E1, E2; @@ - hashcpy(E1.hash, E2.hash) + oidcpy(&E1, &E2) @@ identifier f != oidcpy; expression E1, E2; @@ f(...) {... - hashcpy(E1->hash, E2->hash) + oidcpy(E1, E2) ...} @@ expression E1, E2; @@ - hashcpy(E1->hash, E2.hash) + oidcpy(E1, &E2) @@ expression E1, E2; @@ - hashcpy(E1.hash, E2->hash) + oidcpy(&E1, E2)
Close