![]() |
|
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 - gr8sight - 01-06-2013 (12-31-2012, 07:45 AM)The Alchemist Wrote: First of all, I'd like to thank a hell lot to my friend ande, who helped me out with this project. And also merge it in Havij in admin text.... RE: Vulnerability Scanner By The Alchemist - zomgwtfbbq - 01-07-2013 (01-06-2013, 03:30 PM)The Alchemist Wrote:No problem.(01-06-2013, 02:36 PM)zomgwtfbbq Wrote: Actually I meant that curl also has options that allow you to connect through proxies, otoh the method you described works fine of course.Oh yes. Now I understand. Yeah, that could be done too. CURLOPT_PROXYAUTH is what is required. RE: Vulnerability Scanner By The Alchemist - The Alchemist - 01-07-2013 gr8sight : sorry. but could not understand what you're trying to say. zomgwtfbbg : but if we use proxy of curl, there will be a problem, for every request to a remote server, we'll have to connect to the proxy each time. thus making the script slow. RE: Vulnerability Scanner By The Alchemist - 1llusion - 01-07-2013 Nice ![]() You might want to add more than 1 kind of SQL injection ![]() (for example blind, you try different injections and compare the output
RE: Vulnerability Scanner By The Alchemist - The Alchemist - 01-07-2013 (01-07-2013, 05:54 PM)1llusion Wrote: NiceThanks for the feedback 1llusion. As you said, even I feel the same. Now since I know PHP cURL and multi cURL handling, I should have made them too easily. I'll do that too some other time. Thanks for the suggestion. RE: Vulnerability Scanner By The Alchemist - Nailo - 01-07-2013 what gr8sight was trying to say is that if this has a admin log in page finder. RE: Vulnerability Scanner By The Alchemist - The Alchemist - 01-07-2013 (01-07-2013, 07:14 PM)LiveFaster Wrote: what gr8sight was trying to say is that if this has a admin log in page finder.If he's talkin about this : http://www.hackcommunity.com/Thread-PHP-The-Alchemist-s-Admin-Page-Finder Deque had suggested me to load admin log from an external TXT file instead of a huge array that I'd used in the script. Thats actually a better idea. But I'd already released the script, so, if anybody wants, I can make another script too that will load admin logs from an external TXT file. BTW, we should talk about the admin page finder here : http://www.hackcommunity.com/Thread-PHP-The-Alchemist-s-Admin-Page-Finder And not in this thread. RE: Vulnerability Scanner By The Alchemist - hackarchives - 01-24-2013 You have become a better programmer Alchemist..I can clearly see the difference between an old you and now you!!! RE: Vulnerability Scanner By The Alchemist - The Alchemist - 01-24-2013 (01-24-2013, 10:49 AM)hackarchives Wrote: You have become a better programmer Alchemist..I can clearly see the difference between an old you and now you!!!Thanks a lot man. Feels good to hear something like this from a good PHP coder. RE: Vulnerability Scanner By The Alchemist - LiXon - 02-25-2013 Good one man, but one thing : Code: <?php
<html>
<head>
<title>Vulnerability Scanner</title>
etc...<?php is wrong there because is html and you'll get syntax error ( i got )... Just edit it :p |