mirror of
https://github.com/carlospolop/privilege-escalation-awesome-scripts-suite.git
synced 2025-12-29 11:19:03 +00:00
6 lines
149 B
Bash
Executable File
6 lines
149 B
Bash
Executable File
#!/bin/bash
|
|
|
|
|
|
echo "Executing: airodump-ng $1 -c \"$2\" --bssid \"$3\" -w \"$4\""
|
|
airodump-ng "$1" -c "$2" --bssid "$3" -w "$4" --output-format pcap
|