diff options
author | Marco Bonetti <sid77@slackware.it> | 2011-10-18 17:21:58 -0500 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-10-22 10:17:09 -0200 |
commit | 10f363f274f9a5f8d44f24e8550ff8bd28e69978 (patch) | |
tree | 3d091e77ca307aae3e5dc2229474cf53a767eded /network/sqlninja/README | |
parent | fb29d0e2256190d88b092a142d3159e2df6c1428 (diff) | |
download | slackbuilds-10f363f274f9a5f8d44f24e8550ff8bd28e69978.tar.gz |
network/sqlninja: Updated for version 0.2.5.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'network/sqlninja/README')
-rw-r--r-- | network/sqlninja/README | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/network/sqlninja/README b/network/sqlninja/README index d7e1edb176..b891811c07 100644 --- a/network/sqlninja/README +++ b/network/sqlninja/README @@ -5,9 +5,15 @@ environment. It should be used by penetration testers to help automate the process of taking over a DB Server when a SQL Injection vulnerability has been discovered. -This version includes Raul Siles' patch for better Metasploit Framework -integration which adds two new timers ($client_delay (30 secs) and -$server_delay (5 secs)). +Since version 0.2.5, sqlninja will upload .exe files by default instead of +.scr ones. If you want to upload .scr files instead, the original sqlninja +files are distributed inside /usr/lib$LIBDIRSUFFIX/sqlninja/scripts/ . + +Raul Siles' patch for better Metasploit Framework interaction has been +discontinued since it was released for an old version of sqlninja only. The +patch added two new timers ($client_delay (30 secs) and $server_delay (5 +secs)) to use within sqlninja. Since it could be still somehow handy it has +been included in the package documentation directory. This requires perl-Net-DNS, perl-Net-Pcap, perl-IO-Socket-SSL, Net-SSLeay, perl-NetPacket, and perl-Net-RawIP. |