S3 Bucket Audit Report using AWS PowerShell Script – Secure your S3 Buckets

S3 Bucket Audit Report using AWS PowerShell Script – Secure your S3 Buckets

  If you are working on AWS environment and if you follow the news related to AWS, you will probably know there are many major data breach happened because of the human negligence, where vast amount of data kept without any protection like encryption, public access blocking. It is all because of human error. We create S3 bucket, and start

Do not trust any public VPN service, Create your own Secure SOCKS5 Proxy for just $5 – Be Free :)

Do not trust any public VPN service, Create your own Secure SOCKS5 Proxy for just $5 – Be Free :)

If someone ask me to recommend one good proxy service, I would recommend none. Why should I trust any of them, as they can do what ever they want with my internet traffic, we don’t have any control over them, nor we should trust their privacy policy. So, what will be the solution? Very simple, create your own in pubic

ClearView – Zero Configuration Web Server Monitoring Tool

ClearView – Zero Configuration Web Server Monitoring Tool

Have you recently moved away from Linode to any other VPS (Virtual Private Server) providers for hosting your web server? Are you still desperately looking for an alternative to Linode server monitoring tool LongView? Yes…. Ok, I am here to guide you in fixing the web server monitoring issues. I have hosted this blog in Linode for more than two

Create Private PPTP VPN for personal use in Linode Cloud Hosting.

Create Private PPTP VPN for personal use in Linode Cloud Hosting.

Nowadays many things are getting blocked by the government, and sometimes without even a valid reason. When something like this happen to you, you probably looking for some way to bypass these restrictions, and most of the times we look for free or cheap VPNs. In today’s world, nothing is actually free, there is always something we are giving in

Multi-Thread Super-Fast Software Inventory Scan using WSMan (PowerShell Remoting)

Multi-Thread Super-Fast Software Inventory Scan using WSMan (PowerShell Remoting)

Recently I was asked to pull the software inventory report from multiple severs hosted in Azure, but unfortunately pulling data from WMI not allowed, only PS Remoting was enabled, so I made some changes on my previous script and used Invoke-command to pull the date for all the servers. It was easy and the most effective way to extract that report