Vim setup journey
I really wanted to fully learn Vim and be able to use it comfortably. I guess its time. On my way for setting it up I’ll leave here notes how and where. Setup So, first of all, I had to install ...
I really wanted to fully learn Vim and be able to use it comfortably. I guess its time. On my way for setting it up I’ll leave here notes how and where. Setup So, first of all, I had to install ...
Undirected Graph: An ordered pair $G = (V, E)$, where $V$ is the set of vertices and $E$ is the set of edges. Types of Graphs Empty Graph: $G = (\emptyset, \emptyset)$, a graph with no vertic...
Git is a powerful and widely-used version control system that helps developers track changes in their code and collaborate efficiently with others. Here’s a guide to some of the most essential Git ...
Trigonometric functions Angle (°) Radians sin(θ) cos(θ) tan(θ) csc(θ) sec(θ) cot(θ) 0° 0 0 1 ...
How I developed my own web scanner to assist me in pentest
An introduction to data types and format specifiers in C language
There are few helpful scanners: nmap, arp-scan and masscan, first of which is a industry standard Nmap scan usually goes through the following steps shown below, although many are optional and dep...
The OSI (Open Systems Interconnection) model was developed by the International Organization for Standardization (ISO) in the 1980s. It was created with the intent to help developers standardize so...
Useful web resources and cheatsheets for cybersecurity
First post