Hmas Tip ๐Ÿ’ก

๐Ÿ–ฅ๏ธ HMAS API โ€“ SSH Login Prank Example

Turn a simple SSH login into a dramatic hacker-style experience using the HMAS API.

Perfect for surprising your teammates or adding flavor to a dev server.


โš ๏ธ Disclaimer

This is meant for humor and harmless fun.

Do NOT use this in production environments or to deceive people maliciously.

Be funny, not felonious.


๐Ÿง  What You Need

  • A Unix-based server (Linux/macOS)

  • SSH access

  • cURL installed

  • .bashrc or .bash_profile edit access


๐Ÿš€ The Prank Setup

Add the following lines to your .bashrc or .bash_profile on the remote server:


# HMAS SSH Prank Welcome Message

API_KEY="testkey123"

MSG="ghost"

FORMAT="txt"

MESSAGE=$(curl -s "https://carlostkd.ch/hmas/api.php?msg=$MSG&format=$FORMAT&apikey=$API_KEY")

echo ""

echo "๐Ÿง  HMAS TERMINAL ACTIVATED"

echo "$MESSAGE"

echo "๐Ÿ”“ Session monitored. Please proceed with caution."

echo ""

After saving, run:


source ~/.bashrc  # or source ~/.bash_profile


๐Ÿงช What Happens

Next time anyone logs in via SSH, theyโ€™ll see something like:


๐Ÿง  HMAS TERMINAL ACTIVATED

โ˜ ๏ธ WARNING: AI unit detected unauthorized entropy access. Protocol chaos initiated.

๐Ÿ”“ Session monitored. Please proceed with caution.


๐ŸŽจ Customize It

  • Change MSG to ai, debug, cyberpunk, fun, etc.

  • Try different format= like json, html, or yaml

  • Use mode=daily or category= for themed results


๐Ÿ›ก๏ธ Reverting the Prank

Just remove or comment out the prank lines from .bashrc or .bash_profile:


# HMAS Prank removed


๐Ÿ’ก Bonus Tip

Combine this with ASCII art for maximum drama:


figlet -f cybermedium "ACCESS LOGGED"


Make every login memorable โ€” and slightly terrifying.


You'll only receive email when they publish something new.

More from Carlostkd โœ…
All posts