Untitled

mail@pastecode.io avatar
unknown
plain_text
4 days ago
42 kB
2
Indexable
in a month
etc/config/dhcp                                                                                     0000600 0000000 0000000 00000001662 14714245174 012443  0                                                                                                    ustar   root                            root                                                                                                                                                                                                                   
config dnsmasq
	option domainneeded '1'
	option boguspriv '1'
	option filterwin2k '0'
	option localise_queries '1'
	option rebind_protection '1'
	option rebind_localhost '1'
	option local '/lan/'
	option domain 'lan'
	option expandhosts '1'
	option nonegcache '0'
	option cachesize '1000'
	option authoritative '1'
	option readethers '1'
	option leasefile '/tmp/dhcp.leases'
	option resolvfile '/tmp/resolv.conf.d/resolv.conf.auto'
	option nonwildcard '1'
	option localservice '1'
	option ednspacket_max '1232'
	option filter_aaaa '0'
	option filter_a '0'

config dhcp 'lan'
	option interface 'lan'
	option start '100'
	option limit '150'
	option leasetime '12h'
	option dhcpv4 'server'
	option dhcpv6 'server'
	option ra 'server'
	list ra_flags 'managed-config'
	list ra_flags 'other-config'

config odhcpd 'odhcpd'
	option maindhcp '0'
	option leasefile '/tmp/hosts/odhcpd'
	option leasetrigger '/usr/sbin/odhcpd-update'
	option loglevel '4'

                                                                              etc/config/dropbear                                                                                 0000600 0000000 0000000 00000000206 14674260146 013315  0                                                                                                    ustar   root                            root                                                                                                                                                                                                                   config dropbear
	option PasswordAuth 'on'
	option RootPasswordAuth 'on'
	option Port         '22'
#	option BannerFile   '/etc/banner'
                                                                                                                                                                                                                                                                                                                                                                                          etc/config/firewall                                                                                 0000644 0000000 0000000 00000000262 14715260066 013333  0                                                                                                    ustar   root                            root                                                                                                                                                                                                                   
config defaults
	option input 'REJECT'
	option output 'ACCEPT'
	option forward 'REJECT'
	option synflood_protect '1'
	option flow_offloading '1'
	option flow_offloading_hw '1'

                                                                                                                                                                                                                                                                                                                                              etc/config/luci                                                                                     0000644 0000000 0000000 00000001710 14674260155 012464  0                                                                                                    ustar   root                            root                                                                                                                                                                                                                   
config core 'main'
	option lang 'auto'
	option mediaurlbase '/luci-static/bootstrap'
	option resourcebase '/luci-static/resources'
	option ubuspath '/ubus/'

config extern 'flash_keep'
	option uci '/etc/config/'
	option dropbear '/etc/dropbear/'
	option openvpn '/etc/openvpn/'
	option passwd '/etc/passwd'
	option opkg '/etc/opkg.conf'
	option firewall '/etc/firewall.user'
	option uploads '/lib/uci/upload/'

config internal 'languages'

config internal 'sauth'
	option sessionpath '/tmp/luci-sessions'
	option sessiontime '3600'

config internal 'ccache'
	option enable '1'

config internal 'themes'
	option Bootstrap '/luci-static/bootstrap'
	option BootstrapDark '/luci-static/bootstrap-dark'
	option BootstrapLight '/luci-static/bootstrap-light'

config internal 'apply'
	option rollback '90'
	option holdoff '4'
	option timeout '5'
	option display '1.5'

config internal 'diag'
	option dns 'openwrt.org'
	option ping 'openwrt.org'
	option route 'openwrt.org'

                                                        etc/config/network                                                                                  0000600 0000000 0000000 00000001006 14714251161 013177  0                                                                                                    ustar   root                            root                                                                                                                                                                                                                   
config interface 'loopback'
	option device 'lo'
	option proto 'static'
	option ipaddr '127.0.0.1'
	option netmask '255.0.0.0'

config globals 'globals'
	option ula_prefix 'fd10:ec25:59ee::/48'

config device
	option name 'br-lan'
	option type 'bridge'
	list ports 'eth0'
	list ports 'lan'
	list ports 'wan'

config device
	option name 'lan'
	option macaddr '70:3a:cb:8c:e8:2f'

config interface 'lan'
	option device 'br-lan'
	option proto 'dhcp'

config device
	option name 'wan'
	option macaddr '70:3a:cb:8c:e8:2e'

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          etc/config/openssl                                                                                  0000644 0000000 0000000 00000000056 14714244136 013211  0                                                                                                    ustar   root                            root                                                                                                                                                                                                                   
config provider 'legacy'
	option enabled '1'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  etc/config/radius                                                                                   0000644 0000000 0000000 00000000410 14663572467 013025  0                                                                                                    ustar   root                            root                                                                                                                                                                                                                   config radius
	option disabled '1'
	option ca_cert '/etc/radius/ca.pem'
	option cert '/etc/radius/cert.pem'
	option key '/etc/radius/key.pem'
	option users '/etc/radius/users'
	option clients '/etc/radius/clients'
	option auth_port '1812'
	option acct_port '1813'
                                                                                                                                                                                                                                                        etc/config/rpcd                                                                                     0000600 0000000 0000000 00000000247 14674260146 012454  0                                                                                                    ustar   root                            root                                                                                                                                                                                                                   config rpcd
	option socket /var/run/ubus/ubus.sock
	option timeout 30

config login
	option username 'root'
	option password '$p$root'
	list read '*'
	list write '*'

                                                                                                                                                                                                                                                                                                                                                         etc/config/system                                                                                   0000600 0000000 0000000 00000001066 14714314502 013037  0                                                                                                    ustar   root                            root                                                                                                                                                                                                                   
config system
	option hostname 'WifiAP'
	option ttylogin '0'
	option log_size '64'
	option urandom_seed '0'
	option compat_version '1.1'
	option zonename 'Europe/Zurich'
	option log_proto 'udp'
	option conloglevel '8'
	option cronloglevel '5'
	option timezone 'CET-1CEST,M3.5.0,M10.5.0/3'

config timeserver 'ntp'
	list server '0.openwrt.pool.ntp.org'
	list server '1.openwrt.pool.ntp.org'
	list server '2.openwrt.pool.ntp.org'
	list server '3.openwrt.pool.ntp.org'

config led
	option name '1'
	option sysfs 'LED0_Blue'
	option trigger 'none'
	option default '0'

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          etc/config/ubootenv                                                                                 0000644 0000000 0000000 00000000000 14674260155 013360  0                                                                                                    ustar   root                            root                                                                                                                                                                                                                   etc/config/ucitrack                                                                                 0000644 0000000 0000000 00000001424 14674260146 013337  0                                                                                                    ustar   root                            root                                                                                                                                                                                                                   config network
	option init network
	list affects dhcp

config wireless
	list affects network

config firewall
	option init firewall
	list affects luci-splash
	list affects qos
	list affects miniupnpd

config olsr
	option init olsrd

config dhcp
	option init dnsmasq
	list affects odhcpd

config odhcpd
	option init odhcpd

config dropbear
	option init dropbear

config httpd
	option init httpd

config fstab
	option exec '/sbin/block mount'

config qos
	option init qos

config system
	option init led
	option exec '/etc/init.d/log reload'
	list affects luci_statistics
	list affects dhcp

config luci_splash
	option init luci_splash

config upnpd
	option init miniupnpd

config ntpclient
	option init ntpclient

config samba
	option init samba

config tinyproxy
	option init tinyproxy

                                                                                                                                                                                                                                            etc/config/uhttpd                                                                                   0000600 0000000 0000000 00000001417 14674260155 013034  0                                                                                                    ustar   root                            root                                                                                                                                                                                                                   
config uhttpd 'main'
	list listen_http '0.0.0.0:80'
	list listen_http '[::]:80'
	list listen_https '0.0.0.0:443'
	list listen_https '[::]:443'
	option redirect_https '0'
	option home '/www'
	option rfc1918_filter '1'
	option max_requests '3'
	option max_connections '100'
	option cert '/etc/uhttpd.crt'
	option key '/etc/uhttpd.key'
	option cgi_prefix '/cgi-bin'
	list lua_prefix '/cgi-bin/luci=/usr/lib/lua/luci/sgi/uhttpd.lua'
	option script_timeout '60'
	option network_timeout '30'
	option http_keepalive '20'
	option tcp_keepalive '1'
	option ubus_prefix '/ubus'

