Root/bin/jlime

Source at commit 1c331b3b5c91d51b1b5e1ea20bfca14e0204b8bc created 12 years 5 months ago.
By Werner Almesberger, m1rc3/norruption/2/Makefile: target "tar" to collect raw data files needed for further analysis
1#!/bin/sh
2ITF=usb0
3if [ "$1" = -i ]; then
4    ITF=$2
5    shift 2
6fi
7# ben is 192.168.1.202
8echo 1 >/proc/sys/net/ipv4/ip_forward
9ifconfig ${ITF_JLIME:-$ITF} 192.168.1.200 up && ssh 192.168.1.202 "$@"
10

Archive Download this file

Branches:
master



interactive