![]() |
|
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 - The Alchemist - 07-04-2013 (07-03-2013, 07:44 PM)stranded4eva Wrote: Ohhh i seee hmm this is nice,can i see a sample so i can get to understand better.I don't have a sample. Sorry. (07-03-2013, 07:44 PM)stranded4eva Wrote: Also you said "Copy-paste the code in notepad, save it with the extension .phpAfter you make scanner.php , upload the file scanner.php to your web hosting account or your localhost and then open scanner.php from your localhost or your website. Thats where you submit the url. Have you even tried before asking? [google]How to run a PHP script?[/google] RE: Vulnerability Scanner By The Alchemist - stranded4eva - 07-05-2013 Ok now u said it nah i know how to run a php was just a long time n this is complicated RE: Vulnerability Scanner By The Alchemist - stranded4eva - 07-05-2013 Ok now u said it nah i know how to run a php was just a long time n this is complicated RE: Vulnerability Scanner By The Alchemist - The Alchemist - 07-05-2013 (07-05-2013, 12:23 AM)stranded4eva Wrote: Ok now u said it nah i know how to run a php was just a long time n this is complicatedAlright, if you are still having confusions, let me know. RE: Vulnerability Scanner By The Alchemist - The Alchemist - 07-05-2013 (07-05-2013, 12:23 AM)stranded4eva Wrote: Ok now u said it nah i know how to run a php was just a long time n this is complicatedAlright, if you are still having confusions, let me know. RE: Vulnerability Scanner By The Alchemist - Boomslang - 07-05-2013 I haven't checked the php code yet but I loved the designing :lub: RE: Vulnerability Scanner By The Alchemist - The Alchemist - 07-05-2013 (07-05-2013, 07:55 AM)RootTheSystem Wrote: I haven't checked the php code yet but I loved the designing :lub:Thanks. Well, the design was made by a friend of mine. I've given credits to him on the thread itself. He's an excellent web designer and developer. RE: Vulnerability Scanner By The Alchemist - SlamberGamer - 08-02-2013 hi there how do i enable php curl in my webhosting.. http://webscanner.p.ht/Vulnerability_Scanner when i open it.. it just crash
RE: Vulnerability Scanner By The Alchemist - The Alchemist - 08-02-2013 You can only enable it from your php.ini file. If you're doing it from your localhost : stackoverflow.com/questions/1347146/how-to-enable-curl-in-php-xampp‎ I dont think you can do anything about it if your hosting account has disabled curl. RE: Vulnerability Scanner By The Alchemist - zomgwtfbbq - 08-06-2013 You can also try to load the curl extension at runtime. At the start of your script: PHP Code: dl("curl.so");
|