Skip to content

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

Notifications You must be signed in to change notification settings

natthasath/website-shell-script

Repository files navigation

🎉 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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages