Repo Browser

bashcards/bashcards-bashcards
cards/626428897887--basic-recon/raw.sh
#!/bin/bash
c=("ifconfig -a" "netstat -tuln" "ss -tuln" "iptables -L" "tcpdump -c 5 -i any" "nmap -sP 127.0.0.1/24" "ping -c 3 8.8.8.8" "traceroute 8.8.8.8" "whoami" "id");for i in"${!c[@]}";do echo $((i+1))") ${c[i]}";done;read -p"> "x;((x>0&&x<=${#c[@]}))&&${c[x-1]}
NameTypeSize
README.mdfile980
auto-art.pngfile1,401,281
back-data-url.txtfile184,038
back-thumb.pngfile89,415
back.pngfile138,011
front-data-url.txtfile221,122
front-thumb.pngfile100,349
front.pngfile165,824
qr-payload.txtfile343
raw.shfile268