Logo

Search

Home

PNPT Studies

PJPT Studies

AD CS / Certificate Attacks (ESC1-15) (1, 8, 11 for now)

Report Writing / Client Presentation

Operationalizing Cybercrime Data (June 2025)

Study Notes
/
Practical Junior Penetration Tester (PJPT) by TCM Security
/
Kali
/
Starting and Stopping srvc

Starting and Stopping srvc

python3 -m http.server 80

Creates a server using Python on port 80. Hosts all files in the directory I was in (on machine IP)

sudo systemctl enable/disable ssh

enables/disables ssh on startup

sudo service apache2 start

starts an apache2 server on machine IP