Merge branch 'rhel' of ssh://git.andreafazzi.eu:10022/andrea/acp into rhel

This commit is contained in:
Andrea Fazzi 2023-03-31 11:21:56 +02:00
commit 07f47c412f
504 changed files with 265 additions and 77 deletions

View file

@ -8,6 +8,8 @@ RUN service ssh start
RUN mkdir -p /home/ubuntu/playground
COPY assets/ /home/ubuntu/playground/
RUN useradd abcdyuinaF6e
EXPOSE 22
# Start the OpenSSH server

11
assets/accessi/README.md Normal file
View file

@ -0,0 +1,11 @@
# Accessi
Conta gli accessi registrati nel file di log `access.log` enumerando le richieste di tipo GET. Il risultato dev'essere scritto all'interno del file
`access_num.txt`.
Il checksum della soluzione è dato da
```bash
cat num_access.txt | sha1sum
```

104
assets/accessi/access.log Normal file
View file

@ -0,0 +1,104 @@
GET /foo 200 OK
GET /foo 200 OK
GET /foo 200 OK
GET /foo 200 OK
GET /foo 200 OK
GET /foo 200 OK
GET /foo 200 OK
GET /foo 200 OK
GET /foo 200 OK
GET /foo 200 OK
GET /foo 200 OK
GET /foo 200 OK
GET /foo 200 OK
GET /foo 200 OK
GET /foo 200 OK
GET /foo 200 OK
GET /foo 200 OK
GET /foo 200 OK
GET /foo 200 OK
GET /foo 200 OK
GET /foo 200 OK
GET /foo 200 OK
GET /foo 200 OK
GET /foo 200 OK
GET /foo 200 OK
GET /foo 200 OK
GET /foo 200 OK
GET /foo 200 OK
GET /foo 200 OK
GET /foo 200 OK
GET /foo 200 OK
GET /foo 200 OK
GET /foo 200 OK
GET /foo 200 OK
GET /foo 200 OK
GET /foo 200 OK
GET /foo 200 OK
GET /foo 200 OK
GET /foo 200 OK
GET /foo 200 OK
GET /foo 200 OK
GET /foo 200 OK
GET /foo 200 OK
GET /foo 200 OK
GET /foo 200 OK
GET /foo 200 OK
GET /foo 200 OK
GET /foo 200 OK
GET /foo 200 OK
GET /foo 200 OK
GET /foo 200 OK
GET /foo 200 OK
GET /foo 200 OK
GET /foo 200 OK
GET /foo 200 OK
GET /foo 200 OK
POST /foo 200 OK
POST /foo 200 OK
POST /foo 200 OK
POST /foo 200 OK
POST /foo 200 OK
GET /foo 200 OK
GET /foo 200 OK
GET /foo 200 OK
GET /foo 200 OK
GET /foo 200 OK
GET /foo 200 OK
GET /foo 200 OK
GET /foo 200 OK
GET /foo 200 OK
GET /foo 200 OK
GET /foo 200 OK
GET /foo 200 OK
GET /foo 200 OK
GET /foo 200 OK
GET /foo 200 OK
GET /foo 200 OK
GET /foo 200 OK
GET /foo 200 OK
GET /foo 200 OK
GET /foo 200 OK
GET /foo 200 OK
GET /foo 200 OK
GET /foo 200 OK
GET /foo 200 OK
GET /foo 200 OK
POST /foo 200 OK
POST /foo 200 OK
POST /foo 200 OK
POST /foo 200 OK
POST /foo 200 OK
POST /foo 200 OK
POST /foo 200 OK
POST /foo 200 OK
POST /foo 200 OK
POST /foo 200 OK
POST /foo 200 OK
POST /foo 200 OK
POST /foo 200 OK
GET /foo 200 OK
GET /foo 200 OK
GET /foo 200 OK
GET /foo 200 OK
GET /foo 200 OK

View file

@ -1,11 +0,0 @@
# Alias
Per produrre con un solo comando l'elenco dei file presenti in una
cartella ordinati dal più recente al meno recente decidi di installare
il seguente alias: `lss='ls -lt'`.
Il checksum della soluzione è dato da
```bash
alias | sha1sum
```

View file

@ -1,11 +1,10 @@
# Backup
# Backup con restic
Prima di effettuare una modifica all'interno della cartella `foo`
decidi saggiamente di effettuare una copia di backup chiamata
`foo.bk`.
Prima di effettuare una modifica all'interno della cartella `foo` decidi saggiamente di effettuare una copia di backup utilizzando `restic`. Scarica
il programma e crea un repository `./foo_bk`. Effettua il backup della cartella `foo` nel repository.
Il checksum della soluzione è dato da
```bash
tree $HOME/playground/backup/ | sha1sum
restic -r foo_bk/ snapshots | grep -c backup/foo | sha1sum
```

View file

@ -0,0 +1,4 @@
# Header 1
Paragraph.

View file

@ -0,0 +1,11 @@
# Cerca Trova
Un hacker ha nascosto alcune chiavi all'interno dei file in foo/. Le chiavi iniziano con la stringa "abcd". Cerca e conta le chiavi e scrivi il
risultato nel file ./keys.txt senza inserire newlines (a capo).
Il checksum della soluzione è dato da
```bash
cat $HOME/playground/cercatrova/keys.txt | sha1sum
```

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

@ -0,0 +1 @@
abcdMaiChe5i

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

@ -0,0 +1 @@
abcdMaiChe5i

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

@ -0,0 +1 @@
abcdMaiChe5i

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

@ -0,0 +1 @@
abcdMaiChe5i

View file

View file

View file

Some files were not shown because too many files have changed in this diff Show more