diff --git a/debian/changelog b/debian/changelog index 917b277..9af9f2e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -20,6 +20,6 @@ sqlsus (0.7.2-1kali0) kali; urgency=low - * Initial release + * Initial release -- Devon Kearns Thu, 27 Dec 2012 06:24:34 -0700 diff --git a/debian/control b/debian/control index 57d9b89..0e862e4 100644 --- a/debian/control +++ b/debian/control @@ -12,11 +12,11 @@ Architecture: all Depends: ${misc:Depends}, perl, libwww-perl, libdbd-sqlite3-perl, libhtml-linkextractor-perl, libterm-readline-gnu-perl, liblwp-protocol-socks-perl, sqlite3 Description: MySQL injection tool - sqlsus is an open source MySQL injection and takeover tool, + sqlsus is an open source MySQL injection and takeover tool, written in perl. - Via a command line interface, you can retrieve the - database(s) structure, inject your own SQL queries (even - complex ones), download files from the web server, crawl - the website for writable directories, upload and control a + Via a command line interface, you can retrieve the + database(s) structure, inject your own SQL queries (even + complex ones), download files from the web server, crawl + the website for writable directories, upload and control a backdoor, clone the database(s), and much more... Whenever relevant, sqlsus will mimic a MySQL console output. diff --git a/debian/rules b/debian/rules index b760bee..955dd78 100755 --- a/debian/rules +++ b/debian/rules @@ -10,4 +10,4 @@ #export DH_VERBOSE=1 %: - dh $@ + dh $@