-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* httptoolkit added * fixing links * fixing markdown * added a reference * Update techniques/android/MASTG-TECH-0109.md --------- Co-authored-by: Carlos Holguera <[email protected]>
- Loading branch information
1 parent
39803e9
commit 95f4033
Showing
2 changed files
with
10 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
title: HTTP Toolkit | ||
platform: network | ||
source: https://httptoolkit.com | ||
--- | ||
|
||
[HTTP Toolkit](https://httptoolkit.com/) is an open-source tool designed to intercept, analyze, and debug HTTPS traffic. The tool captures HTTP traffic from Android, iOS, web or desktop applications. It provides functionalities such as complete decryption of HTTPS traffic, real-time monitoring of requests and responses, the ability to simulate HTTP requests, and automated interception of HTTP requests with minimal configuration required. | ||
|
||
It is designed to work across various platforms and integrates smoothly with browsers and devices, by automatically setting up its CA certificate and disabling SSL pinning via Frida, to optimize traffic analysis. |