-
What is RDP, How to enumerate for privilege escalation.
RDP stands for Remote Desktop Protocol. It is a proprietary protocol developed by Microsoft, which provides a user with a graphical interface to connect to another computer over a network connection. The user…
-
FTP and how to Pentest FTP
FTP stands for File Transfer Protocol. It is a standard network protocol used to transfer files from one host to another over a TCP-based network, such as the internet. FTP is commonly used…
-
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.…
-
Vulnerability in Python Libraries
As Python being the most widely used programming language, giving us flexibility in writing code, it also comes with lots of vulnerabilities. The severity of the vulnerability depends upon the error present in…
-
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…
-
How to build python package and keep your sanity
Python is a cool language, we can do near to everything, whether to run a Hello World to developing a tool. Here we’ll see how to create your own sample python package in…