Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 745 Bytes

File metadata and controls

32 lines (24 loc) · 745 Bytes

ASDM cli utility for Cisco ASA's

This is a cli asdm launcher I wrote. It will automatically add the ASA to the java exceptions list.

Prerequisites

Must have Oracle Java installed. Please visit here for more information.

Installation

git clone git@github.com:rwendt-bw/asdm.git ~/asdm

Next, symlink the executable.

sudo ln -s ~/asdm/asdm.py /usr/local/bin/asdm

Usage

usage: asdm [-h] -i IP [-p PORT]

optional arguments:
  -h, --help              show this help message and exit
  -i IP, --ip-address IP  hostname or IP address of ASA
  -p PORT, --port PORT    asdm port - default 8443

Example run

asdm -i 192.168.1.1