Sinisterly
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)

Pages: 1 2 3 4 5 6


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 .php
For example, save it as scanner.php" which is that code you give us,now where do we put our url,thats the part i dont understand,explain to me how do u submit ur url to ____?
After 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 complicated
Alright, 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 complicated
Alright, 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 Sad


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");