forked from d3ckx1/OLa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathOLa.cna
60 lines (37 loc) · 1.89 KB
/
OLa.cna
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
println("\c9 [+] Wellcome To OLa(欧拉) , by d3ckx1 happy hacking :) [+]")
#---------------------------------------------------#
# ▄██████▄ ▄█ ▄████████
# ███ ███ ███ ███ ███
# ███ ███ ███ ███ ███
# ███ ███ ███ ███ ███
# ███ ███ ███ ▀███████████
# ███ ███ ███ ███ ███
# ███ ███ ███▌ ▄ ███ ███
# ▀██████▀ █████▄▄██ ███ █▀
# ▀
#---------------------------------------------------#
command wellcome {
println("\c9 [+] Wellcome To OLa(欧拉) , by d3ckx1 happy hacking :) [+]");
} #在命令行中显示
popup beacon_bottom {
menu "OLa(欧拉)"{
menu "☠ 建议执行频率不要过快 :)" {}
# Plugin Loader
include(script_resource("modules/discovery.cna"));
include(script_resource("modules/Intranet_agent.cna"));
include(script_resource("modules/elevate.cna"));
include(script_resource("modules/Intranet_scan.cna"));
include(script_resource("modules/Passwd_Capture.cna"));
include(script_resource("modules/Intranet_move.cna"));
include(script_resource("modules/AuthMaintain.cna"));
include(script_resource("modules/trace_clean.cna"));
include(script_resource("modules/bypass_tools.cna"));
include(script_resource("modules/funny.cna"));
}
}
popup OLa_Tools{
item("&作者-d3ckx1",{url_open("https://github.com/d3ckx1")});
separator();
item("&自动注入迁移进程",{url_open("https://github.com/d3ckx1/CS-Auto-migrate")});
}
menubar("OLa-Tools", "OLa_Tools");