config cert 'defaults'
	option days '730'
	option key_type 'ec'
	option bits '2048'
	option ec_curve 'P-256'
	option country 'ZZ'
	option state 'Somewhere'
	option location 'Unknown'
	option commonname 'OpenWrt'

                                                                                                                                                                                                                                                 etc/config/wireless                                                                                 0000644 0000000 0000000 00000002602 14716720740 013364  0                                                                                                    ustar   root                            root                                                                                                                                                                                                                   
config wifi-device 'radio0'
	option type 'mac80211'
	option path 'platform/soc/a000000.wifi'
	option channel 'auto'
	option band '2g'
	option htmode 'HT20'
	option cell_density '0'

config wifi-device 'radio1'
	option type 'mac80211'
	option path 'platform/soc/a800000.wifi'
	option channel '149'
	option band '5g'
	option htmode 'VHT80'
	option cell_density '0'
	option txpower '23'

config wifi-iface 'wifinet1'
	option device 'radio0'
	option mode 'mesh'
	option encryption 'sae'
	option mesh_id 'mymesh'
	option mesh_fwding '1'
	option mesh_rssi_threshold '0'
	option key 'xxxxxxxxxx'
	option network 'lan'
	option disabled '1'

config wifi-iface 'wifinet4'
	option device 'radio0'
	option mode 'ap'
	option ssid 'virus'
	option encryption 'psk2'
	option key 'xxxxxxxxxx'
	option ieee80211r '1'
	option ft_over_ds '0'
	option ft_psk_generate_local '1'
	option network 'lan'
	option mobility_domain '1234'

config wifi-iface 'wifinet2'
	option device 'radio1'
	option mode 'ap'
	option ssid 'virus 5'
	option encryption 'psk2'
	option key 'xxxxxxxxxx'
	option ieee80211r '1'
	option mobility_domain '4321'
	option ft_over_ds '0'
	option ft_psk_generate_local '1'
	option network 'lan'

config wifi-iface 'wifinet3'
	option device 'radio1'
	option mode 'mesh'
	option encryption 'sae'
	option mesh_id 'mymesh5'
	option mesh_fwding '1'
	option mesh_rssi_threshold '0'
	option key 'xxxxxxxxxx'
	option network 'lan'

                                                                                                                              etc/dropbear/dropbear_ed25519_host_key                                                              0000600 0000000 0000000 00000000123 14674260160 016623  0                                                                                                    ustar   root                            root                                                                                                                                                                                                                      ssh-ed25519   @–‚#ž±Â‡¯âuÚÌœµ·Ž>±	—Iû7_0óÓ@jwè…Çp0‰ùìüp…“ÎÔ’PÒˆVÍÔEò=                                                                                                                                                                                                                                                                                                                                                                                                                                             etc/dropbear/dropbear_rsa_host_key                                                                  0000600 0000000 0000000 00000001445 14674260177 016432  0                                                                                                    ustar   root                            root                                                                                                                                                                                                                      ssh-rsa       ˆøÒæº>Ð9ª„Ctj·iT›/cã_U:dôLƒ˜CSE(qN)Á¤S°Æ@¨‡eÌB,ð†ÅÎꫵµ-‰‰:vhðòMŒ÷údÚŸð1ÐJÅÌ!&VÀÃÌe¹è¶×ÊÁ8b]·ß@"¥Û¨È _€¢{û@Ki‘ÉóδXúƒ„ؽ)ækD˸éP´ãyžÝpq¼>»AË‘r1=ðÚf>Ù5â§:®á'„òÜH.ƒ‹ýˆñƒq~BHYÎ=d4/ˆåO¢¢'9¥¨Ñ½IáíÛöÆTaÏ獐¾1¹Ç:ÁÑêܦ¾s_(¢í®[    ¶ò‚Ò‹¯ö¾ê cü-žédÁ‡¬Äè’tœ×Ö5æqFÑÎŒ¶±N¶5fàa|/ÌLÀ\Bë)Œ¿ŽT_iMë\?¦‡„ÈUäÀL}Y¯<Ä‘üDnáU9ËQz‰ÿ4³ë‰Ðä¾"ªxBIÏ`àٝ‡¾œÄ&³U’ŸòšXú3ËL.­;ýÐ;gÁK˜Ay‹•êx¶#8Õ”æg¼8ä­»×s1‹¦ÖÌš[_QÉâ2½^î5•ë:&ú˜Ô·N´«UG ¿ˆOJCJS¥ŽÞ~$#åýO$±kìø£¢…˜ÅJØrtS•¼!    •ÿi9CÈô±…èð!Ëýû«UíÇðP_ëÐÎ¡C.£ÆêµÝ U±*k3ñGٰ𔎭¨÷ƒ ÏùÖÒÁ°%	Û¶„u9•ÃÍö:§VBˆR4#-‘ÒZĽñrOE¾ÏËKy›	ij÷m÷~ŠuÞ¥ >îñø±"ùJ†s    êŒݳ$øÓ¡Ù“;‚±|èdö™È3øI
