DevSecOps
-
What is CI/CD and it’s Top 10 Risks
CI/CD stands for Continuous Integration and Continuous Deployment (or Continuous Delivery). It is a set of practices and methodologies that enable software development teams to deliver code changes more frequently, reliably, and efficiently.…
-
DevSecOps and Its Risks
DevSecOps is an approach that combines development, security, and operations principles to integrate security practices throughout the software development lifecycle (SDLC). It aims to ensure that security considerations are taken into account from…
-
Secure SDLC
It has always has been the way, when we think of Security after we have been Compromised. Then why not think of Security during the building phase of an application. This is where…
-
Python : SSL Version Scanner
Python package to find SSL/TLS version of a Host. You can modify the script for host, and get the SSL/TLS version number in order to find their vulnerabilities. Follow this below link, to…
- BufferOverflow, CyberSecurity, DevSecOps, DoS, Firewall, Kali Linux, Malware, Network, Snort Signature, wireshark
Exploitation : Heartbleed Vulnerability : Ubuntu Server 12.04
What is Heartbleed Vulnerability? It’s a vulnerability in the OpenSSL Cryptographic software Library, where it doesn’t do bound check for input validation in the heartbeat extension where data can be accessible then it…
-
Exploitation with Eternalblue : Win7
What is Eternalblue? It’s a software vulnerability in Microsoft windows OS works by exploiting Microsoft Server Message Block 1.0 (SMB) on various Microsoft Windows versions. SMB or Server Message block is a network…