Miscellaneous
1. Reclaim memory space
# ps
...
264 root 3332 S resetbutton
329 root 2440 S tftpd -s /tmp -c -l -P E150
330 root 2168 S cron
333 root 3864 S httpd
336 root 3864 S /tmp/gn-httpd -p 51000 -G
340 root 2272 S dnsmasq -R -h -i br1 -i br0 -c 0 -r /tmp/resolv.conf
345 root 1024 S cesmDNS -o /tmp/.mdns_host_info -d -h CISCO007 -l 192
347 root 6936 S /tmp/gn-dhcpd -cf /tmp/dhcpd-br1.conf -lf /tmp/dhcpd-
349 root 6936 S dhcpd -cf /tmp/dhcpd-br0.conf -lf /tmp/dhcpd.leases -
354 root 3164 S upnp -D -W vlan2
385 root 2180 S /bin/eapd
388 root 2576 S nas
392 root 3764 S /bin/wps_monitor
394 root 2156 S netbios /tmp/samba/lib/netbios.conf
419 root 1436 S /usr/sbin/lld2d br0
473 root 2804 S /sbin/monitor_cable
536 root 1772 S /bin/sh2. Transfer binary from host to device
3. Transfer binary from device to host
3.1 tftp
3.2 Netcat (busybox)
4. Connect to a remote shell on the device via dropbear
dropbear 4.1 Existing binaries
4.2 Compile manually
5. Useful scripts
5.1 device__load-bins.sh
5.2 device__start-dropbear.sh
5.3 device__retrieve-httpd-and-start-gdbserver.sh
5.4 host__patch-and-host-httpd.sh
Last updated