Skip to content

friTap 1.2.6.0

Compare
Choose a tag to compare
@monkeywave monkeywave released this 09 Dec 15:45
· 5 commits to main since this release
  • Improved Argument Parsing: Resolved minor bugs in the argument parsing functionality to enhance stability and accuracy.
  • Full Packet Capture Fix: Fixed issues with the full packet capture feature for Android, ensuring reliable usage of the -f / --full_capture option.
  • Socket Tracing Feature: Introduced a socket tracing feature, which traces all sockets of the target application and provides a pre-configured Wireshark display filter for easier analysis. If an optional file path is specified, the socket trace will be saved to a file. Use the -sot [<path>] / --socket_tracing [<path>] option to enable this feature. This feature was unavailable in recent versions due to the removal of the relevant code path.