natthasath / website-shell-script

A website shell script automates the setup of a basic website, including file structure, server config, and dependency installation, saving time in the website creation process.

Repository from Github https://github.comnatthasath/website-shell-scriptRepository from Github https://github.comnatthasath/website-shell-script

πŸŽ‰ Website Shell Script

A website shell script automates the setup of a basic website, including file structure, server config, and dependency installation, saving time in the website creation process.

version rating uptime

βš“ Developer Tool

⭐ Features

  • Analytics
  • Backlink
  • Deadlink
  • Sitemap
  • Page Rank
  • Meta Data
  • Short URL
  • Multiple Language
  • Search Engine Bot
  • Cookie Consent Banner
  • SSL Certificate
  • Security
    • Brute Force (.htaccess)
    • DDoS - DDos Protection ex. Cloudflare, Government Website Protection System (GWP)
    • Backdoor

πŸ”Ž SEO

Tool Url
Semrush https://www.semrush.com/
ahrefs https://ahrefs.com/
Check PageRank https://checkpagerank.net/
QR Code https://www.the-qrcode-generator.com/

🎲 Hacking Tool

πŸ”‘ Forget Password

  • password : changeme
joomla : $2y$10$fRGvzIDKysVdCAHPL/9vC.bYINroTBWf/YbTMr0TjLGduqap6Blq2
wordpress : $P$BU1gC4Fhs2qThPJgO3qEPSgtl.K21V/

πŸ”“ Unlock User or IP (AIOS)

prefix_aiowps_login_lockdown

🎭 Open Link with Translate

<a href="https://translate.google.com/translate?hl=en&sl=th&u=https://www.example.com" target="_blank">Link</a>

πŸ₯ Manual Backup

  • Export database
mysqldump -u root -p database_name > db.sql
  • Import database
mysql -u root -p database_name < db.sql
  • Compress the website
tar -czvf web.tar.gz /web
  • Extract the website
tar -xzvf web.tar.gz

🎏 Tool

About

A website shell script automates the setup of a basic website, including file structure, server config, and dependency installation, saving time in the website creation process.

License:MIT License


Languages

Language:Shell 100.0%