Appzmaster Posted November 5, 2007 Share Posted November 5, 2007 Just a small thing I came up with to list dns records and what not. http://hosting-needs.com/testscripts/mxtest2.php feel free to comment on it. Link to comment https://forums.phpfreaks.com/topic/76089-beta-dns-lookup-tool/ Share on other sites More sharing options...
php_tom Posted November 5, 2007 Share Posted November 5, 2007 Full Path Disclosure if you enter something thats not a domain, or if you include the HTTP://WWW: Warning: asort() expects parameter 1 to be array, null given in /home/mainsite/public_html/testscripts/mxtest2.php on line 35 Warning: array_keys() [function.array-keys]: The first argument should be an array in /home/mainsite/public_html/testscripts/mxtest2.php on line 37 Nice script though. Link to comment https://forums.phpfreaks.com/topic/76089-beta-dns-lookup-tool/#findComment-385182 Share on other sites More sharing options...
Appzmaster Posted November 5, 2007 Author Share Posted November 5, 2007 yea i noticed that i have been looking into correcting that i figure ill just tell it to read the host name and the tld and ignore all else in front of those 2 things but thanks =) im planing on starting a DNS tools site so will be more to come =) Link to comment https://forums.phpfreaks.com/topic/76089-beta-dns-lookup-tool/#findComment-385215 Share on other sites More sharing options...
agentsteal Posted November 6, 2007 Share Posted November 6, 2007 Cross Site Scripting: There is Cross Site Scripting on http://www.hosting-needs.com/testscripts/ftptest1.php if the fields contain code. Full Path Disclosure: There is Full Path Disclosure on http://www.hosting-needs.com/testscripts/ftptest1.php if you submit an FTP server. Warning: ftp_connect() [function.ftp-connect]: php_network_getaddresses: getaddrinfo failed: Name or service not known in /home/mainsite/public_html/testscripts/ftptest1.php on line 35 Warning: ftp_login() expects parameter 1 to be resource, boolean given in /home/mainsite/public_html/testscripts/ftptest1.php on line 38 Full Path Disclosure: There is Full Path Disclosure if you submit a host. Warning: asort() expects parameter 1 to be array, null given in /home/mainsite/public_html/testscripts/mxtest2.php on line 26 Warning: array_keys() [function.array-keys]: The first argument should be an array in /home/mainsite/public_html/testscripts/mxtest2.php on line 28 User Enumeration: http://www.hosting-needs.com/~mainsite Link to comment https://forums.phpfreaks.com/topic/76089-beta-dns-lookup-tool/#findComment-385929 Share on other sites More sharing options...
Appzmaster Posted November 6, 2007 Author Share Posted November 6, 2007 what is bad about user enumeration? I just use that so when people create an hosting account with me they can access their site before their domain gets working. Link to comment https://forums.phpfreaks.com/topic/76089-beta-dns-lookup-tool/#findComment-386108 Share on other sites More sharing options...
Recommended Posts