Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jm33-m0/xmir
- Owner: jm33-m0
- License: gpl-3.0
- Created: 2017-10-20T09:13:15.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-07-24T02:11:00.000Z (over 2 years ago)
- Last Synced: 2024-06-20T19:19:05.533Z (5 months ago)
- Topics: fingerprinting, hacker-tools, masscan, scanner, xml-parser
- Language: Go
- Homepage:
- Size: 6.18 MB
- Stars: 18
- Watchers: 3
- Forks: 6
- 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
```