-
What is Threat Modeling and How It works, with examples.
Threat modeling is a structured approach to identifying and evaluating potential security threats and vulnerabilities in a system or application. It is an essential step in the security design and development process, helping…
-
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, Python, wireshark
Packet Replay in Scapy
What is Scapy ? Scapy, it’s a tool, a utility used for modifying our packet and then send them over the network. With scapy, it’s huge possibility to perform any sort of actions…