-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathportfolio.html
More file actions
32 lines (29 loc) · 2.8 KB
/
Copy pathportfolio.html
File metadata and controls
32 lines (29 loc) · 2.8 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
<html>
<head>
<title>kipair's portfolio</title>
<meta charset="utf-8">
<link rel="stylesheet" href="./css/styles.css">
</head>
<body class="container centered-page">
<pre>
██ ▄█▀ ██▓ ██▓███ ▄▄▄ ██▓ ██▀███
██▄█▒ ▓██▒▓██░ ██▒▒████▄ ▓██▒▓██ ▒ ██▒
┌────────────────▓███▄░ ▒██▒▓██░ ██▓▒▒██ ▀█▄ ▒██▒▓██ ░▄█ ▒───────────────────┐
│ ▓██ █▄ ░██░▒██▄█▓▒ ▒░██▄▄▄▄██ ░██░▒██▀▀█▄ │
│ ▒██▒ █▄░██░▒██▒ ░ ░ ▓█ ▓██▒░██░░██▓ ▒██▒ │
│ ▒ ▒▒ ▓▒░▓ ▒▓▒░ ░ ░ ▒▒ ▓▒█░░▓ ░ ▒▓ ░▒▓░ │
│ ░ ░▒ ▒░ ▒ ░░▒ ░ ▒ ▒▒ ░ ▒ ░ ░▒ ░ ▒░ │
│ ░ ░░ ░ ▒ ░░░ ░ ▒ ▒ ░ ░░ ░ │
│ ░ ░ ░ ░ ░ ░ ░ │
└──────────────────────────────────────────────────────────────────────────────┘
┌─┤ Portfolio ├────────────────────────────────────────────────────────────────┐
│ │
│ [00] <a class="text-link" href="./index.html">Home</a> │
│ │
│ [01] <a href="https://github.com/kipair/windows-registry-hive-exfil" target="_blank">Windows Registry Hive Dumper (USB HID)</a> │
│ [02] <a href="https://github.com/kipair/ticketwatch" target="_blank">Active Directory Kerberos Ticket Monitor</a> │
│ │
└──────────────────────────────────────────────────────────────────────────────┘
</pre>
</body>
</html>