📝 Update scripts, made wireshark notes

This commit is contained in:
z3rOR0ne 2024-11-25 14:38:14 -08:00
parent fdcfbd156e
commit e3d110be53
2 changed files with 7 additions and 2 deletions

View file

@ -1,6 +1,7 @@
#!/usr/bin/env bash
leftoff=81
# leftoff=81 # Operating Systems: Three Easy Pieces
leftoff=39 # The Algorithm Design Manual
# Look for current read in either .bashrc or .zshrc

View file

@ -0,0 +1,4 @@
doas groupadd wireshark
doas usermod -aG wireshark "$USER"
doas chgrp wireshark /usr/bin/dumpcap
doas setcap cap_net_raw,cap_net_admin=ep /usr/bin/dumpcap