forked from IppSec/ippsec.github.io
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
106 lines (92 loc) · 3.68 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Search utility for hacking tools and other resources">
<meta name="keywords" content="lobuhi, hacking, pentesting, tools, github">
<meta name="author" content="LoBuHi">
<link rel="stylesheet" href="style.css">
<title>REBUJITO.XYZ - Search</title>
</head>
<body class="color-no-search">
<div class="container">
<div class="search">
<div class="header">
<h1>REBUJITO.XYZ</h1>
<h2>Hacking Tools And Resources</h2>
<div class="social">
<a href="https://twitter.com/lobuhisec">Twitter</a>
•
<a href="/form.html">Add your tool</a>
•
<a href="https://www.buymeacoffee.com/lobuhi">Donations</a>
•
<a href="https://lobuhisec.medium.com/">Blog</a>
</div>
</div>
<div class="query">
<form class="searchForm" action="#">
<input type="text" class="search" placeholder="ENTER SEARCH TERM" autocomplete="false" autofocus>
</form>
</div>
<div class="results">
<br>
<div class="noResults">
<h2>No Results Found</h2>
</div>
<div class="results-table">
<table class="results">
<thead>
<tr>
<td width="20%">
Tool
</td>
<td>
Description
</td>
<td width=5%">
<svg aria-hidden="true" height="30" viewBox="0 0 16 16" version="1.1" width="30" data-view-component="true" class="octicon octicon-repo-forked mr-2">
<path fill-rule="evenodd" fill="white" d="M5 3.25a.75.75 0 11-1.5 0 .75.75 0 011.5 0zm0 2.122a2.25 2.25 0 10-1.5 0v.878A2.25 2.25 0 005.75 8.5h1.5v2.128a2.251 2.251 0 101.5 0V8.5h1.5a2.25 2.25 0 002.25-2.25v-.878a2.25 2.25 0 10-1.5 0v.878a.75.75 0 01-.75.75h-4.5A.75.75 0 015 6.25v-.878zm3.75 7.378a.75.75 0 11-1.5 0 .75.75 0 011.5 0zm3-8.75a.75.75 0 100-1.5.75.75 0 000 1.5z"></path>
</svg>
</td>
<td width="5%">
<svg aria-hidden="true" height="30" viewBox="0 0 16 16" version="1.1" width="30" data-view-component="true" class="octicon octicon-star d-inline-block mr-2">
<path fill-rule="evenodd" fill="white" d="M8 .25a.75.75 0 01.673.418l1.882 3.815 4.21.612a.75.75 0 01.416 1.279l-3.046 2.97.719 4.192a.75.75 0 01-1.088.791L8 12.347l-3.766 1.98a.75.75 0 01-1.088-.79l.72-4.194L.818 6.374a.75.75 0 01.416-1.28l4.21-.611L7.327.668A.75.75 0 018 .25zm0 2.445L6.615 5.5a.75.75 0 01-.564.41l-3.097.45 2.24 2.184a.75.75 0 01.216.664l-.528 3.084 2.769-1.456a.75.75 0 01.698 0l2.77 1.456-.53-3.084a.75.75 0 01.216-.664l2.24-2.183-3.096-.45a.75.75 0 01-.564-.41L8 2.694v.001z"></path>
</svg>
</td>
<!--
<td>
Link
</td>-->
</tr>
</thead>
<tbody class="results">
</tbody>
</table>
</div>
</div>
<div class="subfooter">
<h3></h3>
</div>
</div>
<div class="footer">
© lobuhi and contributors <script>document.write(/\d{4}/.exec(Date())[0])</script>
<br>
Design by: <a href="https://twitter.com/hexf_me">@HexF_me</a>,
Original PoC: <a href="https://twitter.com/shell_ock">@Shell_ock</a>, <br />
Theme Inspiration: <a href="https://howsecureismypassword.net">DashLane - HowSecureIsMyPassword</a><br />
Fork of <a href="https://ippsec.rocks/">IppSec.Rocks</a>
</div>
</div>
<script src="logic.js"></script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-L64G216HRS"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-L64G216HRS');
</script>
</body>
</html>