mirror of
https://github.com/carlospolop/privilege-escalation-awesome-scripts-suite.git
synced 2025-12-18 22:29:02 +00:00
5 lines
183 B
Bash
Executable File
5 lines
183 B
Bash
Executable File
#!/bin/bash
|
|
|
|
|
|
echo "Executing: echo -e \"$1\n$2\n$3\n$4\n$5\n$6\n$7\" | eaphammer --cert-wizard interactive"
|
|
echo -e "$1\n$2\n$3\n$4\n$5\n$6\n$7" | eaphammer --cert-wizard interactive |