mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-27 23:04:05 -06:00
vault backup: 2022-09-21 11:24:30
This commit is contained in:
parent
a34853680a
commit
87630d80b0
9
content/notes/10-web-db-networks.md
Normal file
9
content/notes/10-web-db-networks.md
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
---
|
||||||
|
title: "10-web-db-networks"
|
||||||
|
aliases:
|
||||||
|
tags:
|
||||||
|
- cosc203
|
||||||
|
- lecture
|
||||||
|
---
|
||||||
|
|
||||||
|
[slides](https://blackboard.otago.ac.nz/bbcswebdav/pid-2971203-dt-content-rid-19033355_1/courses/COSC203_S2DNI_2022/COSC203_lecture10%281%29.pdf)
|
||||||
@ -97,5 +97,43 @@ deliberately place sofware where it will interact with attacks, somewhat resembl
|
|||||||
|
|
||||||
# Pen-Testing
|
# Pen-Testing
|
||||||
checking if system is secure. Simulated attacks of system to detect vulnerabilities
|
checking if system is secure. Simulated attacks of system to detect vulnerabilities
|
||||||
|
- specialised and technical
|
||||||
|
- often done by consultants
|
||||||
|
- mindset of attacker
|
||||||
|
- complements intrusion detection
|
||||||
|
- but proactive not reactive
|
||||||
|
|
||||||
|
## tools
|
||||||
|
- same tools as attackers
|
||||||
|
- develop own tools
|
||||||
|
- automate
|
||||||
|
- scripts
|
||||||
|
- dedicated hardware
|
||||||
|
- parrallel/dist attacks
|
||||||
|
- create new attacks
|
||||||
|
|
||||||
|
## e.g., software
|
||||||
|
- nmap - network exploration tool
|
||||||
|
- scan ports
|
||||||
|
- reports finding
|
||||||
|
- os, version
|
||||||
|
- used to find vulnerabilities
|
||||||
|
- netcat/ncat interact with network services
|
||||||
|
- nessus
|
||||||
|
- hashcat - password cracking
|
||||||
|
- sqlmap (SQL database pen tester)
|
||||||
|
- find account with default passwords etc
|
||||||
|
- specialised pen-testing OS distribution
|
||||||
|
- e.g., blackbox linux
|
||||||
|
|
||||||
|
## Phases
|
||||||
|
- reconnaissance (info gathering) (e.g., finding relevant ip addresses)
|
||||||
|
- scanning (e.g.,, nmap)
|
||||||
|
- which hosts are availale
|
||||||
|
- which ports
|
||||||
|
- etc
|
||||||
|
- gaining access (attack)
|
||||||
|
- may require sequenced attacks
|
||||||
|
- maintaining access (avoid detection)
|
||||||
|
- covering tracks (remove files, edit logs, change timestamps etc)
|
||||||
|
-
|
||||||
|
|||||||
8
content/notes/blockchain.md
Normal file
8
content/notes/blockchain.md
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
---
|
||||||
|
title: "blockchain"
|
||||||
|
aliases:
|
||||||
|
tags:
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
|
||||||
@ -33,6 +33,7 @@ tags:
|
|||||||
- [07-js-server-vs-client-side](notes/07-js-server-vs-client-side.md)
|
- [07-js-server-vs-client-side](notes/07-js-server-vs-client-side.md)
|
||||||
- [08-web-frameworks](notes/08-web-frameworks.md)
|
- [08-web-frameworks](notes/08-web-frameworks.md)
|
||||||
- [09-web-databases-networks](notes/09-web-databases-networks.md)
|
- [09-web-databases-networks](notes/09-web-databases-networks.md)
|
||||||
|
-
|
||||||
|
|
||||||
# Archive
|
# Archive
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user