-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathvar.php
More file actions
39 lines (37 loc) · 1.1 KB
/
var.php
File metadata and controls
39 lines (37 loc) · 1.1 KB
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
<?php
$rhversion = "2.0.0";
$white = "\e[97m";
$black = "\e[30m\e[1m";
$yellow = "\e[93m";
$orange = "\e[38;5;208m";
$blue = "\e[34m";
$lblue = "\e[36m";
$cln = "\e[0m";
$green = "\e[92m";
$fgreen = "\e[32m";
$red = "\e[91m";
$magenta = "\e[35m";
$bluebg = "\e[44m";
$lbluebg = "\e[106m";
$greenbg = "\e[42m";
$lgreenbg = "\e[102m";
$yellowbg = "\e[43m";
$lyellowbg = "\e[103m";
$redbg = "\e[101m";
$grey = "\e[37m";
$cyan = "\e[36m";
$bold = "\e[1m";
function DomainRecon_banner(){
echo "\e[91;1m
All In One Tool For\e[36m Information Gathering\e[91m And\e[32m Vulnerability Scanning\e[91m
____ _ ____
/ __ \____ ____ ___ ____ _(_)___ / __ \___ _________ ____
/ / / / __ \/ __ `__ \/ __ `/ / __ \/ /_/ / _ \/ ___/ __ \/ __ \
/ /_/ / /_/ / / / / / / /_/ / / / / / _, _/ __/ /__/ /_/ / / / /
/_____/\____/_/ /_/ /_/\__,_/_/_/ /_/_/ |_|\___/\___/\____/_/ /_/
Coded By : MrWhite4939
======================================
\e[32m
\n";
}
?>