All Projects → honze-net → Nmap Bootstrap Xsl

honze-net / Nmap Bootstrap Xsl

A Nmap XSL implementation with Bootstrap.

Projects that are alternatives of or similar to Nmap Bootstrap Xsl

Tailwindo
🔌 Convert Bootstrap CSS code to Tailwind CSS code
Stars: ✭ 606 (-8.87%)
Mutual labels:  bootstrap
Package Skeleton Laravel
A skeleton repository for Spatie's Laravel Packages
Stars: ✭ 621 (-6.62%)
Mutual labels:  bootstrap
Shards React
⚛️A beautiful and modern React design system.
Stars: ✭ 639 (-3.91%)
Mutual labels:  bootstrap
Seccubus
Easy automated vulnerability scanning, reporting and analysis
Stars: ✭ 615 (-7.52%)
Mutual labels:  nmap
Dash Bootstrap Components
Bootstrap components for Plotly Dash
Stars: ✭ 626 (-5.86%)
Mutual labels:  bootstrap
Febs Shiro
Spring Boot 2.4.2,Shiro1.6.0 & Layui 2.5.6 权限管理系统。预览地址:http://47.104.70.138:8080/login
Stars: ✭ 5,655 (+750.38%)
Mutual labels:  bootstrap
Laracms
LaraCMS 是在学习 laravel ( web 开发实战进阶 + 实战构架 API 服务器) 过程中产生的一个业余作品,试图通过简单的方式,快速构建一套基本的企业站同时保留很灵活的扩展能力和优雅的代码方式,当然这些都得益Laravel的优秀设计。同时LaraCMS 也是一个学习Laravel 不错的参考示例。
Stars: ✭ 588 (-11.58%)
Mutual labels:  bootstrap
Material Kit
Free and Open Source UI Kit for Bootstrap 4, React, Vue.js, React Native and Sketch based on Google's Material Design
Stars: ✭ 5,672 (+752.93%)
Mutual labels:  bootstrap
Motion
javascript cli: fast, configurable, easy, with hmr
Stars: ✭ 626 (-5.86%)
Mutual labels:  bootstrap
Pharo
Pharo is a dynamic reflective pure object-oriented language supporting live programming inspired by Smalltalk.
Stars: ✭ 631 (-5.11%)
Mutual labels:  bootstrap
Pro Sidebar Template
Responsive sidebar template based on bootstrap
Stars: ✭ 623 (-6.32%)
Mutual labels:  bootstrap
Istock
👉一个基于spring boot 实现的java股票爬虫(仅支持A股),如果你❤️请⭐️ . V2升级版正在开发中!
Stars: ✭ 622 (-6.47%)
Mutual labels:  bootstrap
Honoka
Honoka is one of the original Bootstrap theme.
Stars: ✭ 634 (-4.66%)
Mutual labels:  bootstrap
Ngx Bootstrap
Fast and reliable Bootstrap widgets in Angular (supports Ivy engine)
Stars: ✭ 5,343 (+703.46%)
Mutual labels:  bootstrap
Silex Kitchen Edition
This project is a sample or a bootstrap silex application
Stars: ✭ 645 (-3.01%)
Mutual labels:  bootstrap
Silver
Mass scan IPs for vulnerable services
Stars: ✭ 588 (-11.58%)
Mutual labels:  nmap
Startbootstrap Scrolling Nav
An unstyled Bootstrap HTML template for creating smooth scrolling, one page websites - created by Start Bootstrap
Stars: ✭ 625 (-6.02%)
Mutual labels:  bootstrap
Arch
ARCH models in Python
Stars: ✭ 660 (-0.75%)
Mutual labels:  bootstrap
Bootstrap4 Offline Docs
Bootstrap 4.4 offline documentation
Stars: ✭ 655 (-1.5%)
Mutual labels:  bootstrap
Jquery Smartwizard
The awesome jQuery step wizard plugin
Stars: ✭ 635 (-4.51%)
Mutual labels:  bootstrap

nmap-bootstrap-xsl

Have a nice interface for checking the result of your Nmap scans

How to use

1. New Nmap scan

  • Add the nmap-bootstrap.xsl as stylesheet to your Nmap scan with the --stylesheet argument :

    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
    
  • Direclty open the file scanme.xml with your web browser, it will be formatted correctly. It should look like the scanme.html sample report.

2. With a previously-run scan (with XML output)

If you have a nmap scan already run, with its output as XML, you can apply the formatting template to it.

You'll have 2 options :

  • convert this XML to a HTML file
  • keep the XML but apply the stylesheet to it

Build an HTML file for sharing

You have thus to transform the XML to HTML with the following command :

xsltproc -o scanme.html nmap-bootstrap.xsl scanme.xml

You will need to download the nmap-bootstrap.xslstylesheet beforehand.

Add the stylesheet to the XML file

Insert

<?xml-stylesheet href="https://raw.githubusercontent.com/honze-net/nmap-bootstrap-xsl/master/nmap-bootstrap.xsl" type="text/xsl"?>

after <!DOCTYPE nmaprun> inside the XML file.

Screenshots

Scan report

scanme screenshot 1

Detailed overview

scanme screenshot 2

Summary table

scanme screenshot 2

Demos

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].