Parcourir la source

added 'Web Apps' chapter, updated one-liners

- signed-off-by: trimstray <trimstray@gmail.com>
pull/1/merge
trimstray il y a 5 ans
Parent
révision
4a43a18a92
1 fichiers modifiés avec 12 ajouts et 0 suppressions
  1. +12
    -0
      README.md

+ 12
- 0
README.md Voir le fichier

@@ -241,6 +241,12 @@ performance of any of your sites from across the globe.<br>
&nbsp;&nbsp;:small_orange_diamond: <a href="https://github.com/toniblyx/my-arsenal-of-aws-security-tools"><b>AWS security tools</b></a> - make your AWS cloud environment more secure.<br>
</p>

##### :black_small_square: Web Apps

<p>
&nbsp;&nbsp;:small_orange_diamond: <a href="https://infosec.mozilla.org/guidelines/web_security.html"><b>Mozilla Web Security</b></a> - help operational teams with creating secure web applications.<br>
</p>

##### :black_small_square: Secret Knowledge

<p>
@@ -383,6 +389,12 @@ Linux Security Expert</b></a> - trainings, howtos, checklists, security tools an

##### Tool: [terminal](https://en.wikipedia.org/wiki/Linux_console)

###### Reload shell without exit

```bash
exec $SHELL -l
```

###### Close shell keeping all subprocess running

```bash


Chargement…
Annuler
Enregistrer