CInsects/Protokolle/CInsects:Treffen-2015-09-09: Unterschied zwischen den Versionen

Aus Fachschaft_Informatik
Zur Navigation springen Zur Suche springen
(Andreas eingetragen)
(Protokoll ergänzt)
Zeile 53: Zeile 53:
==== Links ====
==== Links ====
* [https://dudel.mafiasi.de/YyCXkAxx/ Termin-Dudel]
* [https://dudel.mafiasi.de/YyCXkAxx/ Termin-Dudel]
* [overthewire.org]
* [http://overthewire.org]
* [http://hackint.org/]
* [http://hackint.org/]
* [http://man.he.net/ Online-Manpages]
* [http://man.he.net/ Online-Manpages]
Zeile 61: Zeile 61:
* Vorstellungsrunde
* Vorstellungsrunde
* Jabber/IRC einrichten
* Jabber/IRC einrichten
* HackOver?
* Was ist ein CTF? -- Teilnahme beim HackOver?
* Bandit bis Level 5
* Bandit (auf overthewire.org) bis Level 5
---( HALT )---
---( HALT )---
* Bandit5
* Bandit5
Zeile 71: Zeile 71:
* Internet-Relay-Chat
* Internet-Relay-Chat
* simple Chat Protocol
* simple Chat Protocol
* gibts bei den meisten CTFs
* wird bei den meisten CTFs zur Verfügung gestellt
* irc.hackint.org:6697
* irc.hackint.org:6697 (mit SSL: irc://irc.hackint.org:9999)
** #cinsects
** #cinsects
** #ccchh-ctf
** #ccchh-ctf
Zeile 82: Zeile 82:
* siehe [https://mafiasi.de/jabber|mafiasi.de]
* siehe [https://mafiasi.de/jabber|mafiasi.de]


=== challenges ===
=== challenges auf overthewire.org ===
* [http://overthewire.org/wargames/bandit/ bandit ]
* [http://overthewire.org/wargames/bandit/ bandit ]
* teaches the basics
* teaches the basics

Version vom 15. September 2015, 16:58 Uhr

Diese Seite ist eine Unterseite von CInsects.

Orga

Ort+Zeit

  • Informatikum, D-118
  • 2015-09-09
  • 16:00 - 18:00 + (~ 0:45)

Anwesende

Name Kennung nick
Vincent 4dahmen wahrwolf
Henning 8pridoeh ---
Nils 0rokita ---
Laura 3schuet ---
Felix 3???
Andreas 9grenzin (Jabber: 09grenzin) Awerick
Jan 4?? ---
Kristina 3?? ---

TODOs

  • Raum weiter reservieren [done]
  • Dudel für Terminplanung [done]
  • Protokoll überarbeiten [done]
  • vim-Tutorial verschönern (???)

Links

Ablauf

Zusammenfassung

  • Vorstellungsrunde
  • Jabber/IRC einrichten
  • Was ist ein CTF? -- Teilnahme beim HackOver?
  • Bandit (auf overthewire.org) bis Level 5

---( HALT )---

  • Bandit5
  • vim-Intro

Ergebnisse

IRC

  • Internet-Relay-Chat
  • simple Chat Protocol
  • wird bei den meisten CTFs zur Verfügung gestellt
  • irc.hackint.org:6697 (mit SSL: irc://irc.hackint.org:9999)
    • #cinsects
    • #ccchh-ctf

XMPP

  • Extensible Messaging and Presence Protocol
  • cooles Instant Messaging
  • mafiasi hat eigenen Server
  • siehe [3]

challenges auf overthewire.org

  • bandit
  • teaches the basics
  • Fortschritt mit Anmerkungen im Etherpad zu finden.

Guides/ Help

Unix-Commands

name example description special
cd cd /home/n00b change directory ---
ls ls list files ---
cat cat foo.txt Used for concatination of files or to view them "shell-trick"
ssh ssh user@labs.foo.bar secure shell is used to access remote server ---
grep grep password backup.txt global/regular expression/print a lot ... RTFM
man man grep shows the manpage for the given command ---
file file foo.data shows the type of the given file ---
find find ~ -name "*.secret" find all matching files a lot, again RTFM

vim

  • vimtutor ....