Skip to content

Instantly share code, notes, and snippets.

View andrey-kondratov's full-sized avatar
🇺🇦

Andrey Kondratov andrey-kondratov

🇺🇦
View GitHub Profile
@maxious
maxious / README.md
Last active April 5, 2024 05:52
Esee/Anran 960P 180° Wireless Fisheye Panoramic CCTV Smart Camera HD WIFI Webcam IP
@gabonator
gabonator / password.txt
Last active August 13, 2024 11:24
HiSilicon IP camera root passwords
Summary of passwords by sperglord8008s, updated November 1. 2020. For login try "root", "default", "defaul" or "root"
00000000
059AnkJ
4uvdzKqBkj.jg
7ujMko0admin
7ujMko0vizxv
123
1111
1234
@grenade
grenade / 01-generate-ed25519-ssh-key.sh
Last active September 1, 2024 14:16
generate ed25519 ssh and gpg/pgp keys and set file permissions for ssh keys and config
#!/bin/bash
# generate new personal ed25519 ssh keys
ssh-keygen -o -a 100 -t ed25519 -f ~/.ssh/id_ed25519 -C "rob thijssen <rthijssen@gmail.com>"
ssh-keygen -o -a 100 -t ed25519 -f ~/.ssh/id_robtn -C "rob thijssen <rob@rob.tn>"
# generate new host cert authority (host_ca) ed25519 ssh key
# used for signing host keys and creating host certs
ssh-keygen -t ed25519 -f manta_host_ca -C manta.network