Advertisement
MarkoAlvarez

ipchecker.sh

Apr 19th, 2014
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
  2.  
  3. #!/bin/bash
  4.  
  5. clear
  6.  
  7.  
  8.  
  9. echo "######################################"
  10. echo "# http://www.dark-side.com #"
  11. echo "# Email: admin@dark-side.com #"
  12. echo "# Challenge = Opportunity #"
  13. echo "######################################"
  14.  
  15. echo ""
  16. echo ""
  17. echo "Checking Assigned ISP IP Address"
  18. echo "This may take a few seconds"
  19. echo ""
  20. echo "Your IP is: "
  21. curl -s checkip.dyndns.org|sed -e 's/.*Current IP Address: //' -e 's/<.*$//'
  22. echo ""
  23. echo "If you do not see your IP address, you may not be connected to the internet."
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement