Advertisement
Guest User

Untitled

a guest
Aug 15th, 2017
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #!/bin/bash
  2. # login for HaqSHELLS - MOTD+MENU
  3.  
  4. echo -n "
  5. +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~+
  6.  
  7. Welcome to HaqSHELLS!
  8. ~~~~~~~~~~~~~~
  9. This is a private server..
  10. All connection attempts are logged and monitored..
  11. By connecting to this server you agree to be bound by the terms
  12. in our TOS wich is made up as-we-go!
  13. Otherwise,enjoy your stay!
  14.  
  15. +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~+
  16.  
  17. HaqSHELLS Online UNIX SHELL Services
  18. ____________
  19. ___|  __|_  )  RedHAT ENT Linux EC2
  20.  _|  (     /
  21. ___|\___|___|
  22. Located In (N/C) North America,USA
  23. ~~~~~~~~~~~~~~
  24.  
  25. Box Specs:
  26. * RedHat ENT Level Amazon Linux (EC2) O/S
  27. * 2.8Ghz Intel Core-2-Duo CPU
  28. * 1.5Gig DDR2 Ram
  29. * 500GB HDD / RAID1
  30. * 150Mbps Uplink
  31. * IPv6 IPs wich reverse onto Hostnames!
  32. * Anti DDoS + Online Firewall
  33. * OpenVZ,CPanel.. and much More!
  34. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  35. BOX Menu:
  36. ~~~~~~~~~~~~~~
  37. get-psy            ~~ Tells you how to config your psyBNC and starting it up
  38. get-egg            ~~ Installs Modified 1.6.19(SSL+Ipv6+Threadfix+Ctctpfix+more) EGGDROP into your /home/shell
  39. znc --makeconf     ~~ Installs ZNC.v0.098 (+Extras.&.Modules) ~ (BNC Like Application) in your /home/shell
  40. vhosts             ~~ List of VHosts Available / IPv6 (IP6 -> VHost) [ Total: 165 ]
  41. motd               ~~ Shows the MOTd
  42. uptime             ~~ Shows the Box's Uptime
  43. passwd             ~~ Change your Password using this command (passwd <new-pass> ,follow the onscreen instructions)
  44. ";
  45. -Have Fun! (Staff)
  46.  
  47. echo -n "$DATE";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement