PC Support

  • Subscribe to our RSS feed.
  • Twitter
  • StumbleUpon
  • Reddit
  • Facebook
  • Digg

Tuesday, 12 June 2012

SQL Injection-Basic Command

Posted on 01:10 by Unknown
SQL injection is a technique often used to attack databases through a website.
SQL injection is a code injection technique that exploits a security vulnerability in a website's software .
Thus SQL command are injected from website to database at back end.
Consider a sql relation account(name,passwd,balance).Now the php in website will read the usenrame and password and assing to variable $n and $p respectively.
The sql querry will be

SELECT balance FROM account
WHERE name='n' AND passwd='p';
This will work for normal user inputs.
If the user input $n=adarsh '- -
Then -- in sql represent a comment statement.
The sql querry will be



SELECT balance FROM account
WHERE name='adarsh'- - AND passwd='p';
The querry is equivalent to
 
SELECT balance FROM account
WHERE name='adarsh'

Hence an attacker will be able to acess the account relation of an user simply using username.

We can use this basically to log into a database account of a user without password.
First in login page provide a valid user-name and for passsword:anything 'or'x'='x
This wil work if the site administrator has not taken necessary preperation against these kind of attack.


WARNING:CONTENT FOR INFORMATIONAL USE ONLY


Read More
Posted in SQL INJECTION | No comments

Recover Files & Folder Affected By NEW FOLDER VIRUS

Posted on 00:58 by Unknown
When a computer gets affected by an NEW FOLDER virus,it will create an copy of virus porgram in the name of all the folders in the computer and hide the actual folder and its contents.So when we click a folder thinking to open the folder it actually executes the virus program.
When we use a anti-virus program it will be able to detect the virus and it will delete it,but the problem is that when virus is deleted we cannot get our folders of same name as virus back.
We can recover it by using a Linux based operationg system.This is possible because linux exectuable files are not exe files.
First we need to boot from linux and locate the folder to be recovered on hard disk.the on the directory containing folder there will be a file with same name as folder and with .lnk extension.delete it.
Now boot from windows and we will be able to see our folder back

For this purpose we can use a PUPPY Linux which is very small in size..


Hope Its useful!!!
Read More
Posted in NEW FOLDER REMOVAL, NEW FOLDER VIRUS | No comments

Install Flash Player Without Administrator Rights

Posted on 00:49 by Unknown
Adobe Flash player has become an important plug-in to be installed in order to view online videos and online games.Most of the schools and colleges provide students account without admin rights and its not possible for them to install flash player...
There is a method to overcome this problem...
This is how its done..
1.Download RARFile to your desktop.
2.Extract the archive using WinRAR/WinZIP/7ZIP.
The file can be extracted online from http://wobzip.org/ .


3.Take WindowsExplorer and paste  %APPDATA%\Mozilla\Plugins\
or alternatively take run and paste  %APPDATA%\Mozilla\Plugins\ .
4.Check whehter there is a folder named Plugins if yes browse inside that folder otherwise create
that folder.
5.Copy the content of the extracted rar file into Plugins folder.
6.Restart firefox and check out the plugins to find flash player installed..

Tested And Verified @ my engineering college..;)

If this works for you then please share it with your friends.
Read More
Posted in FLASH PLAYER WITHOUT ADMINISTRATOR RIGHTS, INSTALLING FLASH PLAYER | No comments
Newer Posts Home
Subscribe to: Posts (Atom)

Popular Posts

  • Sony Erricson SAR Values /Radiation Values
    Manufacturer / Model number SAR rating (1.6W/kg) SAR rating (2.0W/kg) Sony Ericsson A1228C ...
  • Install Flash Player Without Administrator Rights
    Adobe Flash player has become an important plug-in to be installed in order to view online videos and online games.Most of the schools and c...
  • Installing JOOMLA In LINUX,UBUNTU SCREENSHOTS
    JOOMLA is very usefull software which we can use to build web sites and powerful online applications. Its not essential for its user to kn...
  • Mobile / Cell Phone SAR Value / Radiation Value
    Manufacturer / Model number SAR rating (1.6W/kg) SAR rating (2.0W/kg) 3 Skypephone S2x ...
  • APPLE SAR Values / Radiation Values
    Manufacturer / Model number SAR rating (1.6W/kg) SAR rating (2.0W/kg) Apple iPhone 0.97...
  • Changing Default Operating System And Boot Priority In UBUNTU GRUB TO Windows
    Ubuntu is one of the best Operating System coming from the Open Source.It has good performance and protection from viruses like other Linux ...
  • SQL Injection-Basic Command
    SQL injection is a technique often used to attack databases through a website. SQL injection is a code injection technique that exploits a ...
  • Recover Files & Folder Affected By NEW FOLDER VIRUS
    When a computer gets affected by an NEW FOLDER virus,it will create an copy of virus porgram in the name of all the folders in the computer ...

Categories

  • FLASH PLAYER WITHOUT ADMINISTRATOR RIGHTS
  • GRUB DEFAULT OPERATING SYSTEM
  • GRUB Loader Priority
  • INSTALLATION
  • INSTALLING FLASH PLAYER
  • JOOMLA
  • NEW FOLDER REMOVAL
  • NEW FOLDER VIRUS
  • SCREENSHOT
  • SQL INJECTION
  • UBUNTU

Blog Archive

  • ►  2013 (1)
    • ►  January (1)
  • ▼  2012 (7)
    • ►  September (2)
    • ►  August (2)
    • ▼  June (3)
      • SQL Injection-Basic Command
      • Recover Files & Folder Affected By NEW FOLDER VIRUS
      • Install Flash Player Without Administrator Rights
Powered by Blogger.

About Me

Unknown
View my complete profile