From 646cc54a76e1dd4a74ecb37c976486a3af429ff8 Mon Sep 17 00:00:00 2001 From: wismna Date: Sat, 21 Jan 2017 11:14:02 -0500 Subject: [PATCH] Wrong path in fingerprint.sh --- fingerprint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fingerprint.sh b/fingerprint.sh index 2a9b905..c648b08 100644 --- a/fingerprint.sh +++ b/fingerprint.sh @@ -4,7 +4,7 @@ # 06 means get descriptors (bRequest), # 03xx means string descriptors (wValue) #WLENGTHS=`cat /tmp/0.mon.out | grep "s 80 06 03" | cut -d " " -f 10` -WLENGTHS=`dmesg | grep "USB DWC2 REQ 80 06 03" | tee /home/pi/umap/usbreq.log | cut -d "]" -f 2 | cut -d " " -f 9` +WLENGTHS=`dmesg | grep "USB DWC2 REQ 80 06 03" | tee /home/pi/HackPi/usbreq.log | cut -d "]" -f 2 | cut -d " " -f 9` TOTAL=0 COUNTER=0 for i in $WLENGTHS; do