GitHunt

Anto Online

AntoOnline

Welcome to the code repository of https://anto.online. You will find useful code snippets, cheatsheets, and templates.

Anto Online
./

Languages

Shell52%Python26%PHP17%Java4%

Loading contributions...

Top Repositories

Repositories

28
AN
AntoOnline/bash-script-kill-zombie-processes

This script identifies and eliminates zombie processes on a Linux system. It first detects all zombie processes, then iterates through each one, killing the parent process to clean up the zombies. If necessary, the script will forcibly kill the parent process to ensure the removal of the zombie process.

Shell10Updated 2 years ago
linuxprocessesubuntuzombie
AN
AntoOnline/bash-script-docker-virustotal-scan-containers

Bash script that backs up Docker images or containers, and then scans them using VirusTotal.

Shell161Updated 2 years ago
bashcontainersdockerimagesmalwaretrojansvirusvirus-totalvirustotal
AN
AntoOnline/bash-script-wordpress-docker-fix-permissions

This script identifies running WordPress instances in Docker containers and fixes their file and directory permissions. It sets the correct ownership, file, and directory permissions for the WordPress root directory, and adjusts group permissions for the wp-content folder and its subdirectories.

Shell21Updated 2 years ago
dockerpermissionsubuntuwordpress
AN
AntoOnline/sync-local-files-to-aws-s3-via-bash

This is a simple bash script to upload css and image files to a public AWS S3 bucket.

Shell00Updated 2 years ago
AN
AntoOnline/python-cloudflare-dns-checker

This script retrieves all A and AAAA records for all domains in a Cloudflare account, and performs DNS and basic HTTP/HTTPS status code checks to verify that the records are set up correctly.

Python10Updated 2 years ago
aaaaacloudflarednshttppythonstatus
AN
AntoOnline/bash-script-dns-propagation-checker

The script allows users to query DNS servers for a domain's record types and log the output.

Shell00Updated 2 years ago
bashdnsglobalpropagationrecords
AN
AntoOnline/clamscan-docker

This Docker container will use ClamAV to scan a mounted volume for viruses and send an email or Slack message if a virus is found.

Shell10Updated 2 years ago
clamavdockermalwareubuntuvirus
AN
AntoOnline/docker-wordpress-custom

This wp-config.php configures WordPress using environment variables.

PHP00Updated 2 years ago
configenvironment-variableswordpress
AN
AntoOnline/wordpress-plugin-request-logger

Wordpress plugin to determine the request headers being sent.

PHP00Updated 2 years ago
cf-connecting-ipcloudflareproxywordpressx-forwarded-forx-real-ip
AN
AntoOnline/python-check-all-opensrs-email-dns

Email Config Checker checks emails account spf, dns, dkim and email reachability.

Python00Updated 2 years ago
dkimdnsemailopensrspythonspf
AN
AntoOnline/jenkins-tool-check-dnssec

No description provided.

00Updated 2 years ago
AN
AntoOnline/python-dnssec-checker

DNSSec checker for domains to validate if all is OK.

Python00Updated 2 years ago
dnsdnssecpython3
AN
AntoOnline/backup-mysql-dbs-and-files-to-aws-s3-via-bash

Useful and highly configurable Bash script to backup MySQL databases, folders, zip them, and then upload them to AWS S3.

Shell01Updated 2 years ago
awsaws-s3backupbackup-scriptbashbash-scriptinnodblinuxmyisammysqlmysql-database
AN
AntoOnline/ansible-playbook-lambda-python-s3-s3-event

Deploy a Lambda Function, S3 and S3 Event using Ansible.

Python00Updated 2 years ago
ansibleansible-playbookawsaws-iamaws-lambdaaws-s3s3-event-trigger
AN
AntoOnline/aws-lambda-python-send-sms-to-twillio-from-s3

Send an SMS to Twilio using an AWS Lambda Python function triggered from an S3 bucket put event.

Python00Updated 2 years ago
aws-lambdaaws-s3python3twiliotwillio-api
AN
AntoOnline/aws-lambda-python-send-email-wth-attachment-to-ses

