<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>DFF Scanner</title>
        <description>Hello,

I wrote some php class for finding common folders on web locations. Maybe someone find it usefull as I'm.

It has scan in deep, proxy driven, dic file input, first letter chose, ... there is more place to upgrade, but I want to share and hear suggestions first.

DFF Scanner v 1.0

Regards,
Ivan</description>
        <link>http://sla.ckers.org/forum/read.php?12,11148,11148#msg-11148</link>
        <lastBuildDate>Sat, 18 May 2013 11:27:58 -0500</lastBuildDate>
        <generator>Phorum 5.2.15a</generator>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?12,11148,11507#msg-11507</guid>
            <title>Re: DFF Scanner</title>
            <link>http://sla.ckers.org/forum/read.php?12,11148,11507#msg-11507</link>
            <description><![CDATA[Ip check is updated with ip2long() function and stristr is updated with stripos.<br />
I have some problems with hash function and because that I still use md5(), but logic is optimised better (less calls to this function).<br />
<br />
Url is the same: http://security-net.biz/files/dff/DFF.zip<br />
<br />
CrYpTiC_MauleR, thanks for usefull tips ;)<br />
<br />
<br />
Regards,<br />
Ivan]]></description>
            <dc:creator>Ivan</dc:creator>
            <category>Projects</category>
            <pubDate>Sun, 13 May 2007 05:03:05 -0500</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?12,11148,11501#msg-11501</guid>
            <title>Re: DFF Scanner</title>
            <link>http://sla.ckers.org/forum/read.php?12,11148,11501#msg-11501</link>
            <description><![CDATA[if(ereg(&quot;(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)&quot;, $urlz[2])) {<br />
<br />
I'm guessing is your IP validation, the same can be achieved using http://www.php.net/ip2long which would be much faster.<br />
<br />
You also use stristr() to check for instances of a string, the same can be done using strpos() also much faster.<br />
<br />
You also use md5() using hash('MD5', $variable) is also much faster.<br />
<br />
That should speed up the scanning =o), Excellent class thus far, keep up the great work!]]></description>
            <dc:creator>CrYpTiC_MauleR</dc:creator>
            <category>Projects</category>
            <pubDate>Sat, 12 May 2007 18:51:23 -0500</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?12,11148,11489#msg-11489</guid>
            <title>Re: DFF Scanner</title>
            <link>http://sla.ckers.org/forum/read.php?12,11148,11489#msg-11489</link>
            <description><![CDATA[Ok, here it is a new version ...<br />
<br />
It is a two classes now, first main class with folder scan and main functions, and second extended from main class that is plugin for files scan.<br />
<br />
There is new features like more cURL settings, more default names, files scan, dictionary files use, check host exists, better recognizer of custom 404 pages, etc ...<br />
<br />
Download &gt;&gt; <a href="http://security-net.biz/files/dff/DFF.zip" rel="nofollow" >DFF Scanner v 1.1</a><br />
<br />
Please, test it. Thx.<br />
<br />
Regards,<br />
Ivan]]></description>
            <dc:creator>Ivan</dc:creator>
            <category>Projects</category>
            <pubDate>Sat, 12 May 2007 14:05:36 -0500</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?12,11148,11461#msg-11461</guid>
            <title>Re: DFF Scanner</title>
            <link>http://sla.ckers.org/forum/read.php?12,11148,11461#msg-11461</link>
            <description><![CDATA[I like the way you wrote it, mine was just a quick dirty hack because I needed it, still reading out the http_code which is returned was pretty efficient, because i noticed that some headers are constructed differently. And as trev said I didn't find a way to detect a forward yet, in my script the forwards are giving a http_code 200. But you notice that quickly when it lists all files found.<br />
<br />
Anyway, I like your class approach. :)]]></description>
            <dc:creator>Anonymous User</dc:creator>
            <category>Projects</category>
            <pubDate>Fri, 11 May 2007 03:39:07 -0500</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?12,11148,11427#msg-11427</guid>
            <title>Re: DFF Scanner</title>
            <link>http://sla.ckers.org/forum/read.php?12,11148,11427#msg-11427</link>
            <description><![CDATA[Hello,<br />
<br />
@rsnake<br />
I was thinking to write this in perl (because perfomanse) but I not such good perl programer, maybe some C# or C version in the future ... now it is essential to find, code, and implement all nessesery functions. <br />
<br />
@trev<br />
Good thinking, I have on &quot;to do&quot; list that what You are talking about.<br />
<br />
@Ronald<br />
I see after I posting my script and find some good ideas there.<br />
<br />
<br />
This days I will post new version with more features ( thanks @Ronald for some ideas ;) ) ... there is more to do, but I go forward.<br />
<br />
Regards,<br />
Ivan]]></description>
            <dc:creator>Ivan</dc:creator>
            <category>Projects</category>
            <pubDate>Thu, 10 May 2007 09:13:54 -0500</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?12,11148,11416#msg-11416</guid>
            <title>Re: DFF Scanner</title>
            <link>http://sla.ckers.org/forum/read.php?12,11148,11416#msg-11416</link>
            <description><![CDATA[Looks a little like my sn00per script, ever seen it?, it also searches for files and folders where I check the status header if it exists or not by checking the cURL http_code which can be: 404/403/200<br />
<br />
see script: http://0x000000.com/sn00per.phps]]></description>
            <dc:creator>Anonymous User</dc:creator>
            <category>Projects</category>
            <pubDate>Wed, 09 May 2007 21:38:27 -0500</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?12,11148,11388#msg-11388</guid>
            <title>Re: DFF Scanner</title>
            <link>http://sla.ckers.org/forum/read.php?12,11148,11388#msg-11388</link>
            <description><![CDATA[You are looking for the verbatim string &quot;404 Not Found&quot;, its absence doesn't mean that the page was found however. E.g. I know at least one page that will give you &quot;404 OK&quot; (really :), lots of pages respond with a redirect, some give you a custom error page with regular &quot;200 OK&quot; status. It should be more useful to request a page that doesn't exist for sure and compare the response to a page that exists (the site root should do). Then you will either see that the status codes are different or, if they aren't, maybe you can find a characteristic string that identifies a 404 page (probably with a few more requests).]]></description>
            <dc:creator>trev</dc:creator>
            <category>Projects</category>
            <pubDate>Wed, 09 May 2007 11:39:48 -0500</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?12,11148,11351#msg-11351</guid>
            <title>Re: DFF Scanner</title>
            <link>http://sla.ckers.org/forum/read.php?12,11148,11351#msg-11351</link>
            <description><![CDATA[Very cool...  I'm thinking of writing something similar into fierce in a future revision (that is when I get off my ass and fix the connect function to be less glitchy).]]></description>
            <dc:creator>rsnake</dc:creator>
            <category>Projects</category>
            <pubDate>Tue, 08 May 2007 20:05:55 -0500</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?12,11148,11148#msg-11148</guid>
            <title>DFF Scanner</title>
            <link>http://sla.ckers.org/forum/read.php?12,11148,11148#msg-11148</link>
            <description><![CDATA[Hello,<br />
<br />
I wrote some php class for finding common folders on web locations. Maybe someone find it usefull as I'm.<br />
<br />
It has scan in deep, proxy driven, dic file input, first letter chose, ... there is more place to upgrade, but I want to share and hear suggestions first.<br />
<br />
<a href="http://security-net.biz/files/dff/dff.class.php.txt" rel="nofollow" >DFF Scanner v 1.0</a><br />
<br />
Regards,<br />
Ivan]]></description>
            <dc:creator>Ivan</dc:creator>
            <category>Projects</category>
            <pubDate>Fri, 04 May 2007 18:55:25 -0500</pubDate>
        </item>
    </channel>
</rss>
