forked from IppSec/ippsec.github.io
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathform.html
72 lines (60 loc) · 2.17 KB
/
form.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
<!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="/index.html">Home</a>
•
<a href="https://www.buymeacoffee.com/lobuhi">Donations</a>
•
<a href="https://lobuhisec.medium.com/">Blog</a>
</div>
</div>
<div class="query">
<form action="https://formspree.io/f/mgeqrlpp" method="POST">
<input type="email" name="email" placeholder="YOUR EMAIL" autocomplete="false">
<input type="textarea" name="message" placeholder="YOUR REPO" autocomplete="false"></input>
<button type="submit">Send</button>
</form>
</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>
<br>
Found a bug? File it or fix it <a href="https://github.com/IppSec/ippsec.github.io/issues">here</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>