Blog links

Showing posts with label SQL TIPS. Show all posts
Showing posts with label SQL TIPS. Show all posts

How to Hack using batch files



In this post we'll see how to easily hack using batch files and some online tools.At this point we must know about batch files.In simple words batch file basically holds dos commands and some system commands in sequential order and when it's run executes those commands.You can put the commands in a text file and save it with .bat extension to get the batch file.Enough about batch files.



We need to grab the ip address of the victim.

Please refer to my previous posts about finding ip address of email sender and tracking ip address of anyone by sending email.

Read more

How to Bypass BIOS Passwords


BIOS passwords can add an extra layer of security for desktop and laptop computers. They are used to either prevent a user from changing the BIOS settings or to prevent the PC from booting without a password. Unfortunately, BIOS passwords can also be a liability if a user forgets their password, or changes the password to intentionally lock out the corporate IT department. Sending the unit back to the manufacturer to have the BIOS reset can be expensive and is usually not covered in the warranty. Never fear, all is not lost. There are a few known backdoors and other tricks of the trade that can be used to bypass or reset the BIOS




DISCLAIMER

Read more

Basic SQL injection attack tutorial

SQL Injection ::
SQL(Structured Query Language) injection occurs when an attacker is able to insert a series of SQL statements into web forms, eg. login fields, or into the browser address field by manipulating data input into database behind the site, system, application.


Requirement ::


A web browser

Potential locations to exploit ::

Login fields ,Search page,Feedback form,The browser address field,etc.

Mode of Operation ::

Read more
2leep.com