Linux ip-172-26-2-223 5.4.0-1018-aws #18-Ubuntu SMP Wed Jun 24 01:15:00 UTC 2020 x86_64
Apache
: 172.26.2.223 | : 18.221.100.57
Cant Read [ /etc/named.conf ]
8.1.13
www
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
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
www /
server /
panel /
BTPanel /
static /
ace /
snippets /
[ HOME SHELL ]
Name
Size
Permission
Action
apache_conf.js
480
B
-rwxr-xr-x
batchfile.js
474
B
-rwxr-xr-x
c_cpp.js
2.92
KB
-rwxr-xr-x
csharp.js
465
B
-rwxr-xr-x
css.js
19.51
KB
-rwxr-xr-x
django.js
4.23
KB
-rwxr-xr-x
dockerfile.js
477
B
-rwxr-xr-x
golang.js
465
B
-rwxr-xr-x
html.js
19.02
KB
-rwxr-xr-x
ini.js
456
B
-rwxr-xr-x
java.js
4.54
KB
-rwxr-xr-x
javascript.js
4.08
KB
-rwxr-xr-x
json.js
459
B
-rwxr-xr-x
jsp.js
3.03
KB
-rwxr-xr-x
less.js
459
B
-rwxr-xr-x
lua.js
835
B
-rwxr-xr-x
makefile.js
530
B
-rwxr-xr-x
markdown.js
2.25
KB
-rwxr-xr-x
mysql.js
462
B
-rwxr-xr-x
nginx.js
462
B
-rwxr-xr-x
objectivec.js
477
B
-rwxr-xr-x
perl.js
5.7
KB
-rwxr-xr-x
perl6.js
462
B
-rwxr-xr-x
pgsql.js
462
B
-rwxr-xr-x
php.js
7.11
KB
-rwxr-xr-x
php_laravel_blade.js
484
B
-rwxr-xr-x
powershell.js
477
B
-rwxr-xr-x
python.js
3.91
KB
-rwxr-xr-x
r.js
2.89
KB
-rwxr-xr-x
ruby.js
21.1
KB
-rwxr-xr-x
rust.js
459
B
-rwxr-xr-x
sass.js
459
B
-rwxr-xr-x
scss.js
459
B
-rwxr-xr-x
sh.js
2.32
KB
-rwxr-xr-x
sql.js
1.24
KB
-rwxr-xr-x
sqlserver.js
2.41
KB
-rwxr-xr-x
swift.js
462
B
-rwxr-xr-x
text.js
459
B
-rwxr-xr-x
typescript.js
477
B
-rwxr-xr-x
vbscript.js
471
B
-rwxr-xr-x
verilog.js
468
B
-rwxr-xr-x
xml.js
456
B
-rwxr-xr-x
yaml.js
459
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : sql.js
define("ace/snippets/sql",["require","exports","module"],function(e,t,n){"use strict";t.snippetText="snippet tbl\n create table ${1:table} (\n ${2:columns}\n );\nsnippet col\n ${1:name} ${2:type} ${3:default ''} ${4:not null}\nsnippet ccol\n ${1:name} varchar2(${2:size}) ${3:default ''} ${4:not null}\nsnippet ncol\n ${1:name} number ${3:default 0} ${4:not null}\nsnippet dcol\n ${1:name} date ${3:default sysdate} ${4:not null}\nsnippet ind\n create index ${3:$1_$2} on ${1:table}(${2:column});\nsnippet uind\n create unique index ${1:name} on ${2:table}(${3:column});\nsnippet tblcom\n comment on table ${1:table} is '${2:comment}';\nsnippet colcom\n comment on column ${1:table}.${2:column} is '${3:comment}';\nsnippet addcol\n alter table ${1:table} add (${2:column} ${3:type});\nsnippet seq\n create sequence ${1:name} start with ${2:1} increment by ${3:1} minvalue ${4:1};\nsnippet s*\n select * from ${1:table}\n",t.scope="sql"}); (function() { window.require(["ace/snippets/sql"], function(m) { if (typeof module == "object" && typeof exports == "object" && module) { module.exports = m; } }); })();
Close