mirror of
https://github.com/hak5/packetsquirrel-payloads.git
synced 2025-12-19 17:58:49 +00:00
Capturing Credentials Submitted via HTTP
This payload uses *inotifywait* and *DYNAMICPROXY* to monitor the HTTP POST data streams generated by a client and extract sensitive information using *awk*.
This commit is contained in:
22
payloads/credentials/capturing-http-credentials/README.md
Normal file
22
payloads/credentials/capturing-http-credentials/README.md
Normal file
@@ -0,0 +1,22 @@
|
||||
# Capturing Credentials Submitted via HTTP
|
||||
|
||||
- Author: TW-D
|
||||
- Version: 1.0
|
||||
- Category: Credentials
|
||||
- Netmode: NAT
|
||||
|
||||
## Prerequisite
|
||||
|
||||
Packet Squirrel Mark II
|
||||
|
||||
## Description
|
||||
|
||||
This payload uses *inotifywait* and *DYNAMICPROXY* to monitor the HTTP POST data streams generated by a client and extract sensitive information using *awk*.
|
||||
|
||||
## Configuration
|
||||
|
||||
In the **./modules/login_request.awk** file, you can improve the regular expression, contained in the **login_patterns** variable (L3), by adding new HTTP parameters. Additionally, you can add new *AWK* files to the **./modules/** directory; they will be automatically taken into account.
|
||||
|
||||
## Usage
|
||||
|
||||
The captured credentials will be available in the file **./loots/credentials/<TIMESTAMP>.log**.
|
||||
Reference in New Issue
Block a user