https://securereload.tech/Phishing/Lists/
下载方法:
wget –no-verbose –no-parent –recursive https://securereload.tech/Phishing/Lists/
wget 使用方法:
1 2 3 |
<strong>wget</strong> --no-verbose --no-parent --recursive --level=1\ --no-directories --user=login --password=pass ftp://ftp.myftpsite.com/ |
--no-parent
:递归检索时,不要提升到父目录.--level=depth
:指定递归最大深度级别深度.默认最大深度为五层.--no-directories
:递归检索时不要创建目录层次结构.