CDCyber Dugincyberdug.hashnode.dev·Aug 26, 2023 · 2 min readIntroduction to DockerWhat is docker? Docker is a software platform that allows you to build, test, and deploy applications quickly. Docker packages software into standardized units called containers that have everything the software needs to run including libraries, syst...00
CDCyber Dugincyberdug.hashnode.dev·Jun 10, 2023 · 2 min readSubfinder ToolIntroduction: subfinder is a subdomain discovery tool that returns valid subdomains for websites, using passive online sources. It has a simple, modular architecture and is optimized for speed. subfinder is built for doing one thing only - passive su...00
CDCyber Dugincyberdug.hashnode.dev·Mar 18, 2023 · 1 min readSQL Injection Lab for beginners#Cybersecurity #sqlinjection What is SQL Injection? SQL injection usually occurs when you ask a user for input, like their username/userid, and instead of a name/id, the user gives you an SQL statement that you will unknowingly run on your database. ...00
CDCyber Dugincyberdug.hashnode.dev·Feb 25, 2023 · 3 min readLinux #001Welcome everyone for this amazing Linux Essential series Prerequisite - None What is Linux? Linux is a family of open-source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991, by L...00