All Projects → sergiodmn → cherrymap

sergiodmn / cherrymap

Licence: other
Import Nmap scans to Cherrytree

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to cherrymap

Ivre
Network recon framework, published by @cea-sec & @ANSSI-FR. Build your own, self-hosted and fully-controlled alternatives to Shodan / ZoomEye / Censys and GreyNoise, run your Passive DNS service, collect and analyse network intelligence from your sensors, and much more!
Stars: ✭ 2,331 (+6200%)
Mutual labels:  nmap, nmap-parser, nmap-results-analyse
ivre
Network recon framework. Build your own, self-hosted and fully-controlled alternatives to Shodan / ZoomEye / Censys and GreyNoise, run your Passive DNS service, collect and analyse network intelligence from your sensors, and much more!
Stars: ✭ 2,712 (+7229.73%)
Mutual labels:  nmap, nmap-parser, nmap-results-analyse
Nmap-Parser
Parse nmap scan data with Perl (official repo)
Stars: ✭ 30 (-18.92%)
Mutual labels:  nmap, nmap-parser
ultimate-nmap-parser
parse nmap files
Stars: ✭ 51 (+37.84%)
Mutual labels:  nmap, nmap-parser
Discover
Custom bash scripts used to automate various penetration testing tasks including recon, scanning, parsing, and creating malicious payloads and listeners with Metasploit.
Stars: ✭ 2,548 (+6786.49%)
Mutual labels:  nmap
Asnlookup
Leverage ASN to look up IP addresses (IPv4 & IPv6) owned by a specific organization for reconnaissance purposes, then run port scanning on it.
Stars: ✭ 163 (+340.54%)
Mutual labels:  nmap
T14m4t
Automated brute-forcing attack tool.
Stars: ✭ 160 (+332.43%)
Mutual labels:  nmap
Asset Scan
asset-scan是一款适用甲方企业的外网资产周期性扫描监控系统
Stars: ✭ 149 (+302.7%)
Mutual labels:  nmap
Ruby Nmap
A Ruby interface to nmap, the exploration tool and security / port scanner. Allows automating nmap and parsing nmap XML files.
Stars: ✭ 244 (+559.46%)
Mutual labels:  nmap
Brutedum
BruteDum - Brute Force attacks SSH, FTP, Telnet, PostgreSQL, RDP, VNC with Hydra, Medusa and Ncrack
Stars: ✭ 212 (+472.97%)
Mutual labels:  nmap
Security Scripts
A collection of security related Python and Bash shell scripts. Analyze hosts on generic security vulnerabilities. Wrapper around popular tools like nmap (portscanner), nikto (webscanner) and testssl.sh (SSL/TLS scanner)
Stars: ✭ 188 (+408.11%)
Mutual labels:  nmap
Ip Attack
Auto IP or Domain Attack Tool ( #1 )
Stars: ✭ 162 (+337.84%)
Mutual labels:  nmap
Awesome Nmap Grep
Awesome Nmap Grep
Stars: ✭ 203 (+448.65%)
Mutual labels:  nmap
Vulscan
Advanced vulnerability scanning with Nmap NSE
Stars: ✭ 2,305 (+6129.73%)
Mutual labels:  nmap
Grinder
🔎 Python framework to automatically discover and enumerate hosts from different back-end systems (Shodan, Censys)
Stars: ✭ 209 (+464.86%)
Mutual labels:  nmap
Axiom
The dynamic infrastructure framework for everybody! Distribute the workload of many different scanning tools with ease, including nmap, ffuf, masscan, nuclei, meg and many more!
Stars: ✭ 2,424 (+6451.35%)
Mutual labels:  nmap
Webmap
A Python tool used to automate the execution of the following tools : Nmap , Nikto and Dirsearch but also to automate the report generation during a Web Penetration Testing
Stars: ✭ 188 (+408.11%)
Mutual labels:  nmap
Bscan
an asynchronous target enumeration tool
Stars: ✭ 207 (+459.46%)
Mutual labels:  nmap
Nndefaccts
nnposter's alternate fingerprint dataset for Nmap script http-default-accounts
Stars: ✭ 180 (+386.49%)
Mutual labels:  nmap
Biu
网络资产发现、漏洞扫描
Stars: ✭ 199 (+437.84%)
Mutual labels:  nmap

Cherrymap

Import Nmap scans to Cherrytree

Useful script to assist you during infrastructure assessments, importing to Cherrytree (https://www.giuspen.com/cherrytree/) results of Nmap scans.

Note that both XML and .nmap files have to be present in the same folder. We recommend using the option -oA file2save when doing the scan.

Merging options

This utility can merge the nmap scan inside another CherryTree file. This file must be a non-protected XML file, otherwise ths utility won't work !. In case of merging the data into another CherryTree file (-m option), the utility will insert it as last node, with the filename as node name.

You can convert any other format by opening it in CherryTree, then clicking on Export > Export to CherrtyTree document and select XML, Not protected (.ctd).

Requirements

  • python3-libnmap

Usage

usage: cherrymap.py [-h] [-ah] [-ap] [-a] [-m dest_file] file

mandatory arguments:
  file             Nmap XML file to parse into cherry tree

optional arguments:
  -h, --help       show this help message and exit
  -ah, --allhosts  add all hosts even when no open ports are detected
  -ap, --allports  add ports closed or filtered
  -a, --all        same as '-ah -ap'
  -m, --merge      Specify a CherryTree destination file in which to write the contents

Examples

alt text alt text

alt text

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].