def brute_anony():
try:
print '[+] ??????……\n'
ftp = ftplib.FTP()
ftp.connect(host, 21, timeout=10)
print 'FTP??: %s \n' % ftp.getwelcome()
ftp.login()
ftp.retrlines('LIST')
ftp.quit()
print '\n[+] ??????……\n'
except ftplib.all_errors:
print '\n[-] ??????……\n'
评论列表
文章目录