![]() |
|
Vulnerability Scanner By The Alchemist - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Coding (https://sinister.ly/Forum-Coding) +--- Forum: PHP (https://sinister.ly/Forum-PHP) +--- Thread: Vulnerability Scanner By The Alchemist (/Thread-Vulnerability-Scanner-By-The-Alchemist) |
RE: Vulnerability Scanner By The Alchemist - 1llusion - 02-25-2013 Just came to my mind, do you have it uploaded somewhere? If not, I could host it for ya (for free)Just shoot me a pm and I'll give you FTP
RE: Vulnerability Scanner By The Alchemist - The Alchemist - 02-26-2013 (02-25-2013, 08:28 PM)LiXon Wrote: Good one man, but one thing :Thanks man. I absolutely have no idea how that PHP tag came along in the beginning. I never make such mistakes. I think there is a small coding error in forum script of Hack Community. Thanks for notifying. I'll report it to bluedog. (02-25-2013, 08:39 PM)1llusion Wrote: Just came to my mind, do you have it uploaded somewhere? If not, I could host it for yaI'm thinking of making a new free web hosting account, getting myself a .tk domain and uploading all my scripts there. If the host provider has problems with them(since the scripts are hacking related), I'll ask you for one. Thanks for offering man. It really means a lot. RE: Vulnerability Scanner By The Alchemist - 1llusion - 02-26-2013 (02-26-2013, 01:36 PM)The Alchemist Wrote:(02-25-2013, 08:28 PM)LiXon Wrote: Good one man, but one thing :Thanks man. I absolutely have no idea how that PHP tag came along in the beginning. I never make such mistakes. I think there is a small coding error in forum script of Hack Community. Thanks for notifying. I'll report it to bluedog. Well since I have onshore hosting too, I'd just ask for 1 script modification and that is simply making sure, that people scan only their own websites (I can code that for you)
RE: Vulnerability Scanner By The Alchemist - The Alchemist - 02-26-2013 (02-26-2013, 02:33 PM)1llusion Wrote: Well since I have onshore hosting too, I'd just ask for 1 script modification and that is simply making sure, that people scan only their own websitesScan only their own websites? Do you mean something like this? PHP Code: <?php
if(!strstr($_POST['target'],$_SERVER['hostname'])) // or it might be $_SERVER['host'](just a small confusion)
{
echo "You cannot scan some other website";
exit();
}
?>
RE: Vulnerability Scanner By The Alchemist - 1llusion - 02-26-2013 (02-26-2013, 03:59 PM)The Alchemist Wrote:(02-26-2013, 02:33 PM)1llusion Wrote: Well since I have onshore hosting too, I'd just ask for 1 script modification and that is simply making sure, that people scan only their own websitesScan only their own websites? Nah, my idea is to simply make a password and some random string then combine them and together we get some result. Then we ask the users to post the result as an extra file on their website. When they will want to scan the website, they will have to enter the password and the script will check the file
RE: Vulnerability Scanner By The Alchemist - RA1N - 02-26-2013 Looks good. Hate that I don't know PHP but I will get to it eventually. RE: Vulnerability Scanner By The Alchemist - HrDe - 02-26-2013 Nice work done bro, and also thanks for share. RE: Vulnerability Scanner By The Alchemist - bluedog.tar.gz - 02-26-2013 Well done, very interesting! You can make this a hc official if you want. RE: Vulnerability Scanner By The Alchemist - The Alchemist - 02-26-2013 (02-26-2013, 04:24 PM)1llusion Wrote: Nah, my idea is to simply make a password and some random string then combine them and together we get some result. Then we ask the users to post the result as an extra file on their website.Yeah, thats a good idea. McAfee had once asked me to do this to verify whether the site I'm reqistering is mine or not. (02-26-2013, 04:36 PM)RA1N Wrote: Looks good. Hate that I don't know PHP but I will get to it eventually.Thanks dude. (02-26-2013, 05:07 PM)HrDe Wrote: Nice work done bro, and also thanks for share.Thanks for the compliments bro. (02-26-2013, 05:16 PM)bluedog.tar.gz Wrote: Well done, very interesting! You can make this a hc official if you want.Sure. Why not? RE: Vulnerability Scanner By The Alchemist - bluedog.tar.gz - 02-26-2013 (02-26-2013, 06:35 PM)The Alchemist Wrote:(02-26-2013, 05:16 PM)bluedog.tar.gz Wrote: Well done, very interesting! You can make this a hc official if you want.Sure. Why not? Just make sure its HC related : ) |