Categorias: Todos - security - html - commands - javascript

por CAITLYN KNIGHTS 2 anos atrás

106

Security Techniques

Understanding various security techniques and coding languages is crucial for developing robust websites. In the realm of web development, HTML, CSS, and JavaScript are fundamental components.

Security Techniques

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