mirror of
https://github.com/hak5/packetsquirrel-payloads.git
synced 2025-12-19 17:58:49 +00:00
Added metadata to existing payloads (#1)
This commit is contained in:
committed by
Sebastian Kinne
parent
487ab7dc5f
commit
b6ab3cc61f
@@ -1,5 +1,16 @@
|
||||
#!/bin/bash
|
||||
# TCPDump payload v1.0
|
||||
#
|
||||
# Title: TCPDump
|
||||
# Description: Dumps networking-data to USB storage. Completes on button-press or storage full.
|
||||
# Author: Hak5
|
||||
# Version: 1.0
|
||||
# Category: sniffing
|
||||
# Target: Any
|
||||
# Net Mode: TRANSPARENT
|
||||
|
||||
# LEDs
|
||||
# SUCCESS: Dump complete
|
||||
# FAIL: No USB storage found
|
||||
|
||||
function monitor_space() {
|
||||
while true
|
||||
|
||||
Reference in New Issue
Block a user