-
Notifications
You must be signed in to change notification settings - Fork 0
/
sport.sh
25 lines (17 loc) · 837 Bytes
/
sport.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#!/bin/env bash
domain=$1
path="~/projects/$domain"
mkdir -p ~/projects/$domain/sport
echo "----------------------------------------------------------"
echo "################## ####################"
echo "################ Running ##################"
echo "################ naabu ##################"
echo "################## ---- ---- ####################"
echo "----------------------------------------------------------"
findPorts(){
~/aautoPilot/naabu/cmd/naabu/naabu -silent -iL ~/projects/$domain/domains/domain.txt -o ~/projects/$domain/sports/ports.txt
}
findPorts
echo "----------------------------------------------------------"
echo "################## Done with PORTS #######################"
echo "----------------------------------------------------------"