How to use DarkSQLi

August 27th, 2009 Syed Alam 1 comment

Many people looking for tutorial how to use DarkSQLi. DarkSQLi is another sql injection tool.

DarkSQLi is simple Python script which does many good things for you for free of cost.

Download from here

You will need “rar” to extract it, its in rar extension. Here is HowTo install and extract rar files

cd DarkSQLi

./darksqli.py -u <url> –findcol      ( It will find out the column length )

./darksqli.py -u <url> –info            ( MySQL server configuration )

./darksqli.py -h           ( To view complete help, different options )

There are many option to test, it supports SSL too.

If you are facing any problem, Discuss it in comments.

How to install rar

August 27th, 2009 Syed Alam No comments

Rar is compressing tool, many of us have use it on windows named ” WinRar”.

Here, i’ll tell you how to install on linux.

If you are using RHEL/CentOS, you can simple install it through “yum”

rpm -Uvh http://apt.sw.be/redhat/el5/en/i386/rpmforge/RPMS/rpmforge-release-0.3.6-1.el5.rf.i386.rpm

yum install rar

If you are using LinuxMint, Ubuntu, UbuntuME, run the following command;

apt-get install rar

or

aptitude install rar

You can try different switches, try ;

rar  e      ” Extract the data from .rar archive”

rar –help

How to Haraldscan – Bluetooth discovery scanning.

August 23rd, 2009 Syed Alam No comments

Many of us looking for HowTo use Haraldscan – is another bluetooth discovery scanning.

Lets see How to install it.

Download from here

Install the following requirements:

  • Python 2.6
  • Pybluez
  • PySQLite

Installation

  1. tar -zxvf haraldscan-0.3.tar.gz
  2. cd haraldscan-0.3
  3. python haraldscan -b

How to use it

python haraldscan

Or you can use different switches, e.g;

-w   – Writes the devices table to a file.

-h – Brings up the help menu.