This Python script is an AWS Lambda function that reads HTML files from an S3 bucket and sends them as emails using Amazon SES. It extracts metadata from files, composes emails with attachments, sends them, and moves the files to different folders in the bucket based on the sending success.

Python00Updated 2 years ago
awspython3s3-bucketses
AN
AntoOnline/simple-maven-app-for-jenkins

This Java code is a simple "Hello, World!" application. It contains a class named `App` in the package `com.mycompany.app`. The `main` method prints "Hello World!" to the console when the program is executed.

Java01Updated 4 years ago
javamaven
AN
AntoOnline/jenkins-tool-create-mysql-db-and-user

This Jenkins pipeline creates a MySQL user and database, taking parameters for stack code, app code, encoding, max connections, MySQL host, and port. It installs the MySQL client, generates a random password, creates the database and user, and flushes MySQL privileges.

00Updated 2 years ago
createdatabasejenkinsmysqlubuntuuserwordpress
AN
AntoOnline/jenkins-tool-wordpress-reset-user-password

This Jenkins pipeline resets a WordPress user's password on the MySQL database.

00Updated 2 years ago
dockerjenkinsmysqlreset-passwordubuntu
AN
AntoOnline/jenkins-tool-wordpress-replace-site-url

This Jenkins pipeline updates WordPress URLs in a database. It takes parameters for old and new URLs, MySQL credentials, and the WordPress table prefix. It checks for and installs the MySQL client if needed, then runs SQL queries to replace the old URL with the new one in relevant fields.

00Updated 2 years ago
jenkinsjenkinsfilereplaceurlwordpress
AN
AntoOnline/jenkins-tool-create-random-character-strings

This Jenkins pipeline generates random usernames and passwords based on the provided length parameters. It then creates various password hashes, including base64, SHA-256, and MD5, and outputs the generated username and password hashes to the console.

00Updated 2 years ago
jenkins-pipelinepasswordrandom-generationubuntuusername
AN
AntoOnline/bash-script-wordpress-docker-verify-checksums

This script checks the integrity of WordPress installations running in Docker containers by verifying their checksums using wp-cli. It identifies containers running WordPress instances, installs wp-cli if necessary, and runs the wp core verify-checksums command.

Shell00Updated 2 years ago
dockermalwareslackubuntuverify-checksumswordpresswp-cli
AN
AntoOnline/bash-script-wordpress-docker-run-cron

This script locates running WordPress instances in Docker containers and triggers the execution of their cron jobs. It iterates through each WordPress instance, changes to the WordPress root directory inside the container, and runs the `wp-cron.php` script as the `www-data` user.

Shell00Updated 2 years ago
crondockerubuntuwordpress
AN
AntoOnline/bash-script-monitor-docker-high-cpu

This script monitors CPU load on a system running Docker and generates a report if the load exceeds a specified threshold. It displays the top 5 containers contributing to high CPU load, overall CPU usage, and top 50 processes on the host. Optionally, the report can be sent to Slack if a webhook URL is provided.

Shell01Updated 2 years ago
cpu-monitoringdockerslackubuntu
AN
AntoOnline/bash-script-aws-cloudwatch-delete-log-groups

This script automates the process of deleting AWS CloudWatch log groups in a specified region. It retrieves the list of log groups, prompts the user for confirmation, and then deletes them one by one. Ideal for cleaning up unnecessary log groups and reducing storage costs.

Shell00Updated 2 years ago
awsbulk-deletecloudwatchlog-groups
AN
AntoOnline/laravel-8-site-template

A Basic Laravel 8 site template with login, logout, password reminder, and other functionality.

PHP00Updated 2 years ago
AN
AntoOnline/wp-youtube-lyteFork

Embed YouTube on WordPress for optimal performance

PHP00Updated 4 years ago
AN
AntoOnline/invoiceninja-4.5.34

A Docker image built using php:7.2.30-apache-buster and Invoice Ninja 4.5.34.

Shell00Updated 4 years ago
dockerdocker-composeinvoice-ninjainvoiceninja

Gists

Recent Activity