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

Aus Fachschaft_Informatik
Zur Navigation springen Zur Suche springen
Keine Bearbeitungszusammenfassung
 
(9 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt)
Zeile 7: Zeile 7:
* 2015-09-09
* 2015-09-09
* 16:00 - 18:00 + (~ 0:45)
* 16:00 - 18:00 + (~ 0:45)
=== Anwesende ===
{| class="wikitable sortable"
! Name    !! Kennung !! nick
|-
| Vincent | 4dahmen | wahrwolf |
|-
| Henning | 8pridoeh | --- |
|-
| Nils    | 0rokita | --- |
|-
| Laura  | 3schuet | --- |
|-
| Felix  | 3??? | ---|
|-
| Andreas | ??? | --- |
|-
| Jan    | 4?? | --- |
|-
| Kristina| 3?? | --- |
|}


==== TODOs ====
==== TODOs ====
Zeile 35: Zeile 14:
* vim-Tutorial verschönern (???)
* vim-Tutorial verschönern (???)


==== Links ====
* [https://dudel.mafiasi.de/YyCXkAxx/ Termin-Dudel]
* [http://overthewire.org challenges auf overthewire.org]
* [http://hackint.org/ hackint website]
* [http://man.he.net/ Online-Manpages]


== Ablauf ==
== Ablauf ==
Zeile 40: Zeile 24:
* 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
* vim-Intro
* vim-Intro


=== Ergebnisse ===
=== Ergebnisse ===
==== IRC ====
==== IRC ====
* 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.hackint.org:9999)
** #cinsects
** #cinsects
** #ccchh-ctf
** #ccchh-ctf


==== XMPP ====
==== XMPP ====
* Extensible Messaging and Presence Protocol
* "Extensible Messaging and Presence Protocol"
* cooles Instant Messaging
* cooles Instant Messaging
* mafiasi hat eigenen Server
* mafiasi hat eigenen Server (siehe: [[jabber]])
* 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
* Fortschritt mit Anmerkungen im [[https://mafiasi.de/etherpad/pad/CInsects/CInsects_-_OverTheWire_Bandit |Etherpad]] zu finden.
* Fortschritt mit Anmerkungen im [https://mafiasi.de/etherpad/pad/CInsects/CInsects_-_OverTheWire_Bandit Etherpad] zu finden.


=== Guides/ Help ===
=== Guides/ Help ===
Zeile 72: Zeile 54:
! 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 ... [[http://www.gnu.org/software/grep/manual/grep.html| RTFM ]] |
| 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 [[https://www.gnu.org/software/findutils/manual/html_mono/find.html | RTFM ]]
| find  
| find ~ -name "*.secret"  
| find all matching files  
| a lot, again [https://www.gnu.org/software/findutils/manual/html_mono/find.html RTFM ]
|}
|}



Aktuelle Version vom 15. September 2015, 16:10 Uhr

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]

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

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 ....