-
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…
-
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…
-
Cryptography
What is Cryptography ? It is a process of providing security to the information and resources from unauthorized access. Process includes converting data into encrypted data and then decrypt it into original data…
- BufferOverflow, CyberSecurity, DevSecOps, DoS, Firewall, Kali Linux, Malware, Network, Python, wireshark
Fuzzing HTTP Request In Python With Scapy
What is Fuzzing ? Fuzzing or Fuzz Testing is a testing technique which is used for finding bugs, coding errors or any security loopholes using injecting malformed or modifying data inside software or…