Wednesday, 7 March 2018

Sql Injection


SQL Injection is a common attack vector that uses malicious SQL code for backend database manipulation to access information that was not intended to be displayed.This information can be anything like user data , administrator authentication information, company data, customer private details.

A successful attack of SQL injection may result in unauthorized viewing of user list, the deletion of entire tables the attacker have administrator authentication and control to the database.

Code that can be injected by SQL injection

statement = " select * from Student where name = ' " + xyz + " '; "

this SQL statement is used to retrieve the record of student table where name is xyz.
SQL injection can be use like set xyz to following-

' OR ' 1 ' = ' 1 '

or using comments to rest of the query

' OR ' 1 ' = ' 1 ' --
' OR ' 1 ' = ' 1 '({
' OR ' 1 ' = ' 1 ' /*

Ex. select * from Student where name = ' OR ' 1 ' = ' 1 ';  

Network Devices


Repeater

Repeater is a device that amplifies the signal it receive.In other words repeater is a device which receive a signal and retransmits it at higher level or high power so that the signal can cover longer distance.
Its used when the distance between sender and receiver is more so that data can be send noiseless(true data) to receiver.

Bridge

Bridge is a device that is used to connect sub network or LAN(Local Area Network). It connect only similar type of LAN or sub network. Means protocol should be same both network. Its possible to connect more than one bridge between two LAN it called redundant bridge.Disadvantage of redundant bridge is data may be in loop.



Router

Router is a network device that is used to connect two sub network or LAN but protocol of network can be different. Its also responsible to provide route to data.It is not a multi port converter.


Hub

Hub is a network device which is used to connect multiple network hosts. A hub is also used to do data transfer.The data is transfer in term of packet on the network.
Its two type
Active Hub has cleaning and boosting capacity and It can use for cable connection.
Passive Hub has no cleaning and boosting capacity and It may or may not use for cable connection.


Switch

Switch is almost similar to Hub but it is more intelligent to hub such that Hub just does the work of data forwarding, a switch does filter and forwarding which is more intelligent way of dealing with the data packet.



Gateway

It is similar to the Router and used to connect different type protocol network but It can connect more than two sub network which can be dissimilar type so it called multi port convertor.

How to make Fake Register on any site


Make Fake Email Address


Open new tab in your web browser and type https://10minutemail.com. This site generate a fake email for 10 minute.This will be fake email for your account.All the messages of this email will be shown on your web browser.You can see the mail to refresh the page.




Make Fake Mobile Number for OTP


Open new tab in your web browser and type http://receivefreesms.net/ or http://hs3x.com/ and select one mobile number from list of mobile number and enter that mobile number in your form.Your OTP will send on that website you can read the OTP and fill it in your form.





Thus You can make fake Register on any form.....Enjoy

Tuesday, 6 March 2018

Samsung Galaxy S9 and Galaxy S9+ launch in India 06/03/2018


Samsung Galaxy S9 Specification



The Galaxy S9 is powered with 10 nm, 64 bit, octa-core Exynos 9810 processor in India.
The phone is come with 4GB RAM and in two storage variants 64GB and 256 GB. The phone memory can be expanded up to 400GB through external microSD card.

The phone has aluminium frame and a glass front and back.The display resolution of the phone is 1440*2960 pixels with an18.5:9 aspect ratio.

It has 12 megapixel  flagship dual rear camera with varying aperture f/1.5-f/2.4.It has also a 8 megapixel front(selfie) camera with aperture f/1.7.


Price Rs. 57,900 for 64GB Model, and goes up to Rs. 65,900 for 256GB variant.

Samsung Galaxy S9+ Specification



Almost all the specification of S9+ is similar to S9 but some difference is as follow.
The Galaxy S9+, like the S9 with 10nm, 64bit, octa-core Exynos 9810 processor in India however S9+ features of 6GB RAM and comes with 64GB and 256GB of storage variants.

The storage can be expand up to 400GB through a microSD card.

It has 12 megapixel rear(primary) camera with f/1.5-f/2.4 aperture.and front(selfie)  camera is 8 megapixel with f/2.4 aperture.

The dual sensor on S9+ can record videos 2160p at 60fps (frame per second) and 1080p videos at 240fps.


Price Rs. 65,900 for 64GB Model, and goes up to Rs. 72,900  for 256GB.

Both S9 and S9+ have Face detection, iris scanner and fingerprint scanner as security purpose.

Monday, 5 March 2018

How to search very effectively on Google and use like pro


1) Search anything in double quote (""). Ex. "hello google". It will show only hello google not about other thing.

2) If you want to eliminate a word from your search, you can use (-word)
 Ex. Linux Distribution -Ubuntu
It will show all distribution of Linux except Ubuntu.

 3) You can search any site using site:sitename Ex. site:hbtu.ac.in

4)You can search on google related thing to word using tilde(~) symbol. Ex. ~sushil

5) You can gain any value using asterisk(*) symbol on google.
  Ex. salary of software engineer is *

6)You can gain any article ,news,websites on google between time range.
 Ex. windows 2011..2014
It will show all articles, news and websites between 2011 and 2014.

7)File type search on google.
Ex. filetype:ppt software book
 It will show ppt only on software book.

Network

Network:- The connection of computer or devices in such a way that it could communicate between them is called network.In network two or more computer can share their resources(printer,memory).
Computers linked together wired medium or wireless.When a computer request something from other computer it called client and service provider computer called server.

Type of network

a)LAN(Local Area Network)

b)MAN(Metropolitan Area Network)

c)WAN(Wide Area Network)

LAN:- If two or more computers or devices are connected in a place or in a organization is called Local Area Network.Mostly its possible through wired medium.




MAN:- If two or more computers or devices are connected in a city is called Metropolitan Area Network. It is mostly possible through wired medium.



         
WAN:- If two or more computers or devices are connected in a country or between country is called Wide Area Network.Its mostly possible through wireless medium.Ex. Internet.


Difference between SSD and HDD

1)SSD stands for Solid State Drive while HDD stands for Hard Disk Drive.

2)SSD is more costly than HDD

3)SSD speed is more than HDD

4)SSD has less capacity to HDD

5)SSD is not easly available in the market while HDD is easly available in the market.

6)SSD is not easly crash while HDD is easly crash.