-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
110 lines (82 loc) · 4.08 KB
/
index.html
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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
<!doctype html>
<html lang="en">
<head>
<meta name="generator" content="Hugo 0.79.1" />
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="/assets/img/favicon.ico">
<title>./xfiltrate ~ Breakin' Security</title>
<link href='/vendor/bootstrap/css/bootstrap.min.css' rel="stylesheet">
<link rel="stylesheet" href='/vendor/fork-awesome/css/fork-awesome.min.css'>
<link href='/css/xfiltrate.css' rel="stylesheet">
<link rel="stylesheet" href='/css/highlight/default.css '>
</head>
<body>
<header>
</header>
<div class="container">
<div class="jumbotron jumbotron-fluid">
<center>
<h1>./xfiltrate.net</h1>
<p class="lead text-muted" style="display:inline;">breaking security.</p>
<p class="blink text-muted">█</p>
</center>
</div>
<div class="row">
<h3>whoami</h3>
</div>
<div class="row" style="margin-top:15px;">
<div>
<p><img src="/img/avatar.png" align="left" style="height:auto;max-height:none;max-width:100%;float:left;margin-top: 0px;margin-left: 0px;" class="img-thumbnail float-left img-responsive">I'm Giuseppe Corti, an independent Security Consultant and Ethical Hacker. <br />
I help companies improving security systems and defence mechanisms against cyber attacks.<br />
Also i like developing offensive security related tools, embedded systems and various OSS.<br />
Currently i'm OSCP certified.<br />
Feel free to contact me through the channels listed below, <a href="/pgp">here</a> you can find my <b>PGP public key</b>.
</p>
<ul class="list-unstyled">
<li><i class="fa fa-github"></i> <a href="https://github.com/r3vn/">Github</a></li>
<li><i class="fa fa-linkedin"></i> <a href="https://www.linkedin.com/in/giuseppe-corti-8696b184/">Linkedin</a></li>
<li><i class="fa fa-twitter"></i> <a href="https://www.twitter.com/r3vnn/">Twitter</a></li>
<li><i class="fa fa-envelope"></i> <a href="mailto:[email protected]">Email</a></li>
</ul>
</div>
</div>
<div class="services" id="services">
<div class="row">
<h3>services</h3>
</div>
<div class="row" style="margin-top:15px;">
<ul class="list-unstyled">
<li>
<p><span style="color: #8597f7"><b>»</b></span> Penetration tests, vulnerability assessments and red team activities</p>
<li>
<p><span style="color: #8597f7"><b>»</b></span> Intrusion detection/prevention systems improvement and testing</p>
<li>
<p><span style="color: #8597f7"><b>»</b></span> Exploits and offensive security tools development</p>
<li>
<p><span style="color: #8597f7"><b>»</b></span> *nix systems administration, development and hardening</p>
<li>
<p><span style="color: #8597f7"><b>»</b></span> Network administration and hardening</p>
</ul>
</div>
<div class="row d-flex justify-content-center">
<div class="text-center"><b><a class="btn btn-dark" href="mailto:[email protected]">Get a quote</a></b></div>
</div>
</div>
</div>
<footer class="text-muted">
<div class="container">
<div class="row d-flex justify-content-center"><div class="text-center"><p class="text-muted">
xfiltrate.net © 2018-2021 Giuseppe Corti - VAT 02293690562 </p>
</div></div>
</div>
</footer>
<script src="https://xfiltrate.net/vendor/jquery/jquery.min.js" ></script>
<script src="https://xfiltrate.net/vendor/bootstrap/js/bootstrap.bundle.min.js" ></script>
<script src="https://xfiltrate.net/js/popper.min.js" ></script>
<script src="/js/highlight.pack.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
</body>
</html>