CInsects/Protokolle/CInsects:Treffen-2015-09-09
Zur Navigation springen
Zur Suche springen
Diese Seite ist eine Unterseite von CInsects.
Orga[Bearbeiten]
Ort+Zeit[Bearbeiten]
- Informatikum, D-118
- 2015-09-09
- 16:00 - 18:00 + (~ 0:45)
TODOs[Bearbeiten]
- Raum weiter reservieren [done]
- Dudel für Terminplanung [done]
- Protokoll überarbeiten [done]
- vim-Tutorial verschönern (???)
Links[Bearbeiten]
Ablauf[Bearbeiten]
Zusammenfassung[Bearbeiten]
- Vorstellungsrunde
- Jabber/IRC einrichten
- Was ist ein CTF? -- Teilnahme beim HackOver?
- Bandit (auf overthewire.org) bis Level 5
---( HALT )---
- Bandit5
- vim-Intro
Ergebnisse[Bearbeiten]
IRC[Bearbeiten]
- "Internet-Relay-Chat"
- simple Chat Protocol
- wird bei den meisten CTFs zur Verfügung gestellt
- irc.hackint.org:6697 (mit SSL: irc.hackint.org:9999)
- #cinsects
- #ccchh-ctf
XMPP[Bearbeiten]
- "Extensible Messaging and Presence Protocol"
- cooles Instant Messaging
- mafiasi hat eigenen Server (siehe: jabber)
challenges auf overthewire.org[Bearbeiten]
Guides/ Help[Bearbeiten]
Unix-Commands[Bearbeiten]
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[Bearbeiten]
- vimtutor ....