jituTechnology

jituTechnology

Latest Posts

Digital Thermometer Using PIC16F688

This Digital Thermometer is designed to the temperature of the room and it will display its equivalent value on a LCD screen in both Fahrenheit and Celsius scales. PIC16F688 microchip is used as the main controller in this electronics project. In this Digital Thermometer PIC16F688 microchip reads the temperature value from a DS1820which is a […]

read more

Google Database Hacking For File Containg Usernames

Here are the list of Google hacking search query (Google Dork) which can be beneficial to the hackers or attackers to dig out the username and passwords.  Most of them will display about the user log files containing username information about IP Address, website, username and password. Google search: site:extremetracking.com inurl:”login=” This can be used […]

read more

Google Database Hacking for Footholds

Using the below Google hacking tips hacker can access the different activity of the site. By using these Google queries attackers dig out the core log files containing important documents of the site through which hackers or attackers penetrate in the site and thus the site is hacked. This is called Google dorks; you can […]

read more

Google Database Hacking for Sensitive Online Shoping Info

[showmyads]Here are some of the Google queries which can dig online shopping information like. Customer data, suppliers, orders, credit card numbers, credit card information and many more. This Google Hacking Database for Sensitive Online Shopping info is used by the hackers to extract the online shopping information. This can lead to exploit the online shopping […]

read more

A program to merge two given string using pointer.

A program to merge two given string using pointer. Codes /*A program to merge two given string using pointer*/ /*Programed by          Jitendra Kr Yadav                         10116                         2Apr,2011*/ #include<string.h> #include<stdio.h> #include<conio.h> void merge(char*,char*); main() { char str_1[20],str_2[20]; printf(“Enter the first string: “); gets(str_1); printf(“Enter the second string: “); gets(str_2); merge(&str_1[0],&str_2[0]); printf(“The merged string is: %s.”,str_1); […]

read more


Connect with Me

GPO 8973 NPC 541; Kathmandu Nepal
Phone: +977 9851236800

Calendar

April 2024
S M T W T F S
 123456
78910111213
14151617181920
21222324252627
282930