Articles by Deepak Prasad
How to set up WordPress Reverse Shell [100% Working]
Step by Step instructions to setup wordpress reverse shell using 3 different methods. Setup reverse shell using metasploit framework, vulnerable plugins, …
Getting started with GOLANG | Write your first GO Code
Getting started with go, installing go using package manager, install go-1.19, setup your own go workspace, What is GOPATH and GOROOT, How to integrate visual …
Golang Channel Use Cases Explained with Examples
How to create and use golang channel. Use comma ok idiom, context, fan in and fan out with channels. Different types of channels in go with examples.
Mount multiple K8 secrets to same directory
Step by step instructions to mount multiple secrets to same directory in Kubernetes. 4 different ways to mount multiple secrets to same path.
Goroutine vs Threads in Golang [8 Differences]
In this tutorial we have compared goroutine with threads with all the basic differences along with practical examples
SOLVED: Golang access variable from another package
golang access variable from another package, golang global variable, golang global variables across files, golang export variable from package, golang not …
Golang function vs method Comparison with Examples
golang receiver vs function argument, golang receiver vs function argument, golang when to use methods, method and function in golang, golang instance function, …
Golang variadic function Explained [Practical Examples]
variadic function golang, pass array to variadic function golang, golang variadic function interface, golang variadic function different types, olang function …
Go Type Casting (Convert int, string, float + Type Assertion Guide)
Learn Go type casting with practical examples. Convert int, string, and float using strconv, understand type assertion vs conversion, and fix common errors like …
How to PROPERLY use break statement in Python [Easy Examples]
python break statement into multiple lines, python break statement in nested loop, python break statement example, python break statement not working, python …
Golang Switch: Robust Tool for Powerful Case Handling
golang switch case multiple conditions, golang switch case string, switch case golang break, golang switch case fallthrough, golang switch case type, golang …
SOLVED: How to loop n times in Python [10 Easy Examples]
for loops python, python repeat number n times, python loop n times, python repeat string n times, while loop python, for i in range python, python repeat …
SMTP Enumeration Tutorial [100% Working]
smtp enumeration oscp, smtp enumeration cheat sheet, smtp enumeration kali, smtp enumeration hacktricks, smtp enumeration nmap, smtp enumeration tools
Install OWASP Juice Shop on Kali Linux
Step by step instructions to install OWASP juice shop on kali linux using Node.js
Solved: Call function from another package in GO
golang call function from another directory, call function from same package golang, golang call function from another package, how to call another function in …
