CInsects/Protokolle/CInsects:Treffen-2015-09-09: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
Zeile 12: | Zeile 12: | ||
! Name !! Kennung !! nick | ! Name !! Kennung !! nick | ||
|- | |- | ||
| Vincent | 4dahmen | wahrwolf | | Vincent | ||
| 4dahmen | |||
| wahrwolf | |||
|- | |- | ||
| Henning | 8pridoeh | --- | | Henning | ||
| 8pridoeh | |||
| --- | |||
|- | |- | ||
| Nils | 0rokita | --- | | Nils | ||
| 0rokita | |||
| --- | |||
|- | |- | ||
| Laura | 3schuet | --- | | Laura | ||
| 3schuet | |||
| --- | |||
|- | |- | ||
| Felix | 3??? | ---| | | Felix | ||
| 3??? | |||
| ---| | |||
|- | |- | ||
| Andreas | ??? | --- | | Andreas | ||
| ??? | |||
| --- | |||
|- | |- | ||
| Jan | 4?? | --- | | Jan | ||
| 4?? | |||
| --- | |||
|- | |- | ||
| Kristina| 3?? | --- | | Kristina | ||
| 3?? | |||
| --- | |||
|} | |} | ||
Zeile 60: | Zeile 76: | ||
* cooles Instant Messaging | * cooles Instant Messaging | ||
* mafiasi hat eigenen Server | * mafiasi hat eigenen Server | ||
* siehe | * siehe [https://mafiasi.de/jabber|mafiasi.de] | ||
==== challenges === | ==== challenges === | ||
* [[http://overthewire.org/wargames/bandit/ | bandit ]] | * [[http://overthewire.org/wargames/bandit/ | bandit ]] | ||
* teaches the basics | * teaches the basics | ||
* Fortschritt mit Anmerkungen im | * Fortschritt mit Anmerkungen im [https://mafiasi.de/etherpad/pad/CInsects/CInsects_-_OverTheWire_Bandit |Etherpad] zu finden. | ||
=== Guides/ Help === | === Guides/ Help === | ||
Zeile 72: | Zeile 88: | ||
! name !! example !! description !! special | ! name !! example !! description !! special | ||
|- | |- | ||
| cd | cd /home/n00b | change directory | --- | | cd | ||
| cd /home/n00b | |||
| change directory | |||
| --- | |||
|- | |- | ||
| ls | ls | list files | --- | | ls | ||
| ls | |||
| list files | |||
| --- | |||
|- | |- | ||
| cat | cat foo.txt | Used for concatination of files or to view them | "shell-trick" | | 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 | --- | | 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 ... | | grep | ||
| grep password backup.txt | |||
| global/regular expression/print | |||
| a lot ... [http://www.gnu.org/software/grep/manual/grep.html| RTFM ] | |||
|- | |- | ||
| man | man grep | shows the manpage for the given command | --- | | man | ||
| man grep | |||
| shows the manpage for the given command | |||
| --- | |||
|- | |- | ||
| file | file foo.data | shows the type of the given file | --- | | file | ||
| file foo.data | |||
| shows the type of the given file | |||
| --- | |||
|- | |- | ||
| find | find ~ -name "*.secret" | find all matching files | a lot, again | | find | ||
| find ~ -name "*.secret" | |||
| find all matching files | |||
| a lot, again [https://www.gnu.org/software/findutils/manual/html_mono/find.html | RTFM ] | |||
|} | |} | ||
==== vim ==== | ==== vim ==== | ||
* vimtutor .... | * vimtutor .... |
Version vom 15. September 2015, 15:18 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 | ??? | --- |
Jan | 4?? | --- |
Kristina | 3?? | --- |
TODOs
- Raum weiter reservieren [done]
- Dudel für Terminplanung [done]
- Protokoll überarbeiten [done]
- vim-Tutorial verschönern (???)
Ablauf
Zusammenfassung
- Vorstellungsrunde
- Jabber/IRC einrichten
- HackOver?
- Bandit bis Level 5
- (HALT)
- Bandit5
- vim-Intro
Ergebnisse
IRC
- Internet-Relay-Chat
- simple Chat Protocol
- gibts bei den meisten CTFs
- irc.hackint.org:6697
- #cinsects
- #ccchh-ctf
XMPP
- Extensible Messaging and Presence Protocol
- cooles Instant Messaging
- mafiasi hat eigenen Server
- siehe [1]
= challenges
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 | 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 | RTFM ] |
vim
- vimtutor ....