Linux vmi284606.contaboserver.net 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64
Apache/2.4.57 (Ubuntu)
: 167.86.127.34 | : 216.73.217.51
Cant Read [ /etc/named.conf ]
7.2.24-0ubuntu0.18.04.17
root
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 /
local /
go /
src /
cmd /
cover /
testdata /
html /
[ HOME SHELL ]
Name
Size
Permission
Action
html.go
483
B
-rw-r--r--
html.golden
345
B
-rw-r--r--
html_test.go
73
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : html.go
package html import "fmt" // This file is tested by html_test.go. // The comments below are markers for extracting the annotated source // from the HTML output. // This is a regression test for incorrect sorting of boundaries // that coincide, specifically for empty select clauses. // START f func f() { ch := make(chan int) select { case <-ch: default: } } // END f // https://golang.org/issue/25767 // START g func g() { if false { fmt.Printf("Hello") } } // END g
Close