(Translated by https://www.hiragana.jp/)
GitHub - ArchiveTeam/ftp-nab: Thinger to download FTP sites
Skip to content

ArchiveTeam/ftp-nab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages