/* Serien-Vorschläge */
[stratum0-wiki.git] / CTF.mw
1 = CTF =
2 Teamseite bei CTFtime: https://ctftime.org/team/1684/
3
4 = Liste mit möglicherweise nützlichen CTF-Tools =
5
6 == Python ==
7 Spezielle Pakete
8
9 * [http://docs.python.org/2/library/telnetlib.html telnetlib] (einfache tcp-Verbindungen bei denen **nur Ascii** übertragen wird, buildin)
10 * [http://www.pythonware.com/products/pil/ PIL]
11 * [http://www.williballenthin.com/registry/index.html python-registry]
12 * [https://github.com/hellman/sock sock] (einfache tcp-Verbindungen bei denen auch nicht-Ascii übertragen werden darf)
13
14 == Bash-Stuff ==
15 * nc
16 * base64
17 * md5sum
18 * openssl
19 * gdb
20
21 == Autospy ==
22 http://www.sleuthkit.org/autopsy/
23
24 Oberfläche für The Sleuth Kit (TSK) zur Analyse von Festplattenimages (Version 3 ist derzeit Win-only)
25
26
27 == foremost ==
28 http://foremost.sourceforge.net/
29
30 Data-Carving Tool um aus Datenblobs möglicherweise enthaltene Dateien zu rekonstruieren.
31
32
33 == volatility ==
34 https://www.volatilesystems.com/default/volatility
35
36 Tool zur Analyse von Memory-Dumps. Spannende Prozesse und deren Daten finden
37
38
39 == ILSpy ==
40 http://ilspy.net/
41
42 .net Dissassembler
43
44
45 == Java-Decompiler ==
46 http://java.decompiler.free.fr/?q=jdgui
47
48 Nen Java-Decompiler
49
50
51 == Stegsolve ==
52 http://www.wechall.net/download/12/Stegsolve_jar
53
54 Tool zur Analyse von Bildern, um versteckte Informationen zu finden
55
56
57 == TweakPNG ==
58 http://entropymine.com/jason/tweakpng/
59
60 PNG-Blockdaten anzeigen, validieren und bearbeiten. (Läuft mit wine)
61
62
63 == Origami ==
64 http://esec-lab.sogeti.com/pages/Origami
65
66 Ruby gem zur Analyse und Aufdröselung von PDFs.
67
68 * pdfextract
69 * pdfwalker
70
71
72 == Metasploit ==
73 http://www.metasploit.com/
74
75 DIE Toolbox für Exploits.
76
77
78 == IDA ==
79 https://www.hex-rays.com/products/ida/index.shtml
80
81 DAS Programm zum Analysieren von Binaries. Mit dem [http://www.idabook.com/x86emu/ x86emu] kann man auch durch den Code steppen.
82
83
84 == JSBeautifier ==
85 http://jsbeautifier.org/
86
87 Macht Javascript hübsch.
88
89
90 == sqlmap ==
91 http://sqlmap.org/
92
93 Automatisertes SQL-Injection-Test-Tool.
94
95
96 == PkCrack ==
97 http://www.unix-ag.uni-kl.de/~conrad/krypto/pkcrack.html
98
99 Tool zum "Erraten" von Zip-Passwörtern.
100
101
102 == esotope ==
103 http://mearie.org/projects/esotope/ws.en
104
105 whitespace assembler und disassembler und interpreter
106
107
108 == qemu ==
109 http://wiki.qemu.org/Main_Page
110
111 Emulator für quasi jede Platform. Meist hilfreich, um Festplattenimages zu booten.
112
113
114 == SIFT Workstation ==
115 http://computer-forensics.sans.org/community/downloads
116
117 Virtuelles System mit einer riesen Sammlung an Forensik-Tools.
This page took 0.048053 seconds and 5 git commands to generate.