Skip to content

Convert SecureCRT session exports to browser bookmarks and RDP files

Notifications You must be signed in to change notification settings

gbm-dev/securecrt-export-bookmarks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

securecrt-export-bookmarks

Converts SecureCRT session exports to browser bookmarks and RDP files.

SecureCRT Setup (Required)

Add protocol tags to a session's Description field (Session Options > General > Description):

Tag Export
HTTPS Browser bookmark
HTTPS:8443 Browser bookmark with custom port
HTTP Browser bookmark
RDP RDP file
RDP:3390 RDP file with custom port

Multiple tags per session are supported (one per line). Native SecureCRT RDP sessions (Protocol = RDP) are exported automatically.

Then export your sessions: File > Export Settings and select the sessions/folders to export as XML.

Installation

Download the latest release for your platform from Releases, or build from source:

go install github.com/gbm-dev/securecrt-export-bookmarks@latest

Usage

# Simple - creates sessions.zip from sessions.xml
securecrt-export-bookmarks sessions.xml

# Custom output name
securecrt-export-bookmarks sessions.xml -output export.zip

# HTML bookmarks only (no RDP files)
securecrt-export-bookmarks sessions.xml -output bookmarks.html

Output

The generated .zip contains:

  • bookmarks.html - Netscape bookmark format (importable by all browsers)
  • rdp/<folder>/<session>.rdp - Windows RDP files preserving folder hierarchy

About

Convert SecureCRT session exports to browser bookmarks and RDP files

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages