Security Techniques
Websites
JavaScript
HTML
CSS
Terminal/Shell
Type in commands and your computer will execute them.
Types
Root shell
Higher privilege/ admin
Regular shell
Restricted
Need sudo code to preform root shell actions
Making sure there are no vulnerabilities in the code
Linux
Netcat
listen on port
Send data
Port scanning
Grep
Search for characters/ words in a file
Can use cat
Cat: Concatenate
Allows you to view content on a file
Can use LS
LS: The command to list files/directories
To uncover hidden files : ls-a
Can use CD
CD: Change Directory