SQL Injection on Login Page.

In this post we are going to learn about SQL Injection and how we test login page using SQL Injection.Let's Dive into this. Suppose we are testing a login page where username and password verification is must. Both username and password field is prone to code injection.SQL InjectionCredential for logging. Sr. No.    Username     Password    Status      … Continue reading SQL Injection on Login Page.

Upcoming 15 Innovations based on Technology.

A wide array of innovative, new tech is ready to hit the market, offering options for safer travel, a sharper mind, and all the fun you didn't know you could have! I'm Rahul Jagtap. In this post, we're bringing you 15 technological innovations that could be coming your way soon! 01) Business users are the target … Continue reading Upcoming 15 Innovations based on Technology.

Java Program to Create Directories

In this example, we will learn how to create directories in Java. Create a DirectoryThe Java File class provides the "mkdir()" method to create a new directory. The method returns."true" if the new directory is created."false" if the directory already exists.Example: Create a new directory in Javaimport java.io.File;class Main {  public static void main(String[] args) {  … Continue reading Java Program to Create Directories

Java Program to Find ASCII Value of a character.

In this program, you'll learn to find and display the ASCII value of a character in Java. This is done using type-casting and normal variable assignment operations.ASCII Value ChartExample: Find ASCII value of a characterpublic class AsciiValue {    public static void main(String[] args) {        char ch = 'a';        … Continue reading Java Program to Find ASCII Value of a character.

How to be Anonymous on the Internet

Tor Browser offers the simplest anonymous web browsing available today, and researchers are hard at work improving Tor's anonymity properties.Tor BrowserWhat is Tor Browser?Defend yourself against tracking and surveillance. Circumvent censorship.Tor's onion routing remains the simplest thanks to achieving end-to-end anonymous communication on the web. With onion services (.onion addresses), website administrators can provide their … Continue reading How to be Anonymous on the Internet