{"id":13586333,"url":"https://github.com/TKCERT/pathfinder","last_synced_at":"2025-04-07T15:31:37.168Z","repository":{"id":141896925,"uuid":"265288653","full_name":"TKCERT/pathfinder","owner":"TKCERT","description":"Generates a graph of the traceroute information in nmap XML files using graphviz.","archived":false,"fork":false,"pushed_at":"2020-05-19T15:41:55.000Z","size":72,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-02-14T21:26:50.686Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TKCERT.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2020-05-19T15:37:37.000Z","updated_at":"2024-08-01T16:32:19.600Z","dependencies_parsed_at":"2023-03-13T10:27:51.935Z","dependency_job_id":null,"html_url":"https://github.com/TKCERT/pathfinder","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/TKCERT%2Fpathfinder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TKCERT%2Fpathfinder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TKCERT%2Fpathfinder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TKCERT%2Fpathfinder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TKCERT","download_url":"https://codeload.github.com/TKCERT/pathfinder/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247679494,"owners_count":20978060,"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":[],"created_at":"2024-08-01T15:05:29.220Z","updated_at":"2025-04-07T15:31:37.157Z","avatar_url":"https://github.com/TKCERT.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"# Pathfinder - nmap traceroute graphing\nGenerates a graph of the traceroute information in nmap XML files using graphviz. The tool was specifically written to process very large nmap reports (\u003e 2 GB).\n\nThe traceroute information can give insight into the network topology, e.g.:\n* Identify exposed systems not protected by the firewall\n* Identify separate network segments\n\nThe following graph shows an example of the traceroute for the targets scanme.nmap.org and nmap.org (sudo nmap -sn --traceroute -oA nmap scanme.nmap.org nmap.org):\n\n![pathfinder-example](pathfinder-example-nmap.png \"Pathfinder example\")\n\n# Why not just use Zenmap\n* Handling of huge files (pathfinder parses nmap report files line by line and can therefore process huge files)\n* (Manual) Customization of final graph (graphviz dot syntax)\n\n# Requirements:\n* pygraphviz\n* untangle\n* lxml\n\n# Usage\n```\n             _   _      __ _           _                 \n _ __   __ _| |_| |__  / _(_)_ __   __| | ___ _ __   \n| '_ \\ / _` | __| '_ \\| |_| | '_ \\ / _` |/ _ \\ '__| \n| |_) | (_| | |_| | | |  _| | | | | (_| |  __/ |     \n| .__/ \\__,_|\\__|_| |_|_| |_|_| |_|\\__,_|\\___|_|    \n|_|                                                      \n      -------------------------------------\u003e\n                               _                                      _                                _     _             \n _ __  _ __ ___   __ _ _ __   | |_ _ __ __ _  ___ ___ _ __ ___  _   _| |_ ___     __ _ _ __ __ _ _ __ | |__ (_)_ __   __ _ \n| '_ \\| '_ ` _ \\ / _` | '_ \\  | __| '__/ _` |/ __/ _ \\ '__/ _ \\| | | | __/ _ \\   / _` | '__/ _` | '_ \\| '_ \\| | '_ \\ / _` |\n| | | | | | | | | (_| | |_) | | |_| | | (_| | (_|  __/ | | (_) | |_| | ||  __/  | (_| | | | (_| | |_) | | | | | | | | (_| |\n|_| |_|_| |_| |_|\\__,_| .__/   \\__|_|  \\__,_|\\___\\___|_|  \\___/ \\__,_|\\__\\___|   \\__, |_|  \\__,_| .__/|_| |_|_|_| |_|\\__, |\n                      |_|                                                        |___/          |_|                  |___/ \n\n    Info: Generates a graph via graphviz of the traceroute information in nmap XML files (nmap --traceroute [...]).\n\n    pathfinder.py -i \u003cnmap_xml_input_file\u003e -o \u003coutputfile\u003e [-s \u003cTrue|False\u003e] [-d \u003cTrue|False\u003e]\n\n\n    --help\t\tThis help text\n    --ifile\t\tThe Nmap XML file to parse for traceroute information\n    --ofile\t\tFilename for output files: Graphviz dot and png file\n    --skipDestHost\t(Optional) For better visibility in huge scans the destination host can be excluded \n                        from the graph resulting in only the route information.\n    --destIpToNetwork\t(Optional) For better visibility in huge scans the destination IP can be transformed\n                        into a class C network (e.g. 192.168.1.2 -\u003e 192.168.1.0/24).\n```\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FTKCERT%2Fpathfinder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FTKCERT%2Fpathfinder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FTKCERT%2Fpathfinder/lists"}