《Metasploit 5.0 for beginners》读书笔记 chp4 information gathing and enumeration on various protocols 2

4.server message block( SMB )
 1)smb_version:
 the module name is auxiliary/scanner/smb/smb_version
《Metasploit 5.0 for beginners》读书笔记 chp4 information gathing and enumeration on various protocols 2_第1张图片
 2)smb_enumusers:
 the module name is auxiliary/scanner/smb/smb_enumusers
《Metasploit 5.0 for beginners》读书笔记 chp4 information gathing and enumeration on various protocols 2_第2张图片
 3)smb_enumshares:
 the module name is auxiliary/scanner/smb/smb_enumshares
《Metasploit 5.0 for beginners》读书笔记 chp4 information gathing and enumeration on various protocols 2_第3张图片


5.hypertext transfer protocol( HTTP )
 1)http_version:
 the module name is auxiliary/scanner/http/http_version
《Metasploit 5.0 for beginners》读书笔记 chp4 information gathing and enumeration on various protocols 2_第4张图片
 2)backup_file:
 the module name is auxiliary/scanner/http/backup_file
《Metasploit 5.0 for beginners》读书笔记 chp4 information gathing and enumeration on various protocols 2_第5张图片
 3)dir_listing:
 the module name is auxiliary/scanner/http/dir_listing
 parameters:
 RHOSTS: IP address or IP range of the target to be scanned
 PATH: Possible path to check for directory listing
《Metasploit 5.0 for beginners》读书笔记 chp4 information gathing and enumeration on various protocols 2_第6张图片
 4)ssl
 the module name is auxiliary/scanner/http/ssl
《Metasploit 5.0 for beginners》读书笔记 chp4 information gathing and enumeration on various protocols 2_第7张图片
 5)http_header
 the module name is auxiliary/scanner/http/http_header
《Metasploit 5.0 for beginners》读书笔记 chp4 information gathing and enumeration on various protocols 2_第8张图片
 6)robots_txt
 the module name is auxiliary/scanner/http/robots_txt
《Metasploit 5.0 for beginners》读书笔记 chp4 information gathing and enumeration on various protocols 2_第9张图片

你可能感兴趣的:(渗透学习,读书笔记,metasploit,网络安全,渗透测试)