forked from PinkDraconian/initHTB.py
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
60 lines (59 loc) · 1.69 KB
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"directory": [
{
"parentDirectory": "/home/\"$USER\"/Desktop/HTB/BOX"
},
{
"openvpnDirectory": "~/Downloads/lab_TheWeeknd.ovpn"
}
],
"toolCommand": [
{
"nmap" : [
{
"0" : "sudo nmap -sV -sC $VHOST -sS -oN nmap.txt"
},
{
"1" : "sudo nmap -sV -sC -sS $VHOST -oN nmap.txt -p-"
}
],
"directoryBruteForce" : [
{
"Dirb": [
{
"1": "dirb http://$VHOST"
},
{
"2": "dirb http://$VHOST /opt/SecLists/Discovery/Web-Content/raft-medium-words.txt -X .bak,.txt -o dirb.txt"
},
{
"3": "comand 3"
}
],
"ffuf": [
{
"1": "comand 1"
},
{
"2": "comand 2"
},
{
"3": "comand 3"
}
],
"feroxbuster": [
{
"1": "comand 1"
},
{
"2": "comand 2"
},
{
"3": "comand 3"
}
]
}
]
}
]
}