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: over 1 year ago
JSON representation
masscan result parsing, web server fingerprinting
- Host: GitHub
- URL: https://github.com/jm33-m0/xmir
- Owner: jm33-m0
- License: gpl-3.0
- Created: 2017-10-20T09:13:15.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-07-24T02:11:00.000Z (almost 4 years ago)
- Last Synced: 2025-03-23T15:43:41.239Z (over 1 year ago)
- Topics: fingerprinting, hacker-tools, masscan, scanner, xml-parser
- Language: Go
- Homepage:
- Size: 6.18 MB
- Stars: 19
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```