Skip to content

0.0.10

Latest
Compare
Choose a tag to compare
@alphabet5 alphabet5 released this 24 Jan 16:05
· 3 commits to master since this release

0.0.10

  • Added an option for a local keyring to default to /keyring.json if there are no valid backends. (i.e. ubuntu server default install)
  • Updated formatting to black.
  • Added generic error handling when collecting information sequentially. Failed collection will skip the device in the results.
  • Added option to collect information from a single device. (--switch)
  • Fixed run-commands by adding the default-creds options.

0.0.9

  • Added rich to the requirements.
  • Added option to run sequentially instead of in parallel. (--parallel flag)
  • Added function and cli app to help test and save credentials.

0.0.8

  • Fixed an over-indentation of the arp table generation causing large files.
  • Changed the arp_output.csv to be tab-delimited for easier copy/paste to excel.

0.0.7

  • Added better error handling - still writes to output.json if a single connection fails.
  • Changed section to support fetching cisco specific information via telnet.