Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jm33-m0/xmir

masscan result parsing, web server fingerprinting
https://github.com/jm33-m0/xmir

fingerprinting hacker-tools masscan scanner xml-parser

Last synced: 6 days ago
JSON representation

masscan result parsing, web server fingerprinting

Awesome Lists containing this project

README

        

# 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

- [x] Joomla
- [x] 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
```