Warning: This plugin has't been updated in over 8 years. It may no longer be maintained.
What you can do to help:
Elgg | Release | Download | Date | Links |
1.8 | 1.8.1 | (4.62 kB) | 2012-Sep-08 |
Let me start by saying that I did not create any other the tools within this plugin. I only made it so they could be a ported into plugin. Credits go to TheWorldsEnd.NET for the ping and traceroute script. I do not remember were the other scripts came from, but they were freely released under the GPL.
I would NOTuse these scripts on any live production site because there is no sort of security here. No user input is sanatized or filtered, so XSS attacks & more are quite possible. If you do plan on using these, Before data is output I would filter input by setting a variable with str_replace in an array with characters to replace, followed by running it through preg_replace, and finally html_entity_decode, then outputting.
~~~~~~~~~~~~~~
The scripts:
Resolve hostname - Enter a url to resolve to an ip and host.
Md5 hash generator - Enter text to generate it to a md5 hash
Whois lookup - Enter a domain name or ip to get the whois domain info on what you entered.
Traceroute - Enter an IP or domain to show routers (the number of hops) that it took to get the packets there and their IP addresses.
View Luny's plugins
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.