Ethical Hacking
Hacking #
- Hacking és obtenir accés no autoritzat als recursos del sistema mitjançant l'explotació de vulnerabilitats del sistema posant en compromís els controls de seguretat.
Procés #
graph LR
reco--> scan
scan((Scanning))-->gain((Guanyar Accés))
gain-->main
main((Mantenir Accés ))-->track
track((Netejar petjades))-->repo((Informe))
repo-->reco((reconeixement))
classDef green fill:#9f6,stroke:#333,stroke-width:2px;
classDef orange fill:#f96,stroke:#333,stroke-width:4px;
classDef rosa fill:#f299,stroke:#333,stroke-width:4px;
classDef brown fill:#f99,stroke:#333,stroke-width:4px;
class reco green
class scan,gain orange
class main,track rosa
class repo brown
click reco "/hacking/reco/" "reconeixement"
click scan "/hacking/scan/"
click gain "/hacking/gain/"
click main "/hacking/post/"
click repo "/hacking/report/"