Basic Pentesting

Task 1 – Web App Testing and Privilege Escalation In these set of tasks you’ll learn the following: Brute forcing Hash cracking Service enumeration Linux Enumeration The main goal here is to learn as much as possible. Find the services exposed by the machine: Use “nmap” to find out what services are running on theContinue reading “Basic Pentesting”

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”