OWASP TOP 10

OWASP stands for Open Web Application Security Project is a non profit organization that works on the improvement of security of software. They publishes report outlining security concerns for web application security focusing on top 10 most critical risks at free of cost. OWASP TOP 10 2017 report as follows: Injection Broken Authentication Sensitive DataContinue reading “OWASP TOP 10”

API Testing

Introduction to API API stands for Application Programming Interface that acts as middle man whose job is deliver the data with the client and server for data exchange. Basically it acts as a medium of communication between two entities. Types of API REST API SOAP API Properties of secure API An API should provide expectedContinue reading “API Testing”

Required Programming Languages

Importance of Programming in cyber security Many people enter in this domain of cyber security thinking it as an escape to programming or coding. But my friend let me tell you when you start writing your own exploits you may be required to know some programming or to find any loophole in the code ofContinue reading “Required Programming Languages”

Linux-1

Linux is an open source operating system made by Linus Torvalds by Linux distribution. Why use Linux? Linux is free on cost, it is an open source platform. Unlike windows linux is highly customizable and secure to use. Basic Commands Echo It is used to display the text or echo the text written after it.Continue reading “Linux-1”