Latest Articles
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.
Golang Logrus Complete Tutorial with Examples
Using golang logrus to print messages on console, logfile, multi writer. Format the log output with custom log level. Change log output format. Change timestamp …
How to fetch images from Node.js server [100% Working]
2 different ways to fetch images from node.js server using practical examples. Use built-in http module and express framework
