> For the complete documentation index, see [llms.txt](https://digitalsleuth.gitbook.io/win-for-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://digitalsleuth.gitbook.io/win-for-documentation/the-tools/network.md).

# Network

### Burp Suite Community Edition

Website: <https://portswigger.net\\>
Description: Packet Intercept and Analysis Tool\
Author: PortSwigger\
License: <https://portswigger.net/burp/tc-community\\>
Version: v2023.10.1.2\
Notes:

### Fakenet-NG

Website: <https://github.com/mandiant/flare-fakenet-ng\\>
Description: Next Generation Dynamic Network Analysis Tool\
Author: <https://github.com/mandiant/flare-fakenet-ng/blob/master/AUTHORS\\>
License: Apache License 2.0 (<https://github.com/mandiant/flare-fakenet-ng/blob/master/LICENSE.txt)\\>
Version: 3.0\
Notes:

### NAFT - Network Appliance Forensic Toolkit

Website: <https://github.com/digitalsleuth/naft\\>
Description: Updated version of Didier Stevens Network Appliance memory dump analyzer\
Author: Corey Forman / Gabriel Cossette / Didier Stevens\
License: MIT License (<https://github.com/digitalsleuth/naft/blob/main/LICENSE.md)\\>
Version: 1.0.0b1\
Notes:

### Network Miner

Website: <https://www.netresec.com/\\>
Description: Network traffic analysis tool\
Author: NETRESEC AB\
License: GNU General Public License (GPL) v2.0 (<https://www.netresec.com/?page=NetworkMinerSourceCode)\\>
Version: 2.8.1\
Notes:

### PuTTY

Website: <https://www.chiark.greenend.org.uk/\\~sgtatham/putty/\\>
Description: Free SSH and Telnet Client\
Author: Simon Tatham\
License: <https://tartarus.org/\\~simon/putty-snapshots/htmldoc/AppendixD.html#licence\\>
Version: 0.79\
Notes:

### Telerik Fiddler

Website: <https://www.telerik.com\\>
Description: Web debugging proxy tool\
Author: Telerik\
License:\
Version: 5.0.20211.51073\
Notes:

### WebPageSaver

Website: <https://magnetforensics.com\\>
Description: Creates an HTML report containing a snapshot of each webpage at a specific point in time\
Author: Magnet Forensics\
License: EULA\
Version: 3.4.0\
Notes:

### WinSCP

Website: <https://winscp.net/\\>
Description: Windows SFTP and SCP Client\
Author: Martin Prikryl\
License: GNU General Public License v3 (<https://github.com/winscp/winscp/blob/master/license.txt)\\>
Version: 6.1.2\
Notes:

### Wireshark

Website: <https://www.wireshark.org\\>
Description: Network packet capture and analysis tool\
Author: The Wireshark Foundation (<https://gitlab.com/wireshark/wireshark/-/blob/master/AUTHORS)\\>
License: GNU General Public License v2 (<https://gitlab.com/wireshark/wireshark/-/blob/master/COPYING)\\>
Version: 4.0.10\
Notes:

### Zui

Website: <https://www.brimdata.io/\\>
Description: Network Forensic GUI Tool using Zeek, Suricata and Zed\
Author: Brim Data\
License: GNU General Public License (GPL) (<https://github.com/brimdata/zui/blob/main/apps/zui/LICENSE.txt)\\>
Version: 1.3.0\
Notes: Zui is the renamed version of Brim


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://digitalsleuth.gitbook.io/win-for-documentation/the-tools/network.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
