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.31
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 /
regexp /
syntax /
[ HOME SHELL ]
Name
Size
Permission
Action
compile.go
6.12
KB
-rw-r--r--
doc.go
5.28
KB
-rw-r--r--
make_perl_groups.pl
2.37
KB
-rwxr-xr-x
op_string.go
663
B
-rw-r--r--
parse.go
46.15
KB
-rw-r--r--
parse_test.go
14.46
KB
-rw-r--r--
perl_groups.go
2.35
KB
-rw-r--r--
prog.go
7.48
KB
-rw-r--r--
prog_test.go
1.83
KB
-rw-r--r--
regexp.go
7.67
KB
-rw-r--r--
simplify.go
4.2
KB
-rw-r--r--
simplify_test.go
4.01
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : op_string.go
// Code generated by "stringer -type Op -trimprefix Op"; DO NOT EDIT. package syntax import "strconv" const ( _Op_name_0 = "NoMatchEmptyMatchLiteralCharClassAnyCharNotNLAnyCharBeginLineEndLineBeginTextEndTextWordBoundaryNoWordBoundaryCaptureStarPlusQuestRepeatConcatAlternate" _Op_name_1 = "opPseudo" ) var ( _Op_index_0 = [...]uint8{0, 7, 17, 24, 33, 45, 52, 61, 68, 77, 84, 96, 110, 117, 121, 125, 130, 136, 142, 151} ) func (i Op) String() string { switch { case 1 <= i && i <= 19: i -= 1 return _Op_name_0[_Op_index_0[i]:_Op_index_0[i+1]] case i == 128: return _Op_name_1 default: return "Op(" + strconv.FormatInt(int64(i), 10) + ")" } }
Close