From a05c7fdcda1c7c77fc546b37a08069d0a3b28bb8 Mon Sep 17 00:00:00 2001 From: beau Date: Fri, 1 Dec 2023 21:00:14 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4114178..0cc3470 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ 2. Scapy packets should be logged to the debug servers terminal from the python script that is printing the packet info received from the Android. 3. Input "2" or "3" to test crafting packets that will be sent through the debug connection to NetworkGenie and forwarded out the device. 4. Use packet capture to view packets crafted from debug server on the Android: `adb shell` -> `su` -> `tcpdump -i any host 9.9.9.9`. +5. Currently any app that is slid to be "blocked" in the GUI will enable the "ACK spray bypass" where any tcp connection made for that app UID will send 10 extra acks after the 3-way handshake.