Skip to content

Instantly share code, notes, and snippets.

View HackerHarry's full-sized avatar

Harry Basalamah HackerHarry

View GitHub Profile
@HackerHarry
HackerHarry / hp1920-get-config.sh
Last active June 25, 2025 17:14 — forked from atiti/hp1920-get-config.sh
Download running config from a HP 1920S switch
#!/bin/bash
#
# Simple script to download the running configuration from the HP 1920S switch
# through the HTTP "APIs"
#
# Run it as:
# $ ./hp1920-getconfig.sh --host="10.1.2.3" --user="admin" --pass="hello" --file=startup-config
#
# Attila Sukosd <attila@airtame.com>
#