Skip to content
/ xmir Public

masscan result parsing, web server fingerprinting

License

Notifications You must be signed in to change notification settings

jm33-m0/xmir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xmir

Web server fingerprinting with MASSCAN

What does it do?

  • xmir uses a XML result file generated by MASSCAN as its input file.
  • Analyzes banners in the XML to filter out needed servers.
  • If that's not enough to recognize the server, it tries to grab a web page from that server for further fingerprinting.

Supported Servers

  • Joomla
  • WordPress
  • WebLogic
  • Struts2
  • MS IIS

Get Started

Usage of ./xmir:
  -result string
    	Where to save our scan result
  -server string
    	Specify a server software
  -tolist string
    	IP list file for XML parser output
  -xml string
    	Masscan result file in XML format
eg. ./xmir -xml masscan.xml -tolist list.txt -server Joomla -result result.txt

Releases

No releases published

Packages

No packages published

Languages