Difference between revisions of "CyberSecurity Development"
Jump to navigation
Jump to search
m |
(Added a Section for Activities) |
||
Line 1: | Line 1: | ||
+ | === Topics === | ||
[[LegalEthics|Legal and Ethics]] | [[LegalEthics|Legal and Ethics]] | ||
Line 18: | Line 19: | ||
Security Countermeasures | Security Countermeasures | ||
+ | |||
+ | === Activiites === | ||
+ | |||
+ | ==== Network ==== | ||
+ | Chickenman CTF | ||
+ | |||
+ | Intro to Wireshark | ||
+ | |||
+ | Wifi Cracking | ||
+ | |||
+ | |||
+ | ==== System ==== | ||
+ | Window 10 Admin Lab | ||
+ | |||
+ | [[Firewall lab]] | ||
+ | |||
+ | Virtualbox: Install HackLab | ||
+ | |||
+ | ==== Cyber ==== | ||
+ | Legal Analysis | ||
+ | |||
+ | Threats and adversaries | ||
+ | |||
+ | Steganography | ||
+ | |||
+ | |||
+ | pentesting | ||
+ | |||
+ | * Security Audit/Interview | ||
+ | * Info Gathering | ||
+ | * Vulnerability Assessment | ||
+ | * Exploitation | ||
+ | * WebApp analysis (DVWA, then BurbSuite) | ||
+ | * | ||
+ | |||
+ | ==== Python ==== | ||
+ | Install | ||
+ | |||
+ | Varialbles | ||
+ | |||
+ | User Input | ||
+ | |||
+ | Coding Practice | ||
+ | |||
+ | Lists | ||
+ | |||
+ | More Lists | ||
+ | |||
+ | Strings and Files | ||
+ | |||
+ | Functions and Databases. | ||
+ | |||
+ | ==== HTML/PHP/MySQL ==== | ||
+ | Basic HTML | ||
+ | |||
+ | Forms | ||
+ | |||
+ | PHP | ||
+ | |||
+ | mysql | ||
+ | |||
+ | prigramming for security |
Revision as of 12:57, 14 May 2021
Topics
Vulnerabilities and Risk Management
Common Attacks
Basic Risk Assessment
Cryptography and Public Key Infrastructure
Data Security
Security Mechanisms
Security Countermeasures
Activiites
Network
Chickenman CTF
Intro to Wireshark
Wifi Cracking
System
Window 10 Admin Lab
Virtualbox: Install HackLab
Cyber
Legal Analysis
Threats and adversaries
Steganography
pentesting
- Security Audit/Interview
- Info Gathering
- Vulnerability Assessment
- Exploitation
- WebApp analysis (DVWA, then BurbSuite)
Python
Install
Varialbles
User Input
Coding Practice
Lists
More Lists
Strings and Files
Functions and Databases.
HTML/PHP/MySQL
Basic HTML
Forms
PHP
mysql
prigramming for security