The Wayback Machine - https://web.archive.org/web/20201204100210/https://github.com/ArchiveTeam/ftp-nab
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 

README.md

FTP Bulk Download Stuff

First, genny up a list of FTP servers that respond favorably to SYN:

sudo zmap -p 21 -o - -v 5 | gzip > ftpsites.gz

(zmap from https://github.com/zmap/zmap)

Then, look through them for sites that respond favorably to 'anonymous' login and the LIST command:

zcat ftpsites.gz | parallel -j 100 ./check-ftp.sh {} ;

About

Thinger to download FTP sites

Resources

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.