Linux iad1-shared-b7-18 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
Apache
: 67.205.6.31 | : 216.73.216.171
Cant Read [ /etc/named.conf ]
8.2.29
fernandoquevedo
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 /
share /
doc /
libchm1 /
[ HOME SHELL ]
Name
Size
Permission
Action
AUTHORS
942
B
-rw-r--r--
README.gz
2.45
KB
-rw-r--r--
changelog.Debian.gz
1.42
KB
-rw-r--r--
copyright
2.55
KB
-rw-r--r--
mozilla_helper.sh
674
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : mozilla_helper.sh
#!/bin/sh # redirect to another port on localhost # this is meant to run as a helper application under mozilla host=127.0.0.1 port=8081 echo "unpacking :$*: on $host:$port" >/tmp/chm.log chm_http --port=$port --bind=$host "$*" >chm.log 2>&1 & HTTP=/tmp/chm2http.html echo "<html><head><title>$*</title>" >$HTTP echo "<meta http-equiv='refresh' content=\"5; url=http://$host:$port/\">" >>$HTTP echo "<title>working</title></head>" >>$HTTP echo "<body>please wait while I unpack :$*:<br>working...<br><br>" >>$HTTP echo "chm_http reports:<br>" >>$HTTP cat chm.log >>$HTTP echo "</body></html>" >>$HTTP mozilla -remote "openURL($HTTP)" rm -f /tmp/chm.log /tmp/chm2http.html
Close