瀏覽代碼

added 'Web Apps' chapter, updated one-liners

- signed-off-by: trimstray <trimstray@gmail.com>
pull/1/merge
trimstray 5 年之前
父節點
當前提交
4a43a18a92
共有 1 個檔案被更改,包括 12 行新增0 行删除
  1. +12
    -0
      README.md

+ 12
- 0
README.md 查看文件

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


Loading…
取消
儲存