[CENTER][FONT=Book Antiqua][SIZE=5][B][COLOR=blue][FONT=Courier New][COLOR=red]--=[/COLOR][/FONT]Xploitz[FONT=Courier New][COLOR=red]=--[/COLOR][/FONT][/COLOR][/B][/SIZE][/FONT][FONT=Courier New][COLOR=Black][SIZE=6][B] ®[/B][/SIZE][/COLOR][/FONT][/CENTER]
[CENTER][SIZE=4][B]Remote-Exploit.orgs Master Tutorialist.[/B][/SIZE][SIZE=6][B]™
[/B][/SIZE]
[URL="http://forums.remote-exploit.org/showthread.php?t=9063"][B]VIDEO: Volume #1 "E-Z No Client WEP Cracking Tutorial"[/B]
[/URL]
[URL="http://forums.remote-exploit.org/showthread.php?t=7872"][B]VIDEO: Volume #2 "E-Z No Client Korek Chopchop Attack Tutorial"[/B]
[/URL]
[URL="http://forums.remote-exploit.org/showthread.php?t=8230"][B]VIDEO: Volume #3 "E-Z WPA/WPA2 Cracking Tutorial"[/B][/URL]
[URL="http://forums.remote-exploit.org/showthread.php?t=8041"][B]VIDEO: Volume #4 "E-Z Cracking WPA/WPA2 With Airolib-ng Databases"[/B][/URL]
[/CENTER]
After all at my hdd installation I tried to install SQlite but something went wrong. I dont know why. i have never had this kind of issue before.
when I type bt ~ # tar xvzf sqlite-3.5.1.tar.gz after downloading it, the output is:
gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error exit delayed from previous errors
bt ~ #
Try this...
tar -zxvf sqlite-3.5.1.tar.gz
-OR-
gunzip sqlite-3.5.1.tar.gz
[CENTER][FONT=Book Antiqua][SIZE=5][B][COLOR=blue][FONT=Courier New][COLOR=red]--=[/COLOR][/FONT]Xploitz[FONT=Courier New][COLOR=red]=--[/COLOR][/FONT][/COLOR][/B][/SIZE][/FONT][FONT=Courier New][COLOR=Black][SIZE=6][B] ®[/B][/SIZE][/COLOR][/FONT][/CENTER]
[CENTER][SIZE=4][B]Remote-Exploit.orgs Master Tutorialist.[/B][/SIZE][SIZE=6][B]™
[/B][/SIZE]
[URL="http://forums.remote-exploit.org/showthread.php?t=9063"][B]VIDEO: Volume #1 "E-Z No Client WEP Cracking Tutorial"[/B]
[/URL]
[URL="http://forums.remote-exploit.org/showthread.php?t=7872"][B]VIDEO: Volume #2 "E-Z No Client Korek Chopchop Attack Tutorial"[/B]
[/URL]
[URL="http://forums.remote-exploit.org/showthread.php?t=8230"][B]VIDEO: Volume #3 "E-Z WPA/WPA2 Cracking Tutorial"[/B][/URL]
[URL="http://forums.remote-exploit.org/showthread.php?t=8041"][B]VIDEO: Volume #4 "E-Z Cracking WPA/WPA2 With Airolib-ng Databases"[/B][/URL]
[/CENTER]
Both doesn't work but i think the page of SQ lite is down?!
Edit: I used sqlite 3.5.2 and it worked.
thanks
cvs -dserver:anonymous@www.sqlite.org:/sqlite login
cvs -dserver:anonymous@www.sqlite.org:/sqlite checkout sqlite
anonymous is also the password
edit replace the symley by :
please re@lity could youdisable the smiley autogeneration on irc smileys triggers ? like D:
Watch your back, your packetz will belong to me soon... xD
BackTrack : Giving Machine Guns to Monkeys since 2006
Working Method to update to sqlite3.5.3
the configure option allow us to not patch the sqlite makefile before installing on bt
if you want to create a module from sourceCode:wget http://www.sqlite.org/sqlite-3.5.3.tar.gz tar -zxf sqlite-3.5.3.tar.gz cd sqlite-3.5.3 ./configure --disable-tcl make ; make install sqlite3 -version
the module will be created onto your desktopCode:wget http://www.sqlite.org/sqlite-3.5.3.tar.gz tar -zxf sqlite-3.5.3.tar.gz cd sqlite-3.5.3 ./configure --disable-tcl make ;checkinstall -y tgz2lzm sqlite-3.5.3-i386-1.tgz /root/Desktop/sqlite-3.5.3.lzm sqlite3 -version
Watch your back, your packetz will belong to me soon... xD
BackTrack : Giving Machine Guns to Monkeys since 2006
Im glad im slackware 12its just slapt-get --install sqlite3
http://www.linuxpackages.net
This site is god for slackware packagesbut they are still offering SQLite3 3.4.0 for 11
Sorry all but I am tearing my hair out trying to get past sqlite 3.4.1 on BT 3 beta. Have read the posts, tried installing from source, tried updating package lists in slapt-get (following purehate), tried BP's module and tried Shamen's method all to no avail. Although the instructions are for BT2, I would have thought they should work with BT3b?
My slapt-get Sources are:
*tp://ftp.slackware.com/pub/slackware/slackware-12.0/
*ttp://software.jaos.org/slackpacks/12.0/
*ttp://darkstar.ist.utl.pt/slackware/addon/slacky/slackware-12.0/
*ttp://slackware.cs.utah.edu/pub/slackware/slackware-12.0/
*tp://mirrors.blueyonder.co.uk/sites/ftp.slackware.com/slackware-current
*tp://ftp.slackware.com/pub/slackware/slackware-current/
(asterixed out the first letter)
I am trying with sqlite-3.5.6 from source. It goes through the motions but when I ask 'sqlite3 -version' I am always at 3.4.1. If I try slapt-get --install sqlite3 it says no such package.
Any help or pointers greatly appreciated.
Thanks.