edit post

This commit is contained in:
Casual 2024-06-13 21:02:26 +03:00
parent cafd9f6b30
commit b587429347
2 changed files with 4 additions and 6 deletions

View File

@ -5,14 +5,15 @@ date = 2024-05-03
<!-- &nbsp; -->
It's my personal hacking learning strategy:<!--more-->
It's my personal hacking learning strategy:
- Superficially recognize how it is done - you need to find familiar concepts
- Read OWASP Top-10 for it
- PRACTICE! Try find lab for this taks (Portswigger)
- Gather methodology on testing from various sources
- Get list of hack tools
- Based on methodology create own checklist on pentest
- Find checklists for this topic online and combine with own if needed
- PRACTICE! (TryHackMe, HackTheBox...)
- PRACTICE! (TryHackMe, HackTheBox, Portswigger...)
- Fill the knowledge gaps
- Extra: Read books and articles to deepen knowledge base

View File

@ -388,7 +388,7 @@ ok: [192.168.0.5] => {
file_server
}
```
Now we can access default Caddy page of our PCs via browser...
Now we can access default Caddy page of our PCs via browser...
OR NOT
```sh
TASK [web-browser : Install Caddy] *********************************************
@ -418,7 +418,6 @@ Ansible use package manager of remote host. So if system doesn't have package, i
```
`roles/web-browser/template/index.html.j2`:
```html
...
<!DOCTYPE html>
<html lang="en">
<head>
@ -514,8 +513,6 @@ Result in `index.html`:
10. And last - make caddy restart if ansible makes any modification
`roles/web-browser/handlers/main.yml`:
```yaml
...
handlers:
- name: restart caddy service
ansible.builtin.service:
name: caddy