11 lines
159 B
Bash
Executable file
11 lines
159 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
# Main script for eulaurarien
|
|
|
|
./fetch_resources.sh
|
|
./collect_subdomains.sh
|
|
./import_rules.sh
|
|
./resolve_subdomains.sh
|
|
./import_rapid7.sh
|
|
|