Ever wondered how many open FTP servers there are?
1–10 of 100 posts
Re: Ever wondered how many open FTP servers there are?
#2Re: Ever wondered how many open FTP servers there are?
#3Re: Ever wondered how many open FTP servers there are?
#4Re: Ever wondered how many open FTP servers there are?
#5Good old archie... http://archie.icm.edu.pl/archie-adv_eng.html
Google has an advantage in terms of index size, but definitely lose in terms of precision. The way it munges queries is a bit unsettling at times, and even the "exact" option doesn't seem to always work the way it should.
Re: Ever wondered how many open FTP servers there are?
#6Re: Ever wondered how many open FTP servers there are?
#7Anyway. nmap can probably do this and is a great tool
Re: Ever wondered how many open FTP servers there are?
#8I wonder how many of those are just mirrors of Linux distros and other open-source software, how many have more interesting things (including software), and how many of those were deliberately configured to be open for sharing. There is the somewhat-well-known filesearch.ru if you want to look for things on this non-HTTP part of the Internet. (If I remember correctly, Google used to index FTPs too and you'd get plent…
Re: Ever wondered how many open FTP servers there are?
#9Scanning the IPv4 space. I know there are many different projects that do it. I was thinking about how I would do this today. I believe the first step would be to arrive at all the IPv4 blocks (/22, etc), then do a calculation to arrive at the address of each based on the prefix. Then in an array of threads or so, try to connect(2) to the address on some type of service in a timeout handler. If it succeeds, then cons…
Re: Ever wondered how many open FTP servers there are?
#10Good old archie... http://archie.icm.edu.pl/archie-adv_eng.html
> Search Type: Sub String Exact Regular Expression Google has an advantage in terms of index size, but definitely lose in terms of precision. The way it munges queries is a bit unsettling at times, and even the "exact" option doesn't seem to always work the way it should.