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.145.99.221
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 : strbuf.cocci
@ strbuf_addf_with_format_only @ expression E; constant fmt !~ "%"; @@ - strbuf_addf + strbuf_addstr (E, ( fmt | _(fmt) ) ); @@ expression E1, E2; format F =~ "s"; @@ - strbuf_addf(E1, "%@F@", E2); + strbuf_addstr(E1, E2); @@ expression E1, E2, E3; @@ - strbuf_addstr(E1, find_unique_abbrev(E2, E3)); + strbuf_add_unique_abbrev(E1, E2, E3); @@ expression E1, E2; @@ - strbuf_addstr(E1, real_path(E2)); + strbuf_add_real_path(E1, E2);
Close