Linux id-dci-web1412.main-hosting.eu 5.14.0-611.20.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jan 14 06:35:04 EST 2026 x86_64
LiteSpeed
: 2a02:4780:6:1512:0:19fc:adf1:2 | : 216.73.216.85
Cant Read [ /etc/named.conf ]
8.1.34
u435990001
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
README
+ Create Folder
+ Create File
/
opt /
gsutil /
third_party /
certifi /
.github /
workflows /
[ HOME SHELL ]
Name
Size
Permission
Action
bump.yml
1.15
KB
-rw-r--r--
ci.yml
1.2
KB
-rw-r--r--
lock.yml
447
B
-rw-r--r--
release.yml
1.29
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : bump.yml
name: Bump cacert.pem on: workflow_dispatch: schedule: # Run daily - cron: "0 0 * * *" permissions: contents: read jobs: bump: if: github.repository_owner == 'certifi' runs-on: ubuntu-latest permissions: contents: write # for peter-evans/create-pull-request to create branch pull-requests: write # for peter-evans/create-pull-request to create a PR steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - run: make update - name: Update date id: update-date run: | if ! git diff --quiet certifi/cacert.pem ; then DATE=$(date +"%Y.%m.%d") sed -E -i "s/__version__ = .*/__version__ = \"${DATE}\"/" certifi/__init__.py echo "DATE=${DATE}" >> $GITHUB_OUTPUT fi - name: Create Pull Request uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8 with: commit-message: "${{ steps.update-date.outputs.DATE }}" title: "${{ steps.update-date.outputs.DATE }}" token: ${{ secrets.GITHUB_TOKEN }} if: steps.update-date.outputs.DATE
Close