-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
59 lines (50 loc) · 1.66 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
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>1337_file.txt (Hacking, Pentesting, CTF Cheatsheet von 1337observer)</title>
<link rel="stylesheet" type="text/css" href="/style.css" />
<!--
Aus großer Macht folgt große Verantwortung!
-->
</head>
<body>
<div id="main">
<pre>
______ ____ ____ ____ _ _ ____ ____ ____ __ ____
/ ||__ \|__ \|__ | |_ _\|\/_\|_ _\ | _\|___\| | | __\
/_ | _[ | _[ | / / || _><__ || | _\ | / | |__| ]_
\||___/|___/ /_/ |/ |/\_/ |/ |/ |/ |___/|___/
</pre>
<h1 style="text-align: center">1337_file.txt</h1>
<p>
Eine Sammlung aus Einzeilern, Anleitungen und Cheatsheets zum
Pentesting, Hacking oder CTFs mit Tricks für die Shell. <b>Eine</b>
Datei, die jeder auf seinem Rechner hat und direkt weitergeben kann.
</p>
<p>
Mein Spickzettel für die wichtigsten Hacking-Tools, Exploits und
Befehle.
</p>
<p>
Mit der Suchfunktion deines Lieblingseditors kannst du darin navigieren:
Wenn du mit `less` liest, dann tippe `-i` vor einer Suche mit `/nc`.
</p>
<a class="download" href="/1337_file.txt">DOWNLOAD FILE</a>
<p>
Direkter Download:<br/>
wget https://raw.githubusercontent.com/Leetcore/1337-observer/main/1337_file.txt
</p>
<p>
Erweiterungen und Änderungsvorschläge sind erwünscht und können über
<a href="https://github.com/Leetcore/1337-observer">Github</a>
eingereicht werden.
</p>
<p>
Stolz gefrickelt von <a href="https://www.1337core.de">Leetcore</a>.
</p>
</div>
</body>
</html>