Install jdk7 in ubuntu 18.04

JDK7 has been deprecated however, there are still softwares that depend on it. I came across similar issue today and therefor I had to install jdk7. I will show what you need to do if you want to do the same. Frist download archive file of jdk from

Read More

How to use Arachni for web vulnerability scanning

Disclaimer: This is for educational purpose only. Use it responsibly. Arachni There are various tools available for web vulnerability scanning. Here in this post, I am going to show how to use Arachni for web vulnerability scanning. This tool is available for Linux, Mac and Windows as a command line interface and web interface. Here, I will guide you through the installation in Linux and Mac operating system, and show command line interface usage. To download arachni in Linux opearing system run:

Read More

Share content through flutter app

Today, in this post, I am going to share how you can share the content of your app using share plugin. It’s pretty easy to get this work. First of all create a flutter project then in your pubspec.yaml file add the following line in dependencies:

share: ^0.6.2+3
Read More