소스 검색

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


불러오는 중...
취소
저장