-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDUMP
40 lines (33 loc) · 1.04 KB
/
DUMP
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
tcpdump -i br-lan "host 192.168.1.3" -w /usb/packets.pcap
tcpdump -i br-lan "host 192.168.1.134" -w /overlay/packets.pcap
opkg install luci-app-sqm luci-proto-wireguard luci-app-wireguard collectd luci-app-statistics adblock luci-app-adblock tcpdump-mini curl ca-certificates iperf3 irqbalance htop luci-app-ksmbd ksmbd-utils ksmbd-avahi-service minidlna luci-app-minidlna
tcpdump -i phy0-ap0 "host 192.168.1.134" -w /overlay/packets.pcap -v
tcpdump -i br-lan port 80 -w /overlay/packets.pcap
# nvram
usage: nvram [get name] [set name=value] [unset name] [show] [commit] ...
#
nvram show | grep username
size: 12006 bytes (20762 left)
pptp_username=
http_username=admin
bpa_username=
ddns_username=
ver_check_ftp_username=anonymous
pppoe_username=guest
super_username=Gearguy
#
nvram show | grep passw
size: 12006 bytes (20762 left)
pptp_passwd=
ver_check_ftp_password=WGR614V8@
super_passwd=Geardog
http_passwd=password
bpa_passwd=
pppoe_passwd=
ddns_passwd=
#
nvram set super_username=newusername
nvram set super_passwd=newpasswd
nvram commit
#
# reboot