{"id":13540022,"url":"https://github.com/honze-net/nmap-bootstrap-xsl","last_synced_at":"2025-04-02T06:32:01.869Z","repository":{"id":51078773,"uuid":"147038952","full_name":"honze-net/nmap-bootstrap-xsl","owner":"honze-net","description":"A Nmap XSL implementation with Bootstrap.","archived":false,"fork":false,"pushed_at":"2023-11-13T08:04:42.000Z","size":465,"stargazers_count":920,"open_issues_count":7,"forks_count":176,"subscribers_count":30,"default_branch":"stable","last_synced_at":"2024-11-03T05:30:23.128Z","etag":null,"topics":["bootstrap","nmap"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/honze-net.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-09-01T23:12:09.000Z","updated_at":"2024-10-25T22:04:58.000Z","dependencies_parsed_at":"2024-08-01T09:23:51.912Z","dependency_job_id":"b5a471a8-e5ea-481a-be33-c1a14ad443d1","html_url":"https://github.com/honze-net/nmap-bootstrap-xsl","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/honze-net%2Fnmap-bootstrap-xsl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/honze-net%2Fnmap-bootstrap-xsl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/honze-net%2Fnmap-bootstrap-xsl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/honze-net%2Fnmap-bootstrap-xsl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/honze-net","download_url":"https://codeload.github.com/honze-net/nmap-bootstrap-xsl/tar.gz/refs/heads/stable","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246768326,"owners_count":20830647,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bootstrap","nmap"],"created_at":"2024-08-01T09:01:37.771Z","updated_at":"2025-04-02T06:31:58.675Z","avatar_url":"https://github.com/honze-net.png","language":"HTML","funding_links":[],"categories":["\u003ca id=\"a76463feb91d09b3d024fae798b92be6\"\u003e\u003c/a\u003e侦察\u0026\u0026信息收集\u0026\u0026子域名发现与枚举\u0026\u0026OSINT","HTML","Related Lists","HTML (177)","XSLT","\u003ca id=\"170048b7d8668c50681c0ab1e92c679a\"\u003e\u003c/a\u003e工具"],"sub_categories":["\u003ca id=\"94c01f488096fafc194b9a07f065594c\"\u003e\u003c/a\u003enmap"],"readme":"# nmap-bootstrap-xsl\n\nHave a nice interface for checking the result of your Nmap scans. This software must not be used by military or secret service organisations.\n\n## How to use\n\n### 1. New Nmap scan\n- Add the `nmap-bootstrap.xsl` as stylesheet to your Nmap scan with the ``--stylesheet`` argument :\n\n  ```sh\n  nmap -sS -T4 -A -sC -oA scanme --stylesheet https://raw.githubusercontent.com/honze-net/nmap-bootstrap-xsl/master/nmap-bootstrap.xsl scanme.nmap.org scanme2.nmap.org\n  ```\n\n- Direclty open the file ``scanme.xml`` with your web browser, it will be formatted correctly. It should look like the [`scanme.html` sample report](http://htmlpreview.github.io/?https://github.com/honze-net/nmap-bootstrap-xsl/blob/master/scanme.html).\n\n### 2. With a previously-run scan (with XML output)\n\nIf you have a nmap scan already run, with its output as XML, you can apply the formatting template to it.\n\nYou'll have 2 options :\n - convert this XML to a HTML file\n - keep the XML but apply the stylesheet to it\n\n#### Build an HTML file for sharing\nYou have thus to transform the XML to HTML with the following command :\n\n```sh\nxsltproc -o scanme.html nmap-bootstrap.xsl scanme.xml\n```\nYou will need to download the ``nmap-bootstrap.xsl``stylesheet beforehand.\n\n#### Add the stylesheet to the XML file\n\nInsert\n\n  ```\n  \u003c?xml-stylesheet href=\"https://raw.githubusercontent.com/honze-net/nmap-bootstrap-xsl/master/nmap-bootstrap.xsl\" type=\"text/xsl\"?\u003e\n  ```\n  after `\u003c!DOCTYPE nmaprun\u003e` inside the XML file.\n\n## Screenshots\n\n### Scan report\n![scanme screenshot 1](https://raw.githubusercontent.com/honze-net/nmap-bootstrap-xsl/master/scanme-screenshot1.png)\n\n### Detailed overview\n![scanme screenshot 2](https://raw.githubusercontent.com/honze-net/nmap-bootstrap-xsl/master/scanme-screenshot2.png)\n\n### Summary table\n![scanme screenshot 2](https://raw.githubusercontent.com/honze-net/nmap-bootstrap-xsl/master/scanme-screenshot3.png)\n\n## Demos\n\n- [`HackTheBox - Poison on YouTube`](https://www.youtube.com/watch?v=rs4zEwONzzk\u0026t=56s)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhonze-net%2Fnmap-bootstrap-xsl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhonze-net%2Fnmap-bootstrap-xsl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhonze-net%2Fnmap-bootstrap-xsl/lists"}