ѽ½µäE¿@7Ôeã€Å.—ÛeÁÆÞ,ÉN% ®[8ž^7n±î–õÓ´Z0¶G`dùm<QóƬ1¤,ÿ«&€Ì5d¶¤‹„ó2–x¨çÜ?¸‚šÚÿ(‘-…nA¯pÖy                                                                                                                                                                                                                           etc/group                                                                                           0000644 0000000 0000000 00000000323 14674260146 011416  0                                                                                                    ustar   root                            root                                                                                                                                                                                                                   root:x:0:
daemon:x:1:
adm:x:4:
mail:x:8:
dialout:x:20:
audio:x:29:
www-data:x:33:
ftp:x:55:
users:x:100:
network:x:101:network
nogroup:x:65534:
ntp:x:123:ntp
dnsmasq:x:453:dnsmasq
logd:x:514:logd
ubus:x:81:ubus
                                                                                                                                                                                                                                                                                                             etc/hosts                                                                                           0000644 0000000 0000000 00000000156 14674260146 011426  0                                                                                                    ustar   root                            root                                                                                                                                                                                                                   127.0.0.1 localhost

::1     localhost ip6-localhost ip6-loopback
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
                                                                                                                                                                                                                                                                                                                                                                                                                  etc/inittab                                                                                         0000644 0000000 0000000 00000000327 14674260146 011720  0                                                                                                    ustar   root                            root                                                                                                                                                                                                                   # Copyright (c) 2013 The Linux Foundation. All rights reserved.
::sysinit:/etc/init.d/rcS S boot
::shutdown:/etc/init.d/rcS K shutdown
ttyMSM0::askfirst:/usr/libexec/login.sh
ttyMSM1::askfirst:/usr/libexec/login.sh
                                                                                                                                                                                                                                                                                                         etc/luci-uploads/.placeholder                                                                       0000644 0000000 0000000 00000000000 14674260146 015213  0                                                                                                    ustar   root                            root                                                                                                                                                                                                                   etc/nftables.d/10-custom-filter-chains.nft                                                          0000644 0000000 0000000 00000002163 14674260146 017352  0                                                                                                    ustar   root                            root                                                                                                                                                                                                                   ## The firewall4 input, forward and output chains are registered with
## priority `filter` (0).


## Uncomment the chains below if you want to stage rules *before* the
## default firewall input, forward and output chains.

# chain user_pre_input {
#     type filter hook input priority -1; policy accept;
#     tcp dport ssh ct state new log prefix "SSH connection attempt: "
# }
#
# chain user_pre_forward {
#     type filter hook forward priority -1; policy accept;
# }
#
# chain user_pre_output {
#     type filter hook output priority -1; policy accept;
# }


## Uncomment the chains below if you want to stage rules *after* the
## default firewall input, forward and output chains.

# chain user_post_input {
#     type filter hook input priority 1; policy accept;
#     ct state new log prefix "Firewall4 accepted ingress: "
# }
#
# chain user_post_forward {
#     type filter hook forward priority 1; policy accept;
#     ct state new log prefix "Firewall4 accepted forward: "
# }
#
# chain user_post_output {
#     type filter hook output priority 1; policy accept;
#     ct state new log prefix "Firewall4 accepted egress: "
# }

                                                                                                                                                                                                                                                                                                                                                                                                             etc/nftables.d/README                                                                               0000644 0000000 0000000 00000000305 14674260146 013237  0                                                                                                    ustar   root                            root                                                                                                                                                                                                                   All *.nft files in this directory are included by the firewall4 ruleset
within the inet/fw4 table context which allows referencing named sets
declared and populated by the firewall configuration.

                                                                                                                                                                                                                                                                                                                           etc/opkg/keys/b5043e70f9a75cde                                                                      0000644 0000000 0000000 00000000174 14674260146 014502  0                                                                                                    ustar   root                            root                                                                                                                                                                                                                   untrusted comment: Public usign key for unattended snapshot builds
RWS1BD5w+adc3j2Hqg9+b66CvLR7NlHbsj7wjNVj0XGt/othDgIAOJS+
                                                                                                                                                                                                                                                                                                                                                                                                    etc/passwd                                                                                          0000644 0000000 0000000 00000000566 14714244045 011567  0                                                                                                    ustar   root                            root                                                                                                                                                                                                                   root:x:0:0:root:/root:/bin/ash
daemon:*:1:1:daemon:/var:/bin/false
ftp:*:55:55:ftp:/home/ftp:/bin/false
network:*:101:101:network:/var:/bin/false
nobody:*:65534:65534:nobody:/var:/bin/false
ntp:x:123:123:ntp:/var/run/ntp:/bin/false
dnsmasq:x:453:453:dnsmasq:/var/run/dnsmasq:/bin/false
logd:x:514:514:logd:/var/run/logd:/bin/false
ubus:x:81:81:ubus:/var/run/ubus:/bin/false
                                                                                                                                          etc/profile                                                                                         0000644 0000000 0000000 00000002026 14674260146 011724  0                                                                                                    ustar   root                            root                                                                                                                                                                                                                   [ -e /tmp/.failsafe ] && export FAILSAFE=1

[ -f /etc/banner ] && cat /etc/banner
[ -n "$FAILSAFE" ] && cat /etc/banner.failsafe

grep -Fsq '/ overlay ro,' /proc/mounts && {
	echo 'Your JFFS2-partition seems full and overlayfs is mounted read-only.'
	echo 'Please try to remove files from /overlay/upper/... and reboot!'
}

export PATH="/usr/sbin:/usr/bin:/sbin:/bin"
export HOME=$(grep -e "^${USER:-root}:" /etc/passwd | cut -d ":" -f 6)
export HOME=${HOME:-/root}
export PS1='\u@\h:\w\$ '
export ENV=/etc/shinit

case "$TERM" in
	xterm*|rxvt*)
		export PS1='\[\e]0;\u@\h: \w\a\]'$PS1
		;;
esac

[ -n "$FAILSAFE" ] || {
	for FILE in /etc/profile.d/*.sh; do
		[ -e "$FILE" ] && . "$FILE"
	done
	unset FILE
}

if ( grep -qs '^root::' /etc/shadow && \
     [ -z "$FAILSAFE" ] )
then
cat << EOF
=== WARNING! =====================================
There is no root password defined on this device!
Use the "passwd" command to set up a new password
in order to prevent unauthorized SSH logins.
--------------------------------------------------
EOF
fi
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          etc/radius/clients                                                                                  0000644 0000000 0000000 00000000021 14663572467 013217  0                                                                                                    ustar   root                            root                                                                                                                                                                                                                   0.0.0.0/0 radius
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               etc/radius/users                                                                                    0000644 0000000 0000000 00000000177 14663572467 012733  0                                                                                                    ustar   root                            root                                                                                                                                                                                                                   {
	"phase1": {
		"wildcard": [
			{
				"name": "*",
				"methods": [ "PEAP" ]
			}
		]
	},
	"phase2": {
		"users": {
		}
	}
}
                                                                                                                                                                                                                                                                                                                                                                                                 etc/rc.local                                                                                        0000644 0000000 0000000 00000000204 14674260146 011755  0                                                                                                    ustar   root                            root                                                                                                                                                                                                                   # Put your custom commands here that should be executed once
# the system init finished. By default this file does nothing.

exit 0
                                                                                                                                                                                                                                                                                                                                                                                            etc/shadow                                                                                          0000600 0000000 0000000 00000000363 14714244045 011536  0                                                                                                    ustar   root                            root                                                                                                                                                                                                                   root:$1$OWX8nYOB$ZMLdcufnDwEwkCNf5/jzZ0:20037:0:99999:7:::
daemon:*:0:0:99999:7:::
ftp:*:0:0:99999:7:::
network:*:0:0:99999:7:::
nobody:*:0:0:99999:7:::
ntp:x:0:0:99999:7:::
dnsmasq:x:0:0:99999:7:::
logd:x:0:0:99999:7:::
ubus:x:0:0:99999:7:::
                                                                                                                                                                                                                                                                             etc/shells                                                                                          0000644 0000000 0000000 00000000011 14674260146 011546  0                                                                                                    ustar   root                            root                                                                                                                                                                                                                   /bin/ash
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       etc/shinit                                                                                          0000644 0000000 0000000 00000000733 14674260146 011565  0                                                                                                    ustar   root                            root                                                                                                                                                                                                                   [ -x /bin/more ] || [ -x /usr/bin/more ] || alias more=less
[ -x /usr/bin/vim ] && alias vi=vim || alias vim=vi

alias ll='ls -alF --color=auto'

[ -z "$KSH_VERSION" -o \! -s /etc/mkshrc ] || . /etc/mkshrc

[ -x /usr/bin/arp -o -x /sbin/arp ] || arp() { cat /proc/net/arp; }
[ -x /usr/bin/ldd ] || ldd() { LD_TRACE_LOADED_OBJECTS=1 $*; }

[ -n "$KSH_VERSION" -o \! -s "$HOME/.shinit" ] || . "$HOME/.shinit"
[ -z "$KSH_VERSION" -o \! -s "$HOME/.mkshrc" ] || . "$HOME/.mkshrc"
                                     etc/sysctl.conf                                                                                     0000644 0000000 0000000 00000000120 14674260146 012522  0                                                                                                    ustar   root                            root                                                                                                                                                                                                                   # Defaults are configured in /etc/sysctl.d/* and can be customized in this file
                                                                                                                                                                                                                                                                                                                                                                                                                                                etc/uhttpd.crt                                                                                      0000644 0000000 0000000 00000001007 14674260202 012352  0                                                                                                    ustar   root                            root                                                                                                                                                                                                                   0‚0‚¨ 	 ûÀ§%b'0
*†HÎ=0_10	UZZ10U	Somewhere10UUnknown10U
OpenWrt6aed585010UOpenWrt0
240923123514Z
260923123514Z0_10	UZZ10U	Somewhere10UUnknown10U
OpenWrt6aed585010UOpenWrt0Y0*†HÎ=*†HÎ=B Ê:mϲIy4C9G$ŠšV ÆÔq[SOž³´ÎÖëf¡xUüþÙR”³Œàõ«i<â8U‰üÐÑËí£M0K0	U0 0UKñÓî>¿Y¬Ì„nÒ$a¥’0U#0€KñÓî>¿Y¬Ì„nÒ$a¥’0
*†HÎ=I 0F! ûT¡˜¡êŽç/*h~òø::	9Q±^YO1èªMrÉÑ! Ç'ýæ>T—òÀ5H­öH£áqdýün†˜\ ƒ‰                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          etc/uhttpd.key                                                                                      0000600 0000000 0000000 00000000171 14674260202 012343  0                                                                                                    ustar   root                            root                                                                                                                                                                                                                   0w !·"ÁÃÛè9…z~­Õǹ–„/BÜÒ<7_k?#œî 
*†HÎ=¡DB Ê:mϲIy4C9G$ŠšV ÆÔq[SOž³´ÎÖëf¡xUüþÙR”³Œàõ«i<â8U‰üÐÑËí                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       
Leave a